network/CherryMusic: Updated for version 0.38.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-09-18 07:09:41 +03:00 committed by Willy Sudiarto Raharjo
parent 735909bb79
commit de9cc96e87
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
4 changed files with 24 additions and 25 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CherryMusic
VERSION=${VERSION:-0.37.2}
VERSION=${VERSION:-0.38.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="CherryMusic"
VERSION="0.37.2"
VERSION="0.38.0"
HOMEPAGE="http://www.fomori.org/cherrymusic/"
DOWNLOAD="https://pypi.python.org/packages/30/53/554384eab97754cb2289216cbed36d4cc0f834e4cdeaa7cb54738448da0d/CherryMusic-0.37.2.tar.gz"
MD5SUM="e7d1578c793b178fe84b9f9115fa6b7e"
DOWNLOAD="https://pypi.python.org/packages/00/78/fe30091d4d2e0db51f7294cfd766a376c6513cd3c5cfb8d0197ba4ccd600/CherryMusic-0.38.0.tar.gz"
MD5SUM="8e4d47a485009892a2a5bd920c94b386"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CherryPy"

View File

@ -1,20 +1,19 @@
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.
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, 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.
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
The 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: 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)
Live transcoding: lame, vorbis-tools, flac, faad2, mpg123, opus-tools or ffmpeg (which
replaces the aforementioned codecs plus adds WMA decoding)
Automatic resizing of displayed cover art: imagemagick
For special character search terms: python-unidecode
For the GTK system tray icon: python-gobject
HTTPS support in Python 2: pyOpenSSL (in Python 3 it works out of the box)

View File

@ -9,11 +9,11 @@
CherryMusic: CherryMusic (A music streaming server)
CherryMusic:
CherryMusic: CherryMusic is a music streaming server based on CherryPy and
CherryMusic: jPlayer.It plays the music inside your PC, smartphone, tablet,
CherryMusic: toaster or whatever device has a HTML5 compliant browser installed.
CherryMusic: jPlayer. It can be run remotely or on a single computer and is
CherryMusic: designed to handle huge music libraries of 3 TB and more; it also
CherryMusic: works well with small collections. In contrast to MPD, Icecast
CherryMusic: and the like, CherryMusic allows multiple users to log in via
CherryMusic: HTTP/HTTPS using a web browser, browse and search the music
CherryMusic: database, manage playlists and stream music to the browser.
CherryMusic:
CherryMusic: Homepage: http://www.fomori.org/cherrymusic/
CherryMusic:
CherryMusic:
CherryMusic:
CherryMusic: