/[projects]/misc/xbmc/plugin.video.todic/default.py
ViewVC logotype

Diff of /misc/xbmc/plugin.video.todic/default.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3159 by torben, Thu Dec 1 14:40:49 2016 UTC revision 3162 by torben, Mon Dec 5 19:28:07 2016 UTC
# Line 3  Line 3 
3    
4  '''  '''
5      Todic plugin for XBMC      Todic plugin for XBMC
6      Version 0.1.3      Version 0.1.4
7  '''  '''
8    
9  import sys  import sys
# Line 368  def play_real_video(url, name, position) Line 368  def play_real_video(url, name, position)
368              player.setSubtitles(subtitlesfile)              player.setSubtitles(subtitlesfile)
369              print '[Todic] started subtitles'              print '[Todic] started subtitles'
370          else:          else:
371              player.disableSubtitles()              player.showSubtitles(False)
372    
373    
374          if (position > 0):          if (position > 0):

Legend:
Removed from v.3159  
changed lines
  Added in v.3162

  ViewVC Help
Powered by ViewVC 1.1.20