summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-23 20:10:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-23 20:10:39 +0000
commitab8968e91e60c4f37b198e7ef2122714c7b8db7d (patch)
treeec2d09eb4a384fd6ae35ac974f7ba721a24c338f /DOCS
parent61ae3e730a48e79c3b4fb946a2729ae61b4d7a8f (diff)
downloadmpv-ab8968e91e60c4f37b198e7ef2122714c7b8db7d.tar.bz2
mpv-ab8968e91e60c4f37b198e7ef2122714c7b8db7d.tar.xz
Configuration files documented.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6773 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.121
1 files changed, 20 insertions, 1 deletions
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=<value>', 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