Metadata-Version: 1.1
Name: jukebox-shout
Version: 0.1
Summary: Shoutcast streaming playback service for jukebox
Home-page: http://jensnistler.de/
Author: Jens Nistler
Author-email: opensource@jensnistler.de
License: MIT
Download-URL: http://github.com/lociii/jukebox_shout
Description: Jukebox shoutcast streaming playback module
        ============================================
        
        jukebox-shout provides a daemon to stream your music to a shoutcast compatible server like `icecast <http://www.icecast.org>`_
        
        Basic setup instructions for icecast can be found in their `documentation <http://www.icecast.org/docs/icecast-2.3.2/icecast2_basicsetup.html>`_
        
        **Required system libraries**
        
        libshout3, libshout3-dev and python-dev are required to build the dependecy `python-shout <http://pypi.python.org/pypi/python-shout>`_.
        
        Startup
        ========
        
        ::
        
            bin/jukebox jukebox_shout --start --host=[shoutcast_host] --port[shoutcast_port] --password=[shoutcast_source_password]
        
        Stop
        =====
        
        ::
        
            bin/jukebox jukebox_shout --stop
        
        Debugging
        ========
        
        Add the --fg option to prevent the command from daemonizing.
        
        ::
        
            bin/jukebox jukebox_shout --fg --host=[shoutcast_host] --port[shoutcast_port] --password=[shoutcast_source_password]
        
Keywords: jukebox,music,mp3,playback,backend,shoutcast,icecast
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
