diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-09-24 20:56:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:46 +0700 |
commit | f76b393eb173b98334959651d1f58ddc32ea7747 (patch) | |
tree | 4ddaac43dc6ac706e761d4d37e4931479497e07d /network/python3-CherryMusic/README | |
parent | 02c23cb6cf3f4a0d36ec41ab643c2a4ac67405b8 (diff) |
network/python3-CherryMusic: Added (music streaming server)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/python3-CherryMusic/README')
-rw-r--r-- | network/python3-CherryMusic/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/network/python3-CherryMusic/README b/network/python3-CherryMusic/README new file mode 100644 index 0000000000..40ce2016fc --- /dev/null +++ b/network/python3-CherryMusic/README @@ -0,0 +1,16 @@ +python3-CherryMusic is a music streaming server based on CherryPy +and jPlayer. It can be run remotely or on a single computer and is +designed to handle huge music libraries of 3 TB and more; it also +works well with small collections. In contrast to MPD, Icecast and +the like, python3-CherryMusic allows multiple users to log in via +HTTP/HTTPS using a web browser, browse and search the music database, +manage playlists and stream music to the browser. + +The python3-CherryMusic server runs on Linux, Windows and OS X, +as long as Python and SQLite are available. To use the web client, +any device with a modern browser will do. + +Optional dependencies are: + + Live transcoding: faad2 For special character search terms: + python-unidecode |