X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/69ae358e03e3488a3927135c4907b2dab546c1eb..4586ba5f3bb85d36e7a4865ce51d9317a90d8ae4:/bin/mkvsettitle?ds=inline diff --git a/bin/mkvsettitle b/bin/mkvsettitle index b74b76a..26443fb 100755 --- a/bin/mkvsettitle +++ b/bin/mkvsettitle @@ -12,5 +12,6 @@ for f in "$dir"/*; do t=${t%.*} # remove also (2013){1080p}[en] stuff t=${t% (*)\{*\}*} + echo "Set title: $t" mkvpropedit --set title="$t" "$f" > /dev/null done