We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23f635d + addfeb0 commit d1c8fe2Copy full SHA for d1c8fe2
readarr/combine.bash
@@ -36,8 +36,11 @@ combineM4bFiles() {
36
37
if [ $? -eq 0 ]; then
38
log "M4b files combined successfully. Output: $outputFile"
39
+ rm -f "$readarr_artist_path/*.mp3"
40
+ log "MP3 files removed after successful M4b file combination."
41
else
42
log "Error combining M4b files with FFmpeg."
43
+ log "original file untouched"
44
fi
45
}
46
0 commit comments