]>
git.rmz.io Git - dotfiles.git/blob - bin/mkvsettitle
2 # sets the title of all mkv videos to the filename without extension
11 t
=$(basename "$f" "$ext")
13 # remove also (2013){1080p}[en] stuff
16 mkvpropedit
--set title
="$t" "$f" > /dev
/null