diff --git a/addon.xml b/addon.xml index a6b06220..401e80a7 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ @@ -37,7 +37,11 @@ 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. 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! - - 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 diff --git a/service.py b/service.py index 66f85103..fda3551a 100644 --- a/service.py +++ b/service.py @@ -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: