mirror of https://github.com/mpv-player/mpv
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.
(cherry picked from commit 0b72f5e5ad
)
This commit is contained in:
parent
477eefa63f
commit
39f6824b30
|
@ -378,7 +378,8 @@ Location and Syntax
|
||||||
You can put all of the options in configuration files which will be read every
|
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
|
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
|
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
|
User-specific options override system-wide options and options given on the
|
||||||
command line override either. The syntax of the configuration files is
|
command line override either. The syntax of the configuration files is
|
||||||
``option=<value>``; everything after a *#* is considered a comment. Options
|
``option=<value>``; everything after a *#* is considered a comment. Options
|
||||||
|
@ -796,6 +797,8 @@ input command can take an exit code: in this case, that exit code is returned.
|
||||||
FILES
|
FILES
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
For Windows-specifics, see `FILES ON WINDOWS`_ section.
|
||||||
|
|
||||||
``/usr/local/etc/mpv/mpv.conf``
|
``/usr/local/etc/mpv/mpv.conf``
|
||||||
mpv system-wide settings (depends on ``--prefix`` passed to configure - mpv
|
mpv system-wide settings (depends on ``--prefix`` passed to configure - mpv
|
||||||
in default configuration will use ``/usr/local/etc/mpv/`` as config
|
in default configuration will use ``/usr/local/etc/mpv/`` as config
|
||||||
|
|
Loading…
Reference in New Issue