Version bump 3.1.36

This commit is contained in:
angelblue05 2018-12-22 02:54:50 -06:00
parent 9c01340af4
commit 753b441b5b
3 changed files with 5 additions and 5 deletions

View File

@ -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.**

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.35a"
version="3.1.36a"
provider-name="angelblue05">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
@ -37,7 +37,7 @@
<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, however still chasing the slowness issue.
- Many fixes, including remote control issues when using Emby connect
</news>
</extension>
</addon>

View File

@ -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):