Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv2185
Modified Files:
videoitem.py
Log Message:
add detailed information for tv shows
Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** videoitem.py 19 Mar 2003 05:40:58 -0000 1.23
--- videoitem.py 22 Mar 2003 20:03:02 -0000 1.24
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.24 2003/03/22 20:03:02 dischi
+ # add detailed information for tv shows
+ #
# Revision 1.23 2003/03/19 05:40:58 outlyer
# Bugfixes to the 'bookmark' facility.
***************
*** 166,170 ****
self.filename = filename
self.name = util.getname(filename)
!
# find image for tv show and build new title
if config.TV_SHOW_REGEXP_MATCH(self.name):
--- 169,174 ----
self.filename = filename
self.name = util.getname(filename)
! self.tv_show = FALSE
!
# find image for tv show and build new title
if config.TV_SHOW_REGEXP_MATCH(self.name):
***************
*** 178,181 ****
--- 182,188 ----
self.image = (config.TV_SHOW_IMAGES + show_name[0] + ".jpg").lower()
+ self.tv_show = TRUE
+ self.show_name = show_name
+
# find image for this file
# First check in COVER_DIR
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog