mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-01-16 03:27:58 +08:00
mpv config: add timemarks
This commit is contained in:
parent
4e43db7977
commit
398babc3db
4 changed files with 137 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue