Metadata-Version: 1.1
Name: Mopidy-HTTP-Kuechenradio
Version: 0.3.2
Summary: A deliberately simple Mopidy Web client for mobile devices
Home-page: https://github.com/tkem/mopidy-http-kuechenradio
Author: Thomas Kemmer
Author-email: tkemmer@computer.org
License: Apache License, Version 2.0
Description: Mopidy-HTTP-Kuechenradio
        ========================================================================
        
        Mopidy-HTTP-Kuechenradio is a deliberately simple Mopidy_ Web client
        for mobile devices, which I'm writing for my `Raspberry Pi`_ kitchen
        radio (which is *Küchenradio* in German, hence the stupid name).
        
        This is still at an early stage, so if you're looking for a
        full-featured Web client for your own Mopidy installation, you may be
        better off looking elsewhere_ for now.  However, it already has some
        nice features you may want to try:
        
        - It's implemented as a Mopidy v0.19 Web server extension, so just run
          ::
        
            pip install Mopidy-HTTP-Kuechenradio
        
          and you're all set.
        
        - Internationalization support (has been localized for English and
          German, so far).
        
        - Lets you browse your whole library, and provides a "Search here..."
          function that lets you search within specififc backends or even
          individual directories and collections (if the backend supports
          this; Mopidy-Podcast_ does, for example).
        
        - It's black.
        
        
        Installation
        ------------------------------------------------------------------------
        
        The latest PyPi version can be installed by running::
        
            pip install Mopidy-HTTP-Kuechenradio
        
        To build Mopidy-HTTP-Kuechenradio from source, you need to have npm_,
        grunt_, and the `GNU gettext`_ utilities installed.  Then run::
        
            npm install
            grunt
            python setup.py develop
        
        
        Configuration
        ------------------------------------------------------------------------
        
        So far only the application's default locale can be configured::
        
            [http-kuechenradio]
            enabled = true
        
            # application default locale: en, de
            default_locale = en
        
        
        Project Resources
        ------------------------------------------------------------------------
        
        .. image:: http://img.shields.io/pypi/v/Mopidy-HTTP-Kuechenradio.svg
            :target: https://pypi.python.org/pypi/Mopidy-HTTP-Kuechenradio/
            :alt: Latest PyPI version
        
        .. image:: http://img.shields.io/pypi/dm/Mopidy-HTTP-Kuechenradio.svg
            :target: https://pypi.python.org/pypi/Mopidy-HTTP-Kuechenradio/
            :alt: Number of PyPI downloads
        
        - `Issue Tracker`_
        - `Source Code`_
        - `Change Log`_
        
        
        License
        ------------------------------------------------------------------------
        
        Copyright (c) 2014 Thomas Kemmer.
        
        Licensed under the `Apache License, Version 2.0`_.
        
        
        .. _Mopidy: http://www.mopidy.com/
        .. _Raspberry Pi: http://www.raspberrypi.org/
        .. _elsewhere: http://docs.mopidy.com/en/latest/clients/http/
        .. _Mopidy-Podcast: https://github.com/tkem/mopidy-podcast
        .. _releases: https://github.com/tkem/mopidy-http-kuechenradio/releases
        .. _npm: https://www.npmjs.org/
        .. _grunt: http://gruntjs.com/
        .. _GNU gettext: https://www.gnu.org/software/gettext/
        .. _Issue Tracker: https://github.com/tkem/mopidy-http-kuechenradio/issues/
        .. _Source Code: https://github.com/tkem/mopidy-http-kuechenradio
        .. _Change Log: http://raw.github.com/tkem/mopidy-http-kuechenradio/master/Changes
        .. _Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
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
