summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-17 21:01:59 +0200
committerwm4 <wm4@nowhere>2016-09-17 21:01:59 +0200
commitcb604d5412f0eb87d030d75f5ca44370fdfa26f6 (patch)
tree2a5314e264bf62dcf33d0158cbd6e9af880b451a /DOCS
parenta3e8ff624c8adf3b18dddea0fdede7b7fa8c4eb1 (diff)
downloadmpv-cb604d5412f0eb87d030d75f5ca44370fdfa26f6.tar.bz2
mpv-cb604d5412f0eb87d030d75f5ca44370fdfa26f6.tar.xz
command: add an apply-profile command
This will actually update all associated options (which is trivial now with the recent changes).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 3588d66599..f127882bb3 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -691,6 +691,14 @@ Input Commands that are Possibly Subject to Change
``af-command "<label>" "<cmd>" "<args>"``
Same as ``vf-command``, but for audio filters.
+``apply-profile "<name>"``
+ Apply the contents of a named profile. This is like using ``profile=name``
+ in a config file, except you can map it to a key binding to change it at
+ runtime.
+
+ There is no such thing as "unapplying" a profile - applying a profile
+ merely sets all option values listed within the profile.
+
Undocumented commands: ``tv-last-channel`` (TV/DVB only),
``ao-reload`` (experimental/internal).