Version bump 3.1.37

This commit is contained in:
angelblue05 2019-01-10 18:55:33 -06:00
parent 556dffa3ce
commit f01bf26e1c
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.emby"
name="Emby"
version="3.1.36a"
version="3.1.37a"
provider-name="angelblue05">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
@ -37,7 +37,11 @@
<summary lang="en"></summary>
<description lang="en">Welcome to Emby for Kodi A whole new way to manage and view your media library. The Emby addon for Kodi combines the best of Kodi - ultra smooth navigation, beautiful UIs and playback of any file under the sun, and Emby - the most powerful fully open source multi-client media metadata indexer and server.&#10;&#10;Emby for Kodi is the absolute best way to enjoy the incredible Kodi playback engine combined with the power of Emby's centralized database. Features: Direct integration with the Kodi library for native Kodi speed Instant synchronization with the Emby server Full support for Movie, TV and Music collections Emby Server direct stream and transcoding support - use Kodi when you are away from home!</description>
<news>
- Many fixes, including remote control issues when using Emby connect
- Preparation for improved patching system
- Prep for many upcoming fix for libraries, including fix for local dates
- Option to restart Emby for Kodi without restarting Kodi
- Updated translation, new: Dutch, Polish
- Small fixes
</news>
</extension>
</addon>

View File

@ -81,6 +81,8 @@ if __name__ == "__main__":
session.join() # Block until the thread exits.
if 'RestartService' in session.exception:
LOG.warn("--[ RESTART ]")
continue
except Exception as error: