From ab8968e91e60c4f37b198e7ef2122714c7b8db7d Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 23 Jul 2002 20:10:39 +0000 Subject: Configuration files documented. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6773 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/mplayer.1 | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 25cb6c2e90..bd921171c8 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -66,10 +66,29 @@ is MPlayer with a graphical user interface. It has the same options as MPlayer. .SH GENERAL NOTES +.B Check the HTML documentation, too! +.br Every "flag" option has a "noflag" counterpart, e.g. the opposite of the \-fs option is \-nofs. .br -.B Check the HTML documentation, too! +You can put all of the options in a config file which will be read every time +.B mplayer +is run. The system-wide config file is '/etc/mplayer.conf', the user specific +one is '~/.mplayer/config'. User specific options override system-wide options +and options given on the command line override either. The syntax of the config +files is 'option=', everything after a '#' is considered a comment. +Options that work without values can be enabled by setting them to 'yes' or '1' +and disabled by setting them to 'no' or '0'. + +.I EXAMPLE +.br +# Use Matrox driver by default. +.br +vo=xmga +.br +# I love practicing handstands while watching videos. +.br +flip=yes .SH "DEMUXER/STREAM OPTIONS" .TP -- cgit v1.2.3