diff --git a/.local/bin/tag b/.local/bin/tag index a55bbaec..11a5b8ed 100755 --- a/.local/bin/tag +++ b/.local/bin/tag @@ -54,10 +54,10 @@ Total=$total Date=$date Genre=$genre Comment=$comment" | opustags -i -S "$file" ;; - *.mp3) eyeD3 -Q --remove-all -a "$artist" -t "$title" -A "$album" -n "$track" \\ - ${total:+-N "$total"} \\ - ${date:+-Y "$date"} \\ - ${genre:+-G "$genre"} \\ + *.mp3) eyeD3 -Q --remove-all -a "$artist" -t "$title" -A "$album" -n "$track" \ + ${total:+-N "$total"} \ + ${date:+-Y "$date"} \ + ${genre:+-G "$genre"} \ ${comment:+-c "$comment"} "$file" ;; *.flac) echo "TITLE=$title ARTIST=$artist