summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-24 03:20:15 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-25 20:18:32 -0800
commit0d359879c9edfaefe8f4d500802781e32f2c8d9a (patch)
treeb412fe69f8e0723ef11be2b9018e2e43768312f0 /DOCS/man/mpv.rst
parent9e64b9382265fb688fecda15b28ad6c41b587cd6 (diff)
downloadmpv-0d359879c9edfaefe8f4d500802781e32f2c8d9a.tar.bz2
mpv-0d359879c9edfaefe8f4d500802781e32f2c8d9a.tar.xz
command: add a change-list command
Requested. See manpage additions. The main reason why this goes through the trouble to keep the action/operation parameter separate is so that we don't expose some option parser implementation details to the command (although that is a relatively weak reason), and also to make it more different from the "set" command, which can't support this type of option as it goes through the property layer. Fixes #5435.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index d7564c3b57..1919485069 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -448,6 +448,9 @@ aliases for the proper option with ``-append`` action. For example,
Some options only support a subset of the above.
+Options of this type can be changed at runtime using the ``change-list``
+command, which takes the suffix as separate operation parameter.
+
Playing DVDs
------------