mirror of
https://github.com/pisto/oggify
synced 2025-11-22 21:06:30 +00:00
print track filename in tag_ogg
This commit is contained in:
parent
99f61a7e85
commit
264538e3ab
1 changed files with 1 additions and 0 deletions
1
tag_ogg
1
tag_ogg
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue