From 753b441b5b1d2c894b94cea2dbbc88985aa5d85a Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 22 Dec 2018 02:54:50 -0600 Subject: [PATCH] Version bump 3.1.36 --- README.md | 2 +- addon.xml | 4 ++-- resources/lib/player.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 13f89483..c545d08b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Wiki](https://img.shields.io/badge/get%20started-wiki-brightgreen.svg)](https://github.com/MediaBrowser/plugin.video.emby/wiki) [![Forums](https://img.shields.io/badge/report%20issues-forums-3960C1.svg)](https://emby.media/community/index.php?/forum/99-kodi/) [![Donate](https://img.shields.io/badge/donate-kofi-blue.svg)](https://ko-fi.com/A5354BI) -[![Emby](https://img.shields.io/badge/server-emby-lightgray.svg)](https://emby.media/) +[![Emby](https://img.shields.io/badge/server-emby-52b54b.svg)](https://emby.media/) ___ **A whole new way to manage and view your media library.** diff --git a/addon.xml b/addon.xml index f04cd610..a6b06220 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ @@ -37,7 +37,7 @@ 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, however still chasing the slowness issue. + - Many fixes, including remote control issues when using Emby connect diff --git a/resources/lib/player.py b/resources/lib/player.py index 1ee5c506..fff2ef01 100644 --- a/resources/lib/player.py +++ b/resources/lib/player.py @@ -369,14 +369,14 @@ class Player(xbmc.Player): ''' window('emby_play', clear=True) self.stop_playback() - LOG.debug("--<[ playback ]") + LOG.info("--<[ playback ]") def onPlayBackEnded(self): ''' Will be called when kodi stops playing a file. ''' self.stop_playback() - LOG.debug("--<<[ playback ]") + LOG.info("--<<[ playback ]") def stop_playback(self):