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

Modified Files:
        rom_drives.py 
Log Message:
support for disc images without fxd file

Index: rom_drives.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** rom_drives.py       8 Nov 2003 12:57:54 -0000       1.38
--- rom_drives.py       9 Nov 2003 13:05:04 -0000       1.39
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.39  2003/11/09 13:05:04  dischi
+ # support for disc images without fxd file
+ #
  # Revision 1.38  2003/11/08 12:57:54  dischi
  # also set speed for audio discs
***************
*** 537,540 ****
--- 540,546 ----
              else:
                  media.info = videoitem.VideoItem('0', None)
+                 if config.MOVIE_DATA_DIR:
+                     media.info.image = 
util.getimage(os.path.join(config.MOVIE_DATA_DIR,
+                                                                   'disc-set', 
media.id))
  
              media.info.name = title




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to