Update video-pp.bash

pull/11/head
RandomNinjaAtk 4 years ago committed by GitHub
parent 21ebd136e6
commit 752857dcc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -316,7 +316,7 @@ find "$1" -type f -iregex ".*/.*\.\(mkv\|mp4\|avi\)" -print0 | while IFS= read -
echo "Begin processing with Sickbeard MP4 Automator..."
echo ""
# Manual run of Sickbeard MP4 Automator
if python3 /usr/local/sma/manual.py --config "$2" -i "${basefilename}.${extension}" $tagging; then
if python3 /usr/local/sma/manual.py --config "$5" -i "${basefilename}.${extension}" $tagging; then
echo "Processing complete for: ${filename}!"
else
echo "ERROR: Sickbeard MP4 Automator Processing Error"

Loading…
Cancel
Save