since a recent mpv update files in subdirectories of scripts/ such as scripts/lib are also treated (and attempted to be loaded) as scripts. this produces the following error:
Cannot find main.* for any supported scripting backend in: /home/user/.config/mpv/scripts/lib
files and directories can be marked to be 'disabled' aka not loaded by mpv, by appending .disable to them. this pr does that for thescripts/lib dir.
since a recent mpv update files in subdirectories of
scripts/
such asscripts/lib
are also treated (and attempted to be loaded) as scripts. this produces the following error:Cannot find main.* for any supported scripting backend in: /home/user/.config/mpv/scripts/lib
files and directories can be marked to be 'disabled' aka not loaded by mpv, by appending
.disable
to them. this pr does that for thescripts/lib
dir.resolves #21