comparison DOCS/example.conf @ 156:605a95a42659

example config file
author gabucino
date Mon, 19 Mar 2001 07:45:35 +0000
parents
children d3de96f3b72a
comparison
equal deleted inserted replaced
155:e55d1518ad95 156:605a95a42659
1 ##
2 ## MPlayer config file
3 ##
4 ## This file can be copied to /etc/mplayer.conf and/or ~/.mplayer/config .
5 ## If both exist, the ~/.mplayer/config's settings override the
6 ## /etc/mplayer.conf ones. And, of course command line overrides all.
7 ## The options are the same as in the command line, but they can be specified
8 ## more flexibly here. See below.
9 ##
10
11 vo=xv # To specify your default video output
12 # see -vo help for available options
13
14 fs=yes # Fullscreen playing will be default
15
16 ##
17 ## If you don't want to use 'yes/no' , use '1/0' or 'igen/nem' (yes, this is
18 ## hungarian:) You can also use spaces or tabs.
19 ##
20
21 sound = 1
22 nosound = 0 # :)
23
24 ##
25 ## Remember the -noalsa switch ? You can specify it either with:
26 ##
27 ## noalsa = 1
28 ## or
29 ## alsa = no
30 ## or
31 ## noalsa = no
32 ## or, if you want to :
33 ##
34
35 alsa = nem