summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-01 20:01:02 +0200
committerwm4 <wm4@nowhere>2016-09-01 20:01:02 +0200
commite4e1dc3c79e192d6c4476a2b52f9ca890385d433 (patch)
treeec186a82e903bc29b9b269d7d13dacc7bac12e36 /DOCS/interface-changes.rst
parentd32bee5f019f2c51839df16b7c7955dc33651cbe (diff)
downloadmpv-e4e1dc3c79e192d6c4476a2b52f9ca890385d433.tar.bz2
mpv-e4e1dc3c79e192d6c4476a2b52f9ca890385d433.tar.xz
command: rename/deprecate some conflicting property names
These conflict with options of the same name, and prevent a "full" unification. Not addressed is the "cache" property, and possibly a few properties that behave differently from their equivalent options.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index fd4193a4e9..0b94f89963 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -27,6 +27,11 @@ Interface changes
(Also see client API change for API version 1.23.)
- add almost all options to the property list, meaning you can change
options without adding "options/" to the property name
+ - rename the following properties
+ - "demuxer" -> "current-demuxer"
+ - "fps" -> "container-fps"
+ - "idle" -> "idle-active"
+ the old names are deprecated
--- mpv 0.20.0 ---
- add --image-display-duration option - this also means that image duration
is not influenced by --mf-fps anymore in the general case (this is an