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

Modified Files:
        bookmarker.py imdb.py 
Log Message:
reflect self.fxd_file changes

Index: bookmarker.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/bookmarker.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** bookmarker.py       29 Dec 2003 22:08:54 -0000      1.7
--- bookmarker.py       10 Jan 2004 13:23:23 -0000      1.8
***************
*** 21,24 ****
--- 21,27 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2004/01/10 13:23:23  dischi
+ # reflect self.fxd_file changes
+ #
  # Revision 1.7  2003/12/29 22:08:54  dischi
  # move to new Item attributes
***************
*** 156,160 ****
  
          if items:
!             moviemenu = menu.Menu(self.item.name, items, fxd_file=self.item.fxd_file)
              menuw.pushmenu(moviemenu)
          return
--- 159,163 ----
  
          if items:
!             moviemenu = menu.Menu(self.item.name, items, fxd_file=self.item.skin_fxd)
              menuw.pushmenu(moviemenu)
          return

Index: imdb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/imdb.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** imdb.py     8 Jan 2004 17:33:15 -0000       1.32
--- imdb.py     10 Jan 2004 13:23:23 -0000      1.33
***************
*** 16,19 ****
--- 16,22 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.33  2004/01/10 13:23:23  dischi
+ # reflect self.fxd_file changes
+ #
  # Revision 1.32  2004/01/08 17:33:15  outlyer
  # Moved fxdimdb.py to util; it doesn't use the OSD, and having in video
***************
*** 92,98 ****
          self.item = item
  
!         if item.type == 'video' and (not item.fxd_file or \
!                                      item.fxd_file.endswith('folder.fxd')):
! 
              if item.mode == 'file':
                  self.disc_set = False
--- 95,99 ----
          self.item = item
  
!         if item.type == 'video' and (not item.files or not item.files.fxd_file):
              if item.mode == 'file':
                  self.disc_set = False
***************
*** 137,141 ****
                  try:
                      for i in self.item.parent.play_items:
!                         if hasattr(i, 'fxd_file') and i.name == name:
                              if not i in duplicates:
                                  duplicates.append(i)
--- 138,142 ----
                  try:
                      for i in self.item.parent.play_items:
!                         if i.name == name:
                              if not i in duplicates:
                                  duplicates.append(i)




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to