Metadata-Version: 1.1
Name: Mopidy-Pibox
Version: 0.7.8
Summary: Mopidy extension for jukebox client
Home-page: https://github.com/gavinbannerman/mopidy-pibox
Author: Gavin Bannerman
Author-email: bannermangavin@gmail.com
License: Apache License, Version 2.0
Description: ****************************
        Mopidy-Pibox
        ****************************
        
        .. image:: https://img.shields.io/pypi/v/Mopidy-Pibox.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-Pibox/
            :alt: Latest PyPI version
        
        .. image:: https://circleci.com/gh/gbannerman/mopidy-pibox/tree/master.svg?style=shield
            :target: https://circleci.com/gh/gbannerman/mopidy-pibox/tree/master
            :alt: CircleCI status
        
        
        **pibox** is a Mopidy HTTP client that allows multiple users to search spotify and queue songs, via a clean and simple interface.
        
        Requirements
        ============
        - Mopidy_
        - Mopidy-Spotify_
        
        .. _Mopidy: https://docs.mopidy.com/en/latest/installation/
        .. _Mopidy-Spotify: https://github.com/mopidy/mopidy-spotify
        
        Installation
        ============
        
        1. Install by running::
        
            pip install Mopidy-Pibox
        
        2. Start Mopidy::
        		
        		mopidy
        
        3. Open your Mopidy URL (e.g. `http://localhost:6680`) and click *Pibox*
        
        
        Configuration
        =============
        
        Before starting Mopidy, you must add configuration for
        Mopidy-Pibox to your Mopidy configuration file::
        
            [pibox]
            enabled = true
            default_playlist = spotify:user:gavinbannerman:playlist:79inBfAlnfUB7i5kRthmWL
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/gavinbannerman/mopidy-pibox>`_
        - `Issue tracker <https://github.com/gavinbannerman/mopidy-pibox/issues>`_
        
        
        Credits
        =======
        
        - Original author: `Gavin Bannerman <https://github.com/gavinbannerman>`_
        
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
