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.
vlad
On Tue, Nov 20, 2007 at 10:00:06PM +0100, Duncan Webb wrote:
> [EMAIL PROTECTED] wrote:
> > OK. understood, i did not noticed that. Someone has made the change, but
> > why??
>
> I did, you really don't need this as an additional command line argument
> as it should be possible something like this:
>
> GAMES_ITEMS = [
> ('PlayStation One (ePSXe)',
> '/home/vlad/spiele/cdimages/',
> ('GENERIC', '/home/vlad/.PersonalBin/epsxe', '-nogui
> -loadiso img bin iso', '', [ 'img','bin','iso' ] )),
> ('PlayStation One (pSX)',
> '/home/vlad/spiele/cdimages/',
> ('GENERIC', '/home/vlad/.PersonalBin/psx-freevo',
> 'img bin iso mdf cdz', '', [ 'img','bin','iso','mdf','cdz' ] ))
> ]
>
> The
> command.extend(args.split())
> splits the arguments in to a list the and
> command.append(file)
> add a list to the end of the command line.
> So it should be possible just using the arguments
>
> If command.append(file) is left active then any game that doesn't accept
> the arguments, such as pingus, tuxracer, etc won't run. What's more the
> games wiki page has the above examples so I guess that it got broken at
> some point.
>
> 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