Hi,

I found in freevo 1.5.3 that any dvd iso filed ending in ISO do not
work.  I tried to add in on 'or' statement like so to xine.py but it
would not work.  No error, the dvd's are just launched as files.

code..
        if item.mode == 'dvd' and hasattr(item, 'filename') and
item.filename and \
               (item.filename.endswith('.iso') or
item.filename.endswith('.ISO')):
            # dvd:///full/path/to/image.iso/
            command.append('dvd://%s/' % item.filename)
/code..

Any tips or anyone want to fix?

Mike


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to