From 61f72bd5123551d91e7470f879f359f6104ac6bd Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Sun, 12 May 2024 21:57:56 +0200 Subject: select.lua: add this script This adds script messages to select playlist entries, tracks, chapters, subtitle lines, bindings and properties using the newly introduced mp.input.select(). This fully closes #13964. --- player/lua/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/lua/meson.build') diff --git a/player/lua/meson.build b/player/lua/meson.build index 7df62d219b..0812817cb6 100644 --- a/player/lua/meson.build +++ b/player/lua/meson.build @@ -1,6 +1,6 @@ lua_files = ['defaults.lua', 'assdraw.lua', 'options.lua', 'osc.lua', 'ytdl_hook.lua', 'stats.lua', 'console.lua', 'auto_profiles.lua', - 'input.lua', 'fzy.lua'] + 'input.lua', 'fzy.lua', 'select.lua'] foreach file: lua_files lua_file = custom_target(file, input: join_paths(source_root, 'player', 'lua', file), -- cgit v1.2.3