From c598c3b99cf479037a1ce8d5b00ccf3003ce6a68 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Wed, 16 Jan 2019 18:48:23 -0600 Subject: [PATCH] Version bump 3.1.44 --- addon.xml | 6 +++--- resources/lib/objects/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addon.xml b/addon.xml index 974fd923a..f82f31e1f 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ @@ -37,8 +37,8 @@ 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! - - Fix service restart - - Prep for move to strm instead of plugin path in database + - Move to strm in effect, please repair your movies, series, music video libraries or reset your local database. + - All library options have to moved under Manage libraries to declutter the main listing. diff --git a/resources/lib/objects/__init__.py b/resources/lib/objects/__init__.py index abc0b3180..e60d6eab2 100644 --- a/resources/lib/objects/__init__.py +++ b/resources/lib/objects/__init__.py @@ -1,4 +1,4 @@ -version = "171076025" +version = "171076026" from movies import Movies from musicvideos import MusicVideos