Invalid usage: The --output folder option is required
Posted: 29 May 2021, 17:47
Hello,
my filebot on synology is not running properly since today, it does not move the files anymore
Attached my script + log
Someone has an idea ?
Filebot.sh
Filebot Log:
my filebot on synology is not running properly since today, it does not move the files anymore

Attached my script + log
Someone has an idea ?
Filebot.sh
Code: Select all
#!/bin/sh
#Javapfad
#PATH=$PATH: /var/packages/Java8/target/j2sdk-image/bin/
#Pfade
QUELLE=/volume1/Downloads/Unsortiert
ZIEL=/volume1/
SERIEN="/volume1/Serien"
FILME="/volume1/Filme"
#Filebot
FILEBOT=/volume1/@appstore/filebot/filebot.sh
SPRACHE=de
IGNORE=.nfo,.txt,.url,.rar,.jpg,.iso,.sub,.idx,.mp3
CLEAN=y
LOG=/volume1/Downloads/filebot.log
#Formate
SERIE="{n} - {S00E00} - {t}"
FILM="{n} ({y})"
###################################################################################
#Filebot-Kommando
$FILEBOT -script fn:amc -rename --conflict skip --def minLengthMS=0 --action move -no-xattr -non-strict --lang de "$QUELLE" --log-file $LOG --def ignore=$IGNORE "seriesFormat=$SERIEN/$SERIE" "movieFormat=$FILME/$FILM" clean=$CLEAN
exit 0
Code: Select all
* Consider using --apply refresh to refresh file services and media library
Run script [fn:amc] at [Sat May 29 19:42:48 CEST 2021]
Parameter: minLengthMS = 0
Parameter: ignore = .nfo,.txt,.url,.rar,.jpg,.iso,.sub,.idx,.mp3
Parameter: seriesFormat = /volume1/Serien/{n} - {S00E00} - {t}
Parameter: movieFormat = /volume1/Filme/{n} ({y})
Parameter: clean = y
Argument[0]: /volume1/Downloads/Unsortiert
Invalid usage: The --output folder option is required
Invalid usage: output folder must exist and must be a directory: null
Abort (×_×)