Metadata-Version: 1.1
Name: Mopidy-InternetArchive
Version: 0.1.0
Summary: Mopidy extension for playing music and audio from the Internet Archive
Home-page: https://github.com/tkem/mopidy-internetarchive
Author: Thomas Kemmer
Author-email: tkemmer@computer.org
License: Apache License, Version 2.0
Description: ****************************
        Mopidy-InternetArchive
        ****************************
        
        .. image:: https://pypip.in/v/Mopidy-InternetArchive/badge.png
            :target: https://pypi.python.org/pypi/Mopidy-InternetArchive/
            :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/Mopidy-InternetArchive/badge.png
            :target: https://pypi.python.org/pypi/Mopidy-InternetArchive/
            :alt: Number of PyPI downloads
        
        `Mopidy <http://www.mopidy.com/>`_ extension for playing music and
        audio from the `Internet Archive <http://archive.org>`_.
        
        
        Installation
        ============
        
        Install by running::
        
            pip install Mopidy-InternetArchive
        
        Or install Debian/Ubuntu packages for `Mopidy-InternetArchive releases
        <https://github.com/tkem/mopidy-internetarchive/releases>`_.
        
        
        Configuration
        =============
        
        Configuration items are very much subject to change at this point, so
        be warned before trying any of these::
        
            [internetarchive]
        
            # archive.org base URL; change to https if you like
            base_url = http://archive.org
        
            # limit search to specific collections, e.g. etree
            collection =
        
            # limit search to specific mediatypes, e.g. etree
            mediatype = audio, etree
        
            # streaming formats in order of preference
            format = VBR MP3, MP3, Ogg Vorbis, Flac
        
            # limit number of search results if set
            limit =
        
        
        Project resources
        =================
        
        - `Source code <https://github.com/tkem/mopidy-internetarchive>`_
        - `Issue tracker <https://github.com/tkem/mopidy-internetarchive/issues>`_
        - `Download development snapshot <https://github.com/tkem/mopidy-internetarchive/tarball/master#egg=Mopidy-InternetArchive-dev>`_
        
        
        Changelog
        =========
        
        v0.1.0 (2014-01-24)
        ----------------------------------------
        
        - Initial release.
        
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
