summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDavid Vaughan <david@davidv.xyz>2024-02-24 19:43:59 -0800
committerDudemanguy <random342@airmail.cc>2024-02-26 02:03:21 +0000
commit0cc269de556fd97d2359fcbac14961ac614e1606 (patch)
tree68565178717cf4073c189ebdf4f32b0e09624615 /DOCS/interface-changes.rst
parentc678033c1d60b48ae02fbbe4815869b9504a17f6 (diff)
downloadmpv-0cc269de556fd97d2359fcbac14961ac614e1606.tar.bz2
mpv-0cc269de556fd97d2359fcbac14961ac614e1606.tar.xz
DOCS: add `insert` commands and args to interface-changes
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 3ccaef84b8..99b1567fda 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -51,6 +51,12 @@ Interface changes
- add `auto` choice to `--deinterlace`
- change `--teletext-page` default from 100 to 0 ("subtitle" in lavc)
- change `--hidpi-window-scale` default to `no`
+ - add `insert-next`, `insert-next-play`, `insert-at`, and `insert-at-play`
+ actions to `loadfile` and `loadlist` commands
+ - add `index` argument to `loadfile` and `loadlist` commands
+ - move the `options` argument of the `loadfile` command from the third
+ parameter to the fourth (after `index`)
+ - add `--drag-and-drop=insert-next` option
--- mpv 0.37.0 ---
- `--save-position-on-quit` and its associated commands now store state files
in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.