Jump to content

Resume Fails with Emby Addon for Kodi DSPlayer 17.6


atcronin

Recommended Posts

atcronin

for some time now resume has failed to work in dsplayer when using the "Addon Default" playback mode. Requring the use of native mode which comes with its own issues.

 

After some fiddling today I think i found a pretty simple fix that can be applied to only impact dsplayer users.

 

in the "resources/lib/hooks/player.py" file

 

adding the following code before line 316 seems to do the trick.

 

if xbmc.getCondVisibility('System.HasAddon(script.madvrsettings)'):
if item.get('CurrentPosition'):
LOG.debug("-->[ Seeking To: %s]", item.get('CurrentPosition'))
self.seekTime(item.get('CurrentPosition'))
Edited by atcronin
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...