X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/69ae358e03e3488a3927135c4907b2dab546c1eb..dd809bdc6d9d3c73c6d4e3951f9eb920d6f3f858:/bin/mkvsettitle 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