DOCS: add `insert` commands and args to interface-changes

This commit is contained in:
David Vaughan 2024-02-24 19:43:59 -08:00 committed by Dudemanguy
parent c678033c1d
commit 0cc269de55
1 changed files with 6 additions and 0 deletions

View File

@ -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.