mirror of https://github.com/mpv-player/mpv
DOCS: add `insert` commands and args to interface-changes
This commit is contained in:
parent
c678033c1d
commit
0cc269de55
|
@ -51,6 +51,12 @@ Interface changes
|
||||||
- add `auto` choice to `--deinterlace`
|
- add `auto` choice to `--deinterlace`
|
||||||
- change `--teletext-page` default from 100 to 0 ("subtitle" in lavc)
|
- change `--teletext-page` default from 100 to 0 ("subtitle" in lavc)
|
||||||
- change `--hidpi-window-scale` default to `no`
|
- 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 ---
|
--- mpv 0.37.0 ---
|
||||||
- `--save-position-on-quit` and its associated commands now store state files
|
- `--save-position-on-quit` and its associated commands now store state files
|
||||||
in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.
|
in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.
|
||||||
|
|
Loading…
Reference in New Issue