wrong call of filebot script from pyload
Posted: 16 Oct 2014, 15:07
Hi there,
I am calling filebot via an external pyload script wich looks like this:
my download folder is at
my pyload stuf is stored at
somehow pyload calls the external script with the wrong argument. Instad of
it calls it with
which doesn't exist.
so the logfile reads
How can this be fixed?
I am calling filebot via an external pyload script wich looks like this:
Code: Select all
#!/bin/sh
filebot -script fn:amc --output "/media/video/" --log-file amc.log --action move -non-strict "$1" --lang de --def excludeList=amc-input.txt artwork=n xbmc=alarmpi clean=y root=y "seriesFormat=Serien/{n}/Season {s}/{n} - S{S.pad(2)}E{E.pad(2)} - {t}" "movieFormat=Filme/{n} ({y})/{n} ({y})"
Code: Select all
/media/pyload_dl
Code: Select all
/home/pyload/.pyload
Code: Select all
/media/pyload_dl/specificdownloadsubfolder
Code: Select all
/home/pyload/.pyload/specificdownloadsubfolder
so the logfile reads
Code: Select all
Parameter: excludeList = amc-input.txt
Parameter: artwork = n
Parameter: xbmc = alarmpi
Parameter: clean = y
Parameter: root = y
Parameter: seriesFormat = Serien/{n}/Season {s}/{n} - S{S.pad(2)}E{E.pad(2)} - {t}
Parameter: movieFormat = Filme/{n} ({y})/{n} ({y})
Argument: /home/pyload/.pyload/specificdownloadsubfolder
File not found: /home/pyload/.pyload/specificdownloadsubfolder
Failure (°_°)