tag_ogg: print name after tagging

This commit is contained in:
Lorenzo Pistone 2019-02-19 13:03:50 +01:00 committed by GitHub
parent a805996ee0
commit ba672d1f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,6 @@ set -e
fname="${4} - ${2}.ogg"
fname="${fname//\//-}"
cat > "${fname}"
echo "${fname}"
{
echo "SPOTIFY_ID=${1}"
title="${2//'\n'/' '}"
@ -18,3 +17,4 @@ echo "${fname}"
echo "ARTIST=${artist}"
done
} | vorbiscomment -a "${fname}"
echo "${fname}"