Re: [Freevo-users] Freevo 1.6 XMAME - BUG FIX

2006-11-22 Thread Ryan Roth
Thanks. Glad I could help. Duncan Webb wrote: > Ryan Roth wrote: > >> 106 also. The patch I suggest would probably be a good idea to include >> or build off of just for compatibility. >> >> >> > If you type the commands at the command line > > import os os.system('xmame.

Re: [Freevo-users] Freevo 1.6 XMAME - BUG FIX

2006-11-22 Thread Duncan Webb
Ryan Roth wrote: > 106 also. The patch I suggest would probably be a good idea to include > or build off of just for compatibility. > > If you type the commands at the command line >>> import os >>> os.system('xmame.SDL -listxml -out /tmp/roms') info: trying to parse: /etc/xmame/xmamerc info:

Re: [Freevo-users] Freevo 1.6 XMAME - BUG FIX

2006-11-22 Thread Ryan Roth
106 also. The patch I suggest would probably be a good idea to include or build off of just for compatibility. > I'm using version 0.106. > > I will try Ryan's patch this weekend. > > Jim > > "Duncan Webb" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> Ryan Roth wrote: >> >

Re: [Freevo-users] Freevo 1.6 XMAME - BUG FIX

2006-11-22 Thread Jim Duda
I'm using version 0.106. I will try Ryan's patch this weekend. Jim "Duncan Webb" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ryan Roth wrote: > > Which version of xmame are you using? > >>From what I see in version 0.106 the errors and messages go to stderr so > should not affe

Re: [Freevo-users] Freevo 1.6 XMAME - BUG FIX

2006-11-22 Thread Duncan Webb
Ryan Roth wrote: Which version of xmame are you using? >From what I see in version 0.106 the errors and messages go to stderr so should not affect the parser. Duncan > It should be > /usr/lib/python2.4/site-packages/freevo/games/mame_cache.py > not > /usr/lib/python2.4/site-packages/fr

Re: [Freevo-users] Freevo 1.6 XMAME - BUG FIX

2006-11-22 Thread Ryan Roth
It should be /usr/lib/python2.4/site-packages/freevo/games/mame_cache.py not /usr/lib/python2.4/site-packages/freevo/directory.py > I changed line 222 in > /usr/lib/python2.4/site-packages/freevo/directory.py to fix this issue. > > from : > > listinfo = os.popen( mame_cmd + ' --l

[Freevo-users] using mplayer dvdnav

2006-11-22 Thread Jonathan Isom
How difficult would it be to use dvdnav://1 instead of dvd://1 in the mplayer plugin? I come across sony dvds that won't play with dvd:// but will with newer mplayer rc1 using dvdnav://. it doesn't appear to be a simple changing of dvd:// to dvdnav:// in mplayer.py. Thanks

Re: [Freevo-users] Freevo 1.6 XMAME - BUG FIX

2006-11-22 Thread Ryan Roth
I changed line 222 in /usr/lib/python2.4/site-packages/freevo/directory.py to fix this issue. from : listinfo = os.popen( mame_cmd + ' --listxml', 'r' ) to: os.system( mame_cmd + ' -listxml -out /tmp/roms') listinfo = os.popen( 'cat /tmp/roms', 'r') This error is caused by the f

Re: [Freevo-users] Freevo 1.6 cdbackup/coversearch issue

2006-11-22 Thread Duncan Webb
Jim Duda wrote: > Duncan, > > Well, I learned enough python to at least make a simple tweak. > > I'm using lame for my mp3 encoding method. I found that I needed to add code > to cdbackup > in order to get lame to add the id3 tags necessary for coversearch to find > the names, etc. > What enco

Re: [Freevo-users] Freevo 1.6 cdbackup/coversearch issue

2006-11-22 Thread Jim Duda
Duncan, Well, I learned enough python to at least make a simple tweak. I'm using lame for my mp3 encoding method. I found that I needed to add code to cdbackup in order to get lame to add the id3 tags necessary for coversearch to find the names, etc. What encoding method do you use for which c

Re: [Freevo-users] Can I control freevo (audio playlistinparticular) over network?

2006-11-22 Thread Barak Zalstein
On 11/21/06, Alberto Hernando <[EMAIL PROTECTED]> wrote: > If what you want is to control freevo from another pc, as if you were seeing > it on tv, then what you need is x11vnc. It creates an vnc connection to your > X display. I also connect a monitorless freevo machine to a projector and have be