From a0aa9530d412001cb6439b0a7df82d75e9cd275e Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sun, 9 Sep 2018 00:49:33 -0500 Subject: [PATCH] Version bump 3.1.08 --- addon.xml | 5 +++-- resources/lib/objects/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/addon.xml b/addon.xml index 25ec396b..2b3447bb 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ @@ -37,7 +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 patch application + - Fix progress report + - Add manual option to select audio/subs for transcode diff --git a/resources/lib/objects/__init__.py b/resources/lib/objects/__init__.py index 786751f0..4757403b 100644 --- a/resources/lib/objects/__init__.py +++ b/resources/lib/objects/__init__.py @@ -1,4 +1,4 @@ -version = "171076005" +version = "171076006" from movies import Movies from musicvideos import MusicVideos