mirror of
https://github.com/pisto/oggify
synced 2025-11-22 21:06:30 +00:00
tag_ogg: print name after tagging
This commit is contained in:
parent
a805996ee0
commit
ba672d1f91
1 changed files with 1 additions and 1 deletions
2
tag_ogg
2
tag_ogg
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue