Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10108/src/video/plugins
Modified Files:
Tag: rel-1-5
mplayer.py
Log Message:
fix subtitle activation
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.73.2.2
retrieving revision 1.73.2.3
diff -C2 -d -r1.73.2.2 -r1.73.2.3
*** mplayer.py 6 Sep 2004 16:38:22 -0000 1.73.2.2
--- mplayer.py 11 Sep 2004 16:25:34 -0000 1.73.2.3
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.73.2.3 2004/09/11 16:25:34 dischi
+ # fix subtitle activation
+ #
# Revision 1.73.2.2 2004/09/06 16:38:22 dischi
# add help for detection problems
***************
*** 241,246 ****
elif item.selected_subtitle and mode == 'file':
! additional_args += [ '-vobsubid', str(item.selected_subtitle) ]
!
elif item.selected_subtitle:
additional_args += [ '-sid', str(item.selected_subtitle) ]
--- 244,252 ----
elif item.selected_subtitle and mode == 'file':
! if os.path.isfile(os.path.splitext(item.filename)[0]+'.idx'):
! additional_args += [ '-vobsubid', str(item.selected_subtitle) ]
! else:
! additional_args += [ '-sid', str(item.selected_subtitle) ]
!
elif item.selected_subtitle:
additional_args += [ '-sid', str(item.selected_subtitle) ]
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog