mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 09:53:02 -04:00
Update Tags handlings
- Minor extra debug output
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/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
|
esac
|
||||||
done
|
done
|
||||||
|
[ $flac2mp3_debug -ge 1 ] && echo "Debug|New metadata: $(echo $flac2mp3_ffmpeg_metadata | sed -e 's/-metadata //g')" | log
|
||||||
else
|
else
|
||||||
echo "Warn|ffprobe did not return any data when querying track: \"$flac2mp3_track\"" | log
|
echo "Warn|ffprobe did not return any data when querying track: \"$flac2mp3_track\"" | log
|
||||||
flac2mp3_exitstatus=12
|
flac2mp3_exitstatus=12
|
||||||
|
|||||||
Reference in New Issue
Block a user