Search found 3 matches

by thomashp
14 Aug 2014, 02:42
Forum: Scripting and Automation
Topic: AMC issue with deluge on windows
Replies: 4
Views: 4469

Re: AMC issue with deluge on windows

Thanks! You were right about the double quotes. Here is my updated batch file to strip the quotes: set TORRENTID=%~1 set TORRENTNAME=%~2 set TORRENTPATH=%~3 filebot.launcher.exe -script fn:amc --log-file c:/scripts/filebot-amc.log --action copy --conflict auto -non-strict --def "ut_dir=%TORRENTPATH ...
by thomashp
11 Aug 2014, 02:33
Forum: Scripting and Automation
Topic: AMC issue with deluge on windows
Replies: 4
Views: 4469

Re: AMC issue with deluge on windows

Still having this issue. Anyone have any idea?
by thomashp
10 Jun 2014, 01:41
Forum: Scripting and Automation
Topic: AMC issue with deluge on windows
Replies: 4
Views: 4469

AMC issue with deluge on windows

I'm running Deluge on Windows and I'm having a weird problem with the AMC script. I have deluge call this batch file: fb.bat set TORRENTID=%1 set TORRENTNAME=%2 set TORRENTPATH=%3 filebot.launcher.exe -script fn:amc --log-file c:/scripts/filebot-amc.log --action copy --conflict auto -non-strict --db ...