summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-23 22:59:04 +0200
committerwm4 <wm4@nowhere>2015-07-23 22:59:04 +0200
commit3cbf68b47079df130d2a767da7f6af352202112c (patch)
tree588c6ca85a5d20a0768fc73ccedf9e4918f4afb1 /DOCS/man/input.rst
parent86a60a4dd22a717a069346acf4a6171837fb01b3 (diff)
downloadmpv-3cbf68b47079df130d2a767da7f6af352202112c.tar.bz2
mpv-3cbf68b47079df130d2a767da7f6af352202112c.tar.xz
command: add property indicating per-file options
Fixes #2165, more or less.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index e46d802888..14c1f3f5fa 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1872,6 +1872,12 @@ Property list
``no`` otherwise. What this is set to if the option is e.g. changed
at runtime is left undefined (meaning it could change in the future).
+ ``option-info/<name>/set-locally``
+ Return ``yes`` if the option was set per-file. This is the case with
+ automatically loaded profiles, file-dir configs, and other cases. It
+ means the option value will be restored to the value before playback
+ start when playback ends.
+
``option-info/<name>/default-value``
The default value of the option. May not always be available.