0 purchases
MopidyEmby 0.2.6
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
Its also possible to add a users id with user_id = 0.
Project resources
Source code
Issue tracker
Credits
Original author: Marvin Steadfast
Current maintainer: Marvin Steadfast
Contributors
Changelog
v0.2.6
added config option to define a user_id. This is useful if using a hidden user
v0.2.5
debug output for r_get data
fixed artist lookup
v0.2.4
more testing
fixed bug in throwing the exception in mopidy_emby.remote.EmbyHandler.__get_search
v0.2.3
Emby streaming is using the static option now. This make seeking possible. This let Emby stream the original file instead of a converted mp3. Thanks to ebr.
v0.2.2
mopidy_emby.remote.EmbyHandler.r_get throws now a exception if cant connect
v0.2.1
Looking for CollectionType instead of Name to find music root dir. Fixes #1
v0.2.0
Alot of splitting and refactoring
v0.1.3
Throws exception if no music root directory can be found
SearchResults doesnt use set() no more for killing duplets
v0.1.2
Added searching
v0.1.1
Fixed setup.py requests versioning
v0.1.0
Initial release.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.