mpv config: add timemarks

This commit is contained in:
rydesun 2025-11-11 08:33:15 +08:00
parent 4e43db7977
commit 398babc3db
4 changed files with 137 additions and 2 deletions

View file

@ -48,6 +48,7 @@ local function similar_files(dir, filename)
goto continue
end
local basename, ext = file:match("(.+)%.(.+)")
if not ext then goto continue end
ext = ext:lower()
if ext ~= o_ext then
goto continue