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