Ryan Roth wrote:
> Duncan Webb wrote:
>>> thank you duncan for your answer.
>>>
>>> i've tried passing the file endings (img bin iso) to the COMMAND_ARGS,
>>> but still didn't work.
>>> i'm clueless.
>>> since i only have the ps1 entry, i'll stick with the
>>> command.append(file)
>>> line uncommented.
>>>     
>>
>> What you can try is to uncomment the line and then add a print or _debug_
>> just below the line.
>>
>> Like:
>> print 'command=%r' % (command,)
>> or
>> _debug_('command=%r' % (command,))
>> it needs to be indented at the same level as the command.append(file)
>>
>> If you can do this and tell me what is being shown then we should be able
>> to find a solution.
>>
>> Duncan
>>   
> I had to uncomment out line 73 also to get xmess working again, is there
> another way around this?  Here is my games item:
> 
>        ('NES', '/mnt/theattic/roms/nes',
>        ('GENERIC', '/usr/bin/xmess', 'nes -cart',
> '/mnt/theattic/roms/coverart', [ 'nes' ] ))

Isn't mess the same as snes or mame? IIRC one of these has the same code
base. Have you tried these plug-ins?

Duncan



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to