Vlad Olenin wrote:
> Are there similar settings for XINE player?

They should be in local_conf.py.example but what I have is:
# xine settings
XINE_ARGS_DEF = "--no-lirc --post='pp:quality=10;expand'"
if CONF.display in ('dfbmga', 'directfb'):
  XINE_COMMAND = '%s' % (CONF.df_xine)
  XINE_ARGS_DEF = '--layer=0 --deinterlace'
else:
  XINE_COMMAND = '%s --auto-play=fq --hide-gui --borderless --geometry
%sx%s+0+0 --no-splash' % \
    (CONF.xine, CONF.width, CONF.height)
  XINE_ARGS_DEF = '--no-lirc'
XINE_VO_DEV = 'xv'
XINE_AO_DEV = 'alsa'
XINE_TV_VO_DEV = 'xv'
XINE_TV_AO_DEV = 'alsa'
XINE_TV_TIMESHIFT_FILEMASK = '/freevo/timeshift/buf-'

In fact, most of the configuration variables are in
local_conf.py.example but some of the plug-ins have their own set which
you can see by typing:

freevo plugins -l
to get a list of the plugins

freevo plugins -i <plugin name>, eg:
freevo plugins -i remind

Duncan

> On 7/8/07, *Duncan Webb* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> wrote:
> 
>     Ariranha wrote:
>     > In local_conf.py there is an option:
>     >
>     > # CONTROL_ALL_AUDIO  = 1               # Should Freevo take complete
>     > control of audio
>     >
>     > Should I try it?
> 
>     It won't make any difference, it just means that Freevo controls
>     different channels for the mixer.
> 
>     What is important is your mplayer settings in local_conf.py and the
>     sound daemon.
> 
>     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))
> 
>     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.
> 
>     You can then run these command from a xterm, leaving out the -slave or
>     -stdctl options and see what happens with different settings of the
>     audio device.



-------------------------------------------------------------------------
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