mpv/player/lua
Guido Cella 5dc4047415 auto_profiles.lua: actually exit when no auto profiles are defined
Unsetting _G.mp_event_loop at the top level quits the script, but not
within callbacks. Use the new exit() function instead. Fixes e2284fba18.

This actually has an edge case since e2284fba18 where you can add auto
profiles only later with load-config-file and the script stays unloaded,
but it's still reasonable to quit if mpv.conf has no conditional
profiles. You could always explicitly set --load-auto-profiles=yes in
this case.
2024-11-02 14:03:02 +02:00
..
assdraw.lua
auto_profiles.lua auto_profiles.lua: actually exit when no auto profiles are defined 2024-11-02 14:03:02 +02:00
console.lua console.lua: refine the hovered item calculation 2024-10-31 16:40:56 +01:00
defaults.lua defaults.lua: add an exit() function 2024-11-02 14:03:02 +02:00
fzy.lua scripting: add mp.input.select() 2024-05-07 22:34:22 +02:00
input.lua input.lua,defaults.js: don't hardcode mp.input arguments 2024-10-04 21:13:29 +03:00
meson.build meson: use relative file paths for file2string 2024-09-21 23:39:10 +02:00
options.lua options.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
osc.lua osc.lua: hide immediately without animation for select.lua 2024-10-28 23:28:50 +01:00
select.lua select.lua: don't use add_forced_key_binding 2024-09-19 13:57:39 +00:00
stats.lua stats.lua: calculate sizes like --osd-*-size options 2024-10-29 20:35:35 +01:00
ytdl_hook.lua ytdl_hook.lua: track playlist metadata 2024-10-26 19:59:26 +02:00