0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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)
This commit is contained in:
wm4 2020-02-14 12:58:45 +01:00
parent 83efdb5a01
commit 777c046b35
2 changed files with 13 additions and 6 deletions

View File

@ -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

View File

@ -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
-----