Justin Wetherell wrote: > I found the problem: im my local_conf.py XINE_COMMAND was commented out, > I uncommented it and it worked fine. > > The real problem is in the code: line 108 in src/video/plugins/xine.py > refers to config.XINE_COMMAND, why not use the CONF.xine command?
freevo_config.py sets up the XINE_COMMAND and config.CONF contains df_xine, fbxine, and xine so it the version test would be come complex. I don't have a XINE_COMMAND in local_config.py and the version test works fine, could this be something else? Like Richard suggests such as xine in freevo.conf being incorrect or not set up? > Although it doesn't seem to be visable. Maybe this really doesn't > matter? We could assume that the user should define XINE_COMMAND? Could add this to local_conf.py.example, is someone wants it. > > On 10/6/06, * Justin Wetherell* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > xine = /usr/local/bin/xine > > /usr/local/bin/xine -v > This is xine (X11 gui) - a free video player v0.99.4. > (c) 2000-2004 The xine Team. > > > > On 10/6/06, * The Hog* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> > wrote: > > ----- Oorspronkelijk bericht ----- > From: Justin Wetherell <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> > To: [email protected] > <mailto:[email protected]> > Date: 07-Oct-2006 02:39 > Subject: [Freevo-devel] 1.5.x Xine problem > > > When trying to use the plugin "video.xine", I am getting this > problem: > > > > ERROR: 'xine-ui' version too old, plugin 'xine' deactivated > > > You need software xine-ui > 0.9.21 > > > > > > but when I do an "xine -v", this is what it reports: > > > > xine -v > > > This is xine (X11 gui) - a free video player v0.99.4. > > > > > > Where does the xine parameter in freevo.conf (in /etc/freevo/ or > ~/.freevo/) > point to? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
