Search found 5 matches

by Bjur
March 10th, 2020, 10:01 am
Forum: Post-Processing Scripts
Topic: Unraid: Sabnzbd + Filebot docker. Script won't work. Please help.
Replies: 2
Views: 6127

Unraid: Sabnzbd + Filebot docker. Script won't work. Please help.

Hi I hope someone can help. I've installed Linuxserver Sabnzbd docker and also Filebot Docker on Unraid. I want Sabnzbd to process this Filebot AMC: /opt/filebot/filebot -script fn:amc /mnt/disks/WDC_WD30EZRX-00D8PB0_WD-WCC4N7VXZ3TR/downloads/complete/film --output /mnt/user/Film/ --action test -non...
by Bjur
July 10th, 2013, 1:42 am
Forum: Post-Processing Scripts
Topic: My script won't work:
Replies: 5
Views: 5146

Re: My script won't work:

Sorry I only saw the first line of reply.
When I tried to add
cd /d %1 it still didn't changed anything. I can still see Ember Media Manager *32 in processes, but it still hangs. I can't get it to scrape.
Do you have any other tricks I can try?

Thanks for the help.
by Bjur
July 8th, 2013, 9:05 am
Forum: Post-Processing Scripts
Topic: My script won't work:
Replies: 5
Views: 5146

Re: My script won't work:

You should probably first select the correct job folder. @ECHO OFF cd /d %1 CALL "C:\Program Files (x86)\theRenamer\theRenamer.exe" -fetchmovie CALL "Y:\Programmer\Ember Media Manager\Ember Media Manager.exe" -newauto -all CALL "C:\Program Files (x86)\wget\bin\wget.exe"...
by Bjur
July 8th, 2013, 7:08 am
Forum: Post-Processing Scripts
Topic: My script won't work:
Replies: 5
Views: 5146

My script won't work:

Hi I have tried to create a script, which I can't get to work: I have tried both with .bat and .exe file but the problem is Ember Media Manager only starts up, but never scrapes. When not using the script in Sabnzbd there's no problem. @ECHO OFF CALL "C:\Program Files (x86)\theRenamer\theRename...