mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-19 06:44:03 -04:00
Update Tags handlings
- Minor extra debug output
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /usr/local/bin/flac2mp3.sh --tags disc,genre
|
||||
. /usr/local/bin/flac2mp3.sh --tags title,disc,genre
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user