--- misc/xbmc/plugin.video.todic/default.py 2016/11/23 08:06:06 3143 +++ misc/xbmc/plugin.video.todic/default.py 2016/11/23 09:44:02 3146 @@ -3,7 +3,7 @@ ''' Todic plugin for XBMC - Version 0.0.17 + Version 0.0.18 ''' import sys @@ -125,7 +125,7 @@ open_url_safe(url) def tick(self): - if ( self.isPlaying() ): + if ( self.isPlaying() ): self.playingPosition = self.getTime() now = time() #print "[Todic] tick " + str(now) + " " + str(self.lastReport) + " : " +str(now - self.lastReport) @@ -319,7 +319,7 @@ # kan ikke loade subtitles hvis foerend playeren koerer count = 0 while not xbmc.Player().isPlaying(): - xbmc.sleep(500) + xbmc.sleep(250) count += 1 if count > 10: break @@ -334,7 +334,7 @@ #Holder python kørernde indtil at det bliver bedt om at stoppe while (not xbmc.abortRequested): player.tick() - xbmc.sleep(100) + xbmc.sleep(250)