mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
command: provide per-file-options for loadfile command
Signed-off-by: wm4 <wm4@nowhere> Closes #575. Minor changes over original pull request.
This commit is contained in:
@@ -122,6 +122,7 @@ const struct mp_cmd_def mp_cmds[] = {
|
||||
ARG_STRING,
|
||||
OARG_CHOICE(0, ({"replace", 0}, {"0", 0},
|
||||
{"append", 1}, {"1", 1})),
|
||||
OPT_KEYVALUELIST(ARG(str_list), 0),
|
||||
}},
|
||||
{ MP_CMD_LOADLIST, "loadlist", {
|
||||
ARG_STRING,
|
||||
|
||||
Reference in New Issue
Block a user