Update Tags handlings

- Minor extra debug output
This commit is contained in:
TheCaptain989 2024-02-26 09:51:21 -06:00
parent 371acbeb37
commit 2fdd21073f
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
. /usr/local/bin/flac2mp3.sh --tags disc,genre
. /usr/local/bin/flac2mp3.sh --tags title,disc,genre

View File

@ -803,6 +803,7 @@ for flac2mp3_track in $flac2mp3_tracks; do
;;
esac
done
[ $flac2mp3_debug -ge 1 ] && echo "Debug|New metadata: $(echo $flac2mp3_ffmpeg_metadata | sed -e 's/-metadata //g')" | log
else
echo "Warn|ffprobe did not return any data when querying track: \"$flac2mp3_track\"" | log
flac2mp3_exitstatus=12