summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-14 12:58:45 +0100
committerwm4 <wm4@nowhere>2020-02-14 12:58:45 +0100
commit777c046b358e9e1b82f574875698e650722c0f5e (patch)
tree4d5e33d05941f6c94f5e90cf7a345fe9948109b8
parent83efdb5a01971bb93a4707dfcc1d2af3a48b2a4f (diff)
downloadmpv-777c046b358e9e1b82f574875698e650722c0f5e.tar.bz2
mpv-777c046b358e9e1b82f574875698e650722c0f5e.tar.xz
manpage: clarify --player-operation-mode
options.rst to clarify the option, some more text in mpv.rst to separate out the compatibility stuff a little. Fixes: #7461 (options.rst change only)
-rw-r--r--DOCS/man/mpv.rst17
-rw-r--r--DOCS/man/options.rst2
2 files changed, 13 insertions, 6 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 286c56392c..d019f15c6a 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -1022,11 +1022,10 @@ Currently this happens only in the following cases:
- if you manually use ``--player-operation-mode=pseudo-gui`` on the command line
This mode applies options from the builtin profile ``builtin-pseudo-gui``, but
-only if these haven't been set in the user's config file or on the command line.
-Also, for compatibility with the old pseudo-gui behavior, the options in the
-``pseudo-gui`` profile are applied unconditionally. In addition, the profile
-makes sure to enable the pseudo-GUI mode, so that ``--profile=pseudo-gui``
-works like in older mpv releases. The profiles are currently defined as follows:
+only if these haven't been set in the user's config file or on the command line,
+which is the main difference to using ``--profile=builtin-pseudo-gui``.
+
+The profile is currently defined as follows:
::
@@ -1035,6 +1034,14 @@ works like in older mpv releases. The profiles are currently defined as follows:
force-window=yes
idle=once
screenshot-directory=~~desktop/
+
+The ``pseudo-gui`` profile exists for compatibility. The options in the
+``pseudo-gui`` profile are applied unconditionally. In addition, the profile
+makes sure to enable the pseudo-GUI mode, so that ``--profile=pseudo-gui``
+works like in older mpv releases:
+
+::
+
[pseudo-gui]
player-operation-mode=pseudo-gui
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0574831880..bb92751efb 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -882,7 +882,7 @@ Program Behavior
For enabling "pseudo GUI mode", which means that the defaults for some
options are changed. This option should not normally be used directly, but
only by mpv internally, or mpv-provided scripts, config files, or .desktop
- files.
+ files. See `PSEUDO GUI MODE`_ for details.
Video
-----