6 days ago ❓ #问题求助Mpv脚本autoload.lua中跳过文件名带有特定字符串的文件到底怎么写ignore_patterns规则?https://meta.appinn.net/t/topic/85729 小众软件官方论坛 Mpv脚本autoload.lua中跳过文件名带有特定字符串的文件到底怎么写ignore_patterns规则? Option ignore_patterns is a comma-separated list of patterns (see ). Additionally to the standard lua patterns, you can also escape commas with %, for example, the option bak%,x%,,another will be resolved as patterns bak,x, and another. But it does not mean…