print track filename in tag_ogg

This commit is contained in:
Lorenzo Pistone 2019-02-18 09:56:19 +01:00
parent 99f61a7e85
commit 264538e3ab
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -e
fname=$(echo "${4} - ${2}.ogg" | tr '/' - | tr '\0' ' ')
cat > "$fname"
echo "$fname"
{
echo "SPOTIFY_ID=${1}"
title=$(tr '\n' ' ' <<< "${2}")