Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/docker-sabnzbd-extended/commit/275092cbacdd7f77baeeb10007f955630768cb67
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
6 additions and
5 deletions
@ -11,7 +11,7 @@ function Configuration {
log " ##### SABnzbd Category: $category "
log " ##### DOCKER: $TITLE "
log " ##### SCRIPT: Video Post Processor ( $TITLESHORT ) "
log "##### SCRIPT VERSION: 1.0. 6 "
log "##### SCRIPT VERSION: 1.0. 7 "
log " ##### DOCKER VERSION: $VERSION "
log "##### CONFIGURATION VERIFICATION"
@ -342,20 +342,21 @@ function Main {
log "========================START SMA========================"
# Manual run of Sickbeard MP4 Automator
if python3 /usr/local/sma/manual.py --config " /config/scripts/configs/ $5 -sma.ini " -i " ${ basefilename } . ${ extension } " $tagging ; then
log " Processing complete for: ${ filename } ! "
sleep 0.01
else
log "ERROR: S ickbeard MP4 Automator Processing Error"
log "ERROR: S MA Processing Error"
rm " $video " && log " INFO: deleted: $filename "
fi
log "========================STOP SMA========================"
fi
fi
if [ " ${ extension } " = = "mkv " ] ; then
if [ -f " ${ basefilename } .mkv " ] ; then
log "========================START MKVPROPEDIT========================"
mkvpropedit " ${ basefilename } . ${ extension } " --add-track-statistics-tags
mkvpropedit " ${ basefilename } . mkv " --add-track-statistics-tags
log "========================STOP MKVPROPEDIT========================="
fi
log " Processing complete for: ${ filename } ! "
done
if [ ${ VIDEO_SMA } = TRUE ] || [ ${ VIDEO_MKVCLEANER } = TRUE ] ; then