Metadata-Version: 2.0
Name: Mopidy-dLeyna
Version: 1.0.2
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
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
Requires-Dist: setuptools
Requires-Dist: Mopidy (>=1.0)
Requires-Dist: Pykka (>=1.2)
Requires-Dist: uritools (>=1.0)

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
------------------------------------------------------------------------

The following configuration values are provided:

- ``dleyna/enabled``: Whether this extension should be enabled or not.
  Defaults to ``true``

- ``dleyna/upnp_browse_limit``: The maximum number of objects to
  retrieve per UPnP `Browse` action, or ``0`` to retrieve all objects.
  Defaults to ``1000``.

- ``dleyna/upnp_search_limit``: The maximum number of objects to
  retrieve per UPnP `Search` action, or ``0`` to retrieve all objects.
  Defaults to ``0``.


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`_.


.. _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


