Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv5511
Modified Files:
videoitem.py
Log Message:
renamed config.PREFERED_VIDEO_PLAYER to config.VIDEO_PREFERED_PLAYER
Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** videoitem.py 21 Nov 2003 17:56:50 -0000 1.92
--- videoitem.py 22 Nov 2003 15:31:34 -0000 1.93
***************
*** 11,14 ****
--- 11,17 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.93 2003/11/22 15:31:34 dischi
+ # renamed config.PREFERED_VIDEO_PLAYER to config.VIDEO_PREFERED_PLAYER
+ #
# Revision 1.92 2003/11/21 17:56:50 dischi
# Plugins now 'rate' if and how good they can play an item. Based on that
***************
*** 284,288 ****
for p in plugin.getbyname(plugin.VIDEO_PLAYER, True):
rating = p.rate(self) * 10
! if config.PREFERED_VIDEO_PLAYER == p.name:
rating += 1
self.possible_player.append((rating, p))
--- 287,291 ----
for p in plugin.getbyname(plugin.VIDEO_PLAYER, True):
rating = p.rate(self) * 10
! if config.VIDEO_PREFERED_PLAYER == p.name:
rating += 1
self.possible_player.append((rating, p))
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog