Metadata-Version: 1.1
Name: Mopidy-dLeyna
Version: 0.4.0
Summary: Mopidy extension for playing music from Digital Media Servers
Home-page: https://github.com/tkem/mopidy-dleyna
Author: Thomas Kemmer
Author-email: tkemmer@computer.org
License: Apache License, Version 2.0
Description: Mopidy-dLeyna
        ========================================================================
        
        Mopidy-dLeyna is a Mopidy_ extension that lets you play music from
        DLNA_ Digital Media Servers using the dLeyna_ D-Bus interface.
        
        
        Dependencies
        ------------------------------------------------------------------------
        
        - D-Bus Python bindings, such as the package ``python-dbus`` in
          Ubuntu/Debian.
        
        - The ``dleyna-server`` package available in Ubuntu 14.04 and Debian
          "jessie".  For other platforms, please see the dLeyna `installation
          instructions <https://github.com/01org/dleyna-server>`.
        
        
        Installation
        ------------------------------------------------------------------------
        
        Mopidy-dLeyna can be installed using pip_ by running::
        
          pip install Mopidy-dLeyna
        
        
        Configuration
        ------------------------------------------------------------------------
        
        Note that configuration settings for this extension are still subject
        to change::
        
          [dleyna]
          enabled = true
        
        
        Project resources
        ------------------------------------------------------------------------
        
        .. image:: https://img.shields.io/pypi/v/Mopidy-dLeyna.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-dLeyna/
            :alt: Latest PyPI version
        
        .. image:: https://img.shields.io/pypi/dm/Mopidy-dLeyna.svg?style=flat
            :target: https://pypi.python.org/pypi/Mopidy-dLeyna/
            :alt: Number of PyPI downloads
        
        .. image:: https://img.shields.io/travis/tkem/mopidy-dleyna/master.svg?style=flat
            :target: https://travis-ci.org/tkem/mopidy-dleyna
            :alt: Travis CI build status
        
        .. image:: https://img.shields.io/coveralls/tkem/mopidy-dleyna/master.svg?style=flat
           :target: https://coveralls.io/r/tkem/mopidy-dleyna?branch=master
           :alt: Test coverage
        
        - `Issue Tracker`_
        - `Source Code`_
        - `Change Log`_
        
        
        License
        ------------------------------------------------------------------------
        
        Copyright (c) 2015 Thomas Kemmer.
        
        Licensed under the `Apache License, Version 2.0`_.
        
        
        Known Bugs and Limitations
        ------------------------------------------------------------------------
        
        Currently, track URIs may become invalid after a restart of either
        Mopidy or the media server.  So these should better not be stored in
        playlists for now.
        
        
        .. _Mopidy: http://www.mopidy.com/
        .. _DLNA: http://www.dlna.org/
        .. _dLeyna: http://01.org/dleyna
        
        .. _pip: https://pip.pypa.io/en/latest/
        
        .. _Issue Tracker: https://github.com/tkem/mopidy-dleyna/issues/
        .. _Source Code: https://github.com/tkem/mopidy-dleyna/
        .. _Change Log: https://github.com/tkem/mopidy-dleyna/blob/master/CHANGES.rst
        
        .. _Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
        
        
        .. _minidlna: http://sourceforge.net/projects/minidlna/
        
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
