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?
Search found 2 matches
- 16 Oct 2014, 15:40
- Forum: Scripting and Automation
- Topic: wrong call of filebot script from pyload
- Replies: 2
- Views: 2545
Re: wrong call of filebot script from pyload
Ok I fixed it myself 
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?
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?
- 16 Oct 2014, 15:07
- Forum: Scripting and Automation
- Topic: wrong call of filebot script from pyload
- Replies: 2
- Views: 2545
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 ...