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

Modified Files:
        videoitem.py 
Log Message:
force scan for dvd/vcd title menu

Index: videoitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/videoitem.py,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** videoitem.py        22 Nov 2003 20:35:50 -0000      1.94
--- videoitem.py        22 Nov 2003 21:23:29 -0000      1.95
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.95  2003/11/22 21:23:29  dischi
+ # force scan for dvd/vcd title menu
+ #
  # Revision 1.94  2003/11/22 20:35:50  dischi
  # use new vfs
***************
*** 241,245 ****
  
  
!     def scan(self, final=True):
          """
          Scan meta info to add some more varibales. This can't be done in
--- 244,248 ----
  
  
!     def scan(self, final=True, force=False):
          """
          Scan meta info to add some more varibales. This can't be done in
***************
*** 247,251 ****
          later.
          """
!         if hasattr(self, '__final_seetings__'):
             return
  
--- 250,254 ----
          later.
          """
!         if not force and hasattr(self, '__final_seetings__'):
             return
  
***************
*** 484,488 ****
          for title in range(1,self.num_titles+1):
              file = copy.copy(self)
- 
              # copy the attributes from mmpython about this track
              if self.info.has_key('tracks'):
--- 487,490 ----
***************
*** 491,494 ****
--- 493,497 ----
              file.filename = '%s' % title
              file.name = _('Play Title %s') % title
+             file.scan(force=True)
              items += [file]
  




-------------------------------------------------------
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

Reply via email to