John Molohan wrote:
> Ariranha wrote:
>>
>> Hi Duncan ...
>>  
>>
>>     MPLAYER_AO_DEV = 'alsa'
>>     MPLAYER_ARGS_DEF = (('-autosync 100 -osd-duration 3000 -nolirc '
>>         + '-autoq 100 -subpos 92 -fs '-screenw %s -screenh %s') % \
>>         (CONF.width, CONF.height))

MPLAYER_AO_DEV = 'alsa'
MPLAYER_ARGS_DEF = '-autosync 100 -osd-duration 3000 -nolirc ' \
    + '-autoq 100 -subpos 92 -fs '-screenw %s -screenh %s' % \
    (CONF.width, CONF.height)

Sorry didn't see the message, too many parentheses.

Duncan

>>
>>
>>
>> With the second line freevo wont start (syntax error?). Might be some 
>> tab or space.
>> I should "cut" and "paste" the same way is shows above?
> Yes python will be sensitive to white spaces and tabs. Try putting the 
> entire command on one line, remove the + and extra ' characters.
>>     One way to check what Freevo is doing is to set DEBUG=1 and
>>     CHILDAPP_DEBUG=1 in local_conf.py and then in the main log you
>>     will see
>>     the exact command that freevo is running to start mplayer and xine.
>>
>>
>> Where is the log file (sorry for the dumb question)?
> /var/log/freevo/main.log if that directory exists otherwise I think it's 
> /tmp/freevo/
>> Thanks again.
>>
>> Reginaldo
> John
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Freevo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to