- added config option to define a ``user_id``. This is useful if using a hidden user
0.2.5
---------------------------------------
- debug output for r_get data - fixed artist lookup
0.2.4
---------------------------------------
- more testing - fixed bug in throwing the exception in ``mopidy_emby.remote.EmbyHandler.__get_search``
0.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 <https://emby.media/community/index.php?/topic/42501-seek-in-a-stream-from-the-api/>`_.
0.2.2
---------------------------------------
- ``mopidy_emby.remote.EmbyHandler.r_get`` throws now a exception if cant connect
0.2.1
---------------------------------------
- Looking for ``CollectionType`` instead of ``Name`` to find music root dir. Fixes `1 <https://github.com/xsteadfastx/mopidy-emby/issues/1>`_