mpv/player/lua
llyyr 168fb56fe8 osc.lua: observe playlist-count instead of playlist property
Observing playlist property with "native" type is too expensive for
larger playlists, and we only observe this property to
activate/deactivate next/prev buttons on the osc. We actually only need
to know if the playlist-count has changed, nothing else.

Fixes: https://github.com/mpv-player/mpv/issues/15264
2024-11-06 18:00:09 +01: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: observe playlist-count instead of playlist property 2024-11-06 18:00:09 +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