--- misc/xbmc/plugin.video.todic/default.py 2016/12/01 17:19:12 3160 +++ misc/xbmc/plugin.video.todic/default.py 2016/12/05 20:22:35 3163 @@ -3,7 +3,7 @@ ''' Todic plugin for XBMC - Version 0.1.4 + Version 0.1.5 ''' import sys @@ -102,7 +102,7 @@ def __init__(self, *args, **kwargs): # xbmc.Player.__init__(selv,*args,**kwargs) - xbmc.Player.__init__(self, xbmc.PLAYER_CORE_MPLAYER) + xbmc.Player.__init__(self) self.stopped = False self.started = False self.playingPosition = 0.0 @@ -368,7 +368,7 @@ player.setSubtitles(subtitlesfile) print '[Todic] started subtitles' else: - player.disableSubtitles() + player.showSubtitles(False) if (position > 0):