blob: 0602f69e20485a3e2bdaae053702e023b5c08806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
Optional dependencies are:
Live transcoding: lame, flac, faad2
ID3-Tag reading: stagger (not available for repo)
For special character search terms: Unidecode
HTTPS support in Python 2: pyOpenSSL (in Python 3 it works out of the box)
|