summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-16 22:06:41 +0100
committerwm4 <wm4@nowhere>2015-02-16 22:08:16 +0100
commitd26ba961d05a2de165fa87c41d705ed3db00231b (patch)
treeeb3dfc217322ca600decad7a6bf7a051c6d521f5 /input/cmd_list.c
parent37183532ae2b3b919540a31f56d0089cd16652d9 (diff)
downloadmpv-d26ba961d05a2de165fa87c41d705ed3db00231b.tar.bz2
mpv-d26ba961d05a2de165fa87c41d705ed3db00231b.tar.xz
command: add rescan_external_files
Requested. Hopefully will be useful for things that download and add external subtitles on demand. Or something. Closes #1586.
Diffstat (limited to 'input/cmd_list.c')
-rw-r--r--input/cmd_list.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index 28c89884e7..380e241b60 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -199,6 +199,11 @@ const struct mp_cmd_def mp_cmds[] = {
{ MP_CMD_AUDIO_REMOVE, "audio_remove", { OARG_INT(-1) } },
{ MP_CMD_AUDIO_RELOAD, "audio_reload", { OARG_INT(-1) } },
+ { MP_CMD_RESCAN_EXTERNAL_FILES, "rescan_external_files", {
+ OARG_CHOICE(0, ({"keep-selection", 0},
+ {"reselect", 1})),
+ }},
+
{0}
};