Metadata-Version: 2.0
Name: Mopidy-Emby
Version: 0.1.0
Summary: Mopidy extension for playing music from Emby
Home-page: https://github.com/xsteadfastx/mopidy-emby
Author: Marvin Steadfast
Author-email: marvin@xsteadfastx.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.1)
Requires-Dist: requests (>=2.9)

****************************
Mopidy-Emby
****************************

.. image:: https://img.shields.io/pypi/v/Mopidy-Emby.svg?style=flat
    :target: https://pypi.python.org/pypi/Mopidy-Emby/
    :alt: Latest PyPI version

.. image:: https://img.shields.io/travis/xsteadfastx/mopidy-emby/master.svg?style=flat
    :target: https://travis-ci.org/xsteadfastx/mopidy-emby
    :alt: Travis CI build status

.. image:: https://img.shields.io/coveralls/xsteadfastx/mopidy-emby/master.svg?style=flat
    :target: https://coveralls.io/r/xsteadfastx/mopidy-emby
    :alt: Test coverage

Mopidy extension for playing music from Emby


Installation
============

Install by running::

    pip install Mopidy-Emby

or straight from GitHub::

    pip install git+https://github.com/xsteadfastx/mopidy-emby#egg=mopidy-emby


Configuration
=============

Before starting Mopidy, you must add configuration for
Mopidy-Emby to your Mopidy configuration file::

    [emby]
    hostname = Emby server hostname
    port = Emby server port
    username = username
    password = password


Project resources
=================

- `Source code <https://github.com/xsteadfastx/mopidy-emby>`_
- `Issue tracker <https://github.com/xsteadfastx/mopidy-emby/issues>`_


Credits
=======

- Original author: `Marvin Steadfast <https://github.com/xsteadfastx`__
- Current maintainer: `Marvin Steadfast <https://github.com/xsteadfastx`__
- `Contributors <https://github.com/xsteadfastx/mopidy-emby/graphs/contributors>`_


Changelog
=========

v0.1.0
----------------------------------------

- Initial release.


