Hi,

I cross-post this because it might be interessting for both lists:

I finally tracked the problem with freevo and my setup down to the reason
that the DVD�s weren�t recognized as DVD�s but as "unkown/unkown" (by mmpython)
and so as a data disc.
I cleared the cache of mmpython (rm -rf /var/cache/freevo/mmpython/*) and
now my DVD is really a DVD :)
(
video/dvd
MEDIA: Status=4
Posting IDENTIFY_MEDIA event
)

Another problem exists in xine.py (src/video/plugins):

Around line 192 there is:
        if DEBUG:
            print 'Xine.play(): Starting thread, cmd=%s' % command

Freevo crashes with DEBUG because "command" has no assignment. This happens
a few lines later reading:

command = self.command

so fix it with:

        rc.app(self)

        command = self.command

        if DEBUG:
            print 'Xine.play(): Starting thread, cmd=%s' % command


Just my 2 cents ;-) Happy DVD watching!
-- 
----------------------------------------------------------------
,yours Thomas Zangl [EMAIL PROTECTED] -TZ1-6BONE-
-http://tzi.dhs.org - http://www.borg-kindberg.ac.at
Use YAMC! now! Get it at http://www.borg-kindberg.ac.at/yamc/


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to