I-A-C / I-A-C.github.io

GNU General Public License v3.0
108 stars 37 forks source link

Resume playback does not work, although the resume option is shown #4

Open azdem opened 5 years ago

azdem commented 5 years ago

The issue I'm observing seems to be related to https://github.com/I-A-C/plugin.video.exodusredux/issues/4 but not the same. I have the latest version of osmc and ExodusRedux 2.0.3 onPlayBackStarted looks like this:

    def onPlayBackStarted(self):
        for i in range(0, 500):
            if not self.isPlayingVideo(): control.sleep(100)
        if not self.offset == '0':
            self.seekTime(float(self.offset))
        subtitles().get(self.name, self.imdb, self.season, self.episode)
        self.idleForPlayback()