mpv-scripts icon indicating copy to clipboard operation
mpv-scripts copied to clipboard

Various mpv Lua scripts

Results 2 mpv-scripts issues
Sort by recently updated
recently updated
newest added

is there any way to enable scanning of subfolders in this script? using the example of the fuzzydir.lua script so that you can set --sub-fonts-dir=** and forget about prescribing paths...

Put `sub-fonts-dir-auto.lua` to `scripts/`, and run `mpv -v VIDEO_FILE`. This lua randomly doesn't trigger, no `[cplayer] Running hook: sub_fonts_dir_auto/on_load` is found from outputs. If you increase the priority `mp.add_hook("on_load", 1,...