summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-28 22:15:39 +0200
committerwm4 <wm4@nowhere>2015-04-28 22:15:39 +0200
commit0b72f5e5ad6f9fca8849fcfb5ced8c03e21ce82a (patch)
tree73a763a2cf515ce90a22505ee26061590f505e14 /DOCS
parent8b4ca5806207c1482df30d9815e6970697cea5b2 (diff)
downloadmpv-0b72f5e5ad6f9fca8849fcfb5ced8c03e21ce82a.tar.bz2
mpv-0b72f5e5ad6f9fca8849fcfb5ced8c03e21ce82a.tar.xz
manpage: put explicit links to config file path details
It seems users still have trouble finding the exact paths, especially on Windows. Maybe this helps.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/mpv.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 8fe2c298b3..f38400c654 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -381,7 +381,8 @@ Location and Syntax
You can put all of the options in configuration files which will be read every
time mpv is run. The system-wide configuration file 'mpv.conf' is in your
configuration directory (e.g. ``/etc/mpv`` or ``/usr/local/etc/mpv``), the
-user-specific one is ``~/.config/mpv/mpv.conf``.
+user-specific one is ``~/.config/mpv/mpv.conf``. For details and platform
+specifics see the `FILES`_ section.
User-specific options override system-wide options and options given on the
command line override either. The syntax of the configuration files is
``option=<value>``; everything after a *#* is considered a comment. Options
@@ -799,6 +800,8 @@ input command can take an exit code: in this case, that exit code is returned.
FILES
=====
+For Windows-specifics, see `FILES ON WINDOWS`_ section.
+
``/usr/local/etc/mpv/mpv.conf``
mpv system-wide settings (depends on ``--prefix`` passed to configure - mpv
in default configuration will use ``/usr/local/etc/mpv/`` as config