From 0d359879c9edfaefe8f4d500802781e32f2c8d9a Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 24 Jan 2018 03:20:15 +0100 Subject: 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. --- DOCS/man/mpv.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS/man/mpv.rst') 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 ------------ -- cgit v1.2.3