mpv/player/lua
Guido Cella cf3bc0a722 console.lua: limit the length of selectable items
Giving very long lines to libass freezes mpv and makes the CPU spin
(though it's fine with terminal output). This is often the case
user-data/mpv/ytdl/json-subprocess-result in the property list. So limit
the length of selectable items to 300 characters (not Unicode aware).
This is enough to fill a 1920x1080 window with font_size=16 and Japanese
text.
2024-11-22 19:04:51 +01:00
..
assdraw.lua osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
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: limit the length of selectable items 2024-11-22 19:04:51 +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 sub/osd/console/stats: use the same 1.65 outline size 2024-11-18 09:50:22 +01:00
ytdl_hook.lua ytdl_hook.lua: track playlist metadata 2024-10-26 19:59:26 +02:00