2014-02-06 13:36:09 +01:00
|
|
|
CherryMusic is a music streaming server based on CherryPy and jPlayer.
|
|
|
|
It plays the music inside your PC, smartphone, tablet, toaster or whatever
|
|
|
|
device has a HTML5 compliant browser installed.
|
|
|
|
|
|
|
|
current features:
|
|
|
|
|
|
|
|
- stream your music inside the browser (locally or remote)
|
|
|
|
- browse and search your music
|
|
|
|
- completely AJAX based (no page reloads on click, therefore fast)
|
|
|
|
- create and share playlists
|
|
|
|
- multiple user authentication
|
|
|
|
- HTTPS support
|
|
|
|
- automatic album cover art fetching
|
2014-02-17 08:48:05 +01:00
|
|
|
|
|
|
|
Optional dependencies are:
|
|
|
|
|
2014-04-09 10:57:10 +02:00
|
|
|
Live transcoding: lame, flac, faad2
|
|
|
|
ID3-Tag reading: stagger (not available for repo)
|
|
|
|
For special character search terms: Unidecode
|
2014-02-17 08:48:05 +01:00
|
|
|
HTTPS support in Python 2: pyOpenSSL (in Python 3 it works out of the box)
|