Metadata-Version: 1.1
Name: Mopidy-HTTP-Kuechenradio
Version: 0.4.0
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 ("Küchenradio" in German, hence the stupid name).
        
        This project is at an early stage, and still has its share of quirks.
        However, it already has some *really* nice features you may want to
        try:
        
        - Implemented as a Mopidy v0.19 Web server extension, so just run ::
        
            pip install Mopidy-HTTP-Kuechenradio
        
          and you're all set.
        
        - Actually lets you browse your local library and all extensions that
          support browsing.
        
        - Provides a "Search here..." function that lets you search within
          specific backends or even individual directories and collections (if
          the backend supports this --- Mopidy-Podcast_ and
          Mopidy-Local-SQLite_ do, for example).
        
        - Actually displays images from Mopidy's album meta data (as provided
          by e.g. Mopidy-Podcast_ and Mopidy-Local-SQLite_.)
        
        - Internationalization support --- has been localized for English and
          German, so far.
        
        - Will be continuously maintained and improved --- promise ;-)
        
        - 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 title and default locale can be
        configured::
        
            [http-kuechenradio]
            enabled = true
        
            # application title
            title = Mopidy K&uuml;chenradio
        
            # 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/
        .. _Mopidy-Podcast: https://github.com/tkem/mopidy-podcast
        .. _Mopidy-Local-SQLite: https://github.com/tkem/mopidy-local-sqlite
        .. _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
