Barnowl wrote: > Dischi- > 1.5rc1 is defaulting ot mplayer to play DVDs. I have Xine installed and > working. In fact I just watched a dvd with Xine in freevo pre3 right > before I installed RC1 to test. Lsdvd and mmpython 4.1 are installed. As > you can see from the log Freevo is finding Xine, but still running mplayer > instead.
Yes, it's a bug with dvds on hd. Someone send a patch to the list: | Hello, | | Since the change to lsdvd in mmpython, freevo doesn't recognize a dvd on hard | disk. | | I found the incorrect line in mmpython/disc/lsdvd.py : | | def isDVDdir(self, dirname): | if not os.path.isdir(dirname+'/VIDEO_TS'): | return 0 | | #return self.lsdvd(device) # remove this one | return self.lsdvd(dirname) # replace with this one Try it and run 'freevo cache --rebuild' to force rebuilding the cache. Let me know if it fixes the problem. Dischi -- Boat: A hole in the water surrounded by wood. ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
