summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-04-20 10:16:53 -0400
committersfan5 <sfan5@live.de>2024-04-21 15:26:46 +0200
commit5318522b500d89593afc79840445ed723b30f50d (patch)
tree8cbe4362c77df140080a03732c21d34e4374d95d /DOCS/man
parentb364e4a65c6947ddb7e8b5d50dbc5dd63ad9e780 (diff)
downloadmpv-5318522b500d89593afc79840445ed723b30f50d.tar.bz2
mpv-5318522b500d89593afc79840445ed723b30f50d.tar.xz
DOCS/man: refer to "mp.options functions" for script config docs
Currently they refer to the OSC documentation. However, the "mp.options functions" already documents that, is more detailed, and does not contain false statements like "there may be no spaces around the ``=`` or anywhere else" (the primitive parser does not care about them, so starting a string option value with spaces is perfectly fine). Change them to refer to "mp.options functions" and remove the redundant section in the OSC documentation.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/console.rst2
-rw-r--r--DOCS/man/osc.rst19
-rw-r--r--DOCS/man/stats.rst2
3 files changed, 5 insertions, 18 deletions
diff --git a/DOCS/man/console.rst b/DOCS/man/console.rst
index b9f169f1cc..69cc103c15 100644
--- a/DOCS/man/console.rst
+++ b/DOCS/man/console.rst
@@ -123,7 +123,7 @@ Configuration
This script can be customized through a config file ``script-opts/console.conf``
placed in mpv's user directory and through the ``--script-opts`` command-line
-option. The configuration syntax is described in `ON SCREEN CONTROLLER`_.
+option. The configuration syntax is described in `mp.options functions`_.
Key bindings can be changed in a standard way, see for example stats.lua
documentation.
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 731485a662..97b4f4818e 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -130,22 +130,9 @@ del Cycles visibility between never / auto (mouse-move) / always
Configuration
-------------
-The OSC offers limited configuration through a config file
-``script-opts/osc.conf`` placed in mpv's user dir and through the
-``--script-opts`` command-line option. Options provided through the command-line
-will override those from the config file.
-
-Config Syntax
-~~~~~~~~~~~~~
-
-The config file must exactly follow the following syntax::
-
- # this is a comment
- optionA=value1
- optionB=value2
-
-``#`` can only be used at the beginning of a line and there may be no
-spaces around the ``=`` or anywhere else.
+This script can be customized through a config file ``script-opts/osc.conf``
+placed in mpv's user directory and through the ``--script-opts`` command-line
+option. The configuration syntax is described in `mp.options functions`_.
Command-line Syntax
~~~~~~~~~~~~~~~~~~~
diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst
index bc8f04f1a8..8bc0a3c651 100644
--- a/DOCS/man/stats.rst
+++ b/DOCS/man/stats.rst
@@ -43,7 +43,7 @@ Configuration
This script can be customized through a config file ``script-opts/stats.conf``
placed in mpv's user directory and through the ``--script-opts`` command-line
-option. The configuration syntax is described in `ON SCREEN CONTROLLER`_.
+option. The configuration syntax is described in `mp.options functions`_.
Configurable Options
~~~~~~~~~~~~~~~~~~~~