Search found 2 matches

by killer1337
16 Oct 2014, 15:40
Forum: Scripting and Automation
Topic: wrong call of filebot script from pyload
Replies: 2
Views: 2413

Re: wrong call of filebot script from pyload

Ok I fixed it myself :D

For what reason ever I just had to replace the "$1" with a "$2". So somehow it is the second argument I want. But why did it use to work with argument 1 before then?
by killer1337
16 Oct 2014, 15:07
Forum: Scripting and Automation
Topic: wrong call of filebot script from pyload
Replies: 2
Views: 2413

wrong call of filebot script from pyload

Hi there, I am calling filebot via an external pyload script wich looks like this: #!/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 ...