Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv8126
Modified Files:
rom_drives.py
Log Message:
fix mmpython info parsing for movies on disc
Index: rom_drives.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** rom_drives.py 9 Nov 2003 13:05:04 -0000 1.39
--- rom_drives.py 9 Nov 2003 16:17:32 -0000 1.40
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.40 2003/11/09 16:17:32 dischi
+ # fix mmpython info parsing for movies on disc
+ #
# Revision 1.39 2003/11/09 13:05:04 dischi
# support for disc images without fxd file
***************
*** 705,709 ****
--- 708,714 ----
if len(mplayer_files) == 1:
+ util.mount(media.mountdir)
media.videoinfo = VideoItem(mplayer_files[0], None)
+ util.umount(media.mountdir)
media.videoinfo.media = media
media.videoinfo.media_id = media.id
-------------------------------------------------------
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