Update of /cvsroot/freevo/freevo/src/video
In directory sc8-pr-cvs1:/tmp/cvs-serv3936

Modified Files:
        videoitem.py 
Log Message:
do not match urls as tv shows

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** videoitem.py        20 Sep 2003 09:50:07 -0000      1.84
--- videoitem.py        20 Sep 2003 12:59:31 -0000      1.85
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.85  2003/09/20 12:59:31  dischi
+ # do not match urls as tv shows
+ #
  # Revision 1.84  2003/09/20 09:50:07  dischi
  # cleanup
***************
*** 124,128 ****
          
          # find image for tv show and build new title
!         if config.TV_SHOW_REGEXP_MATCH(self.name):
              show_name = config.TV_SHOW_REGEXP_SPLIT(self.name)
              if show_name[0] and show_name[1] and show_name[2] and show_name[3]:
--- 127,131 ----
          
          # find image for tv show and build new title
!         if config.TV_SHOW_REGEXP_MATCH(self.name) and filename.find('://') == -1:
              show_name = config.TV_SHOW_REGEXP_SPLIT(self.name)
              if show_name[0] and show_name[1] and show_name[2] and show_name[3]:




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to