atcronin 0 Posted December 30, 2019 Posted December 30, 2019 (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 December 30, 2019 by atcronin
Angelblue05 4132 Posted December 30, 2019 Posted December 30, 2019 Are you able to make a pull request? i’ll get it added for the next build.
atcronin 0 Posted December 30, 2019 Author Posted December 30, 2019 I haven't used github much but hopefully what i did is right.
Recommended Posts