Metadata-Version: 2.1
Name: CherryMusic
Version: 0.41.3
Summary: an mp3 server for your browser
Home-page: http://www.fomori.org/cherrymusic/
Author: Tom Wallroth & Tilman Boerner
Author-email: tomwallroth@gmail.com, tilman.boerner@gmx.net
License: GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: CherryPy
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
License-File: COPYING

CherryMusic
===========

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
-  see CHANGES for all the features

You can find more information on the `CherryMusic website`_ and in our
`wiki`_.

master: |Build Status Master|

devel: |Build Status Devel|

Getting Started
---------------

See the `Setup Guide`_ for quickstart instructions and more.

Basically, you can just

::

   $ git clone git://github.com/devsnd/cherrymusic.git

and then start the server and follow the instructions:

::

   $ python cherrymusic --setup --port 8080

(Leave out the –options for subsequent starts.)

Requirements
------------

-  `Python`_ >= 2.6, >= 3.2 preferred
-  `CherryPy`_ >= 3

More
----

See our `wiki`_ for user and developer information.

Troubleshooting
---------------

Please see the `Troubleshooting wiki page`_.

Contribute
----------

There’s also a wiki section listing the `101 ways to lend a hand`_.

.. _CherryMusic website: http://www.fomori.org/cherrymusic
.. _wiki: https://github.com/devsnd/cherrymusic/wiki
.. _Setup Guide: https://github.com/devsnd/cherrymusic/wiki/Setup-Guide
.. _Python: http://python.org/download/releases/
.. _CherryPy: http://www.cherrypy.org
.. _Troubleshooting wiki page: https://github.com/devsnd/cherrymusic/wiki/Setup-Guide#wiki-troubleshooting
.. _101 ways to lend a hand: https://github.com/devsnd/cherrymusic/wiki/Contribute

.. |Build Status Master| image:: https://travis-ci.org/devsnd/cherrymusic.png?branch=master
   :target: https://travis-ci.org/devsnd/cherrymusic
.. |Build Status Devel| image:: https://travis-ci.org/devsnd/cherrymusic.png?branch=devel
   :target: https://travis-ci.org/devsnd/cherrymusic


