From 777c046b358e9e1b82f574875698e650722c0f5e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 14 Feb 2020 12:58:45 +0100 Subject: 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) --- DOCS/man/mpv.rst | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'DOCS/man/mpv.rst') 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 -- cgit v1.2.3