Jump to content

Resume Fails with Emby Addon for Kodi DSPlayer 17.6


Recommended Posts

Posted (edited)

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
Angelblue05
Posted

Are you able to make a pull request? i’ll get it added for the next build.

Posted

I haven't used github much but hopefully what i did is right.

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