Search found 4 matches

by esbroma
13 Mar 2015, 22:06
Forum: Scripting and Automation
Topic: Using AMC on Windows, with Deluge - Quotes issue.
Replies: 1
Views: 2210

Re: Using AMC on Windows, with Deluge - Quotes issue.

I have the very same issue, maybe this command can help you:

Code: Select all

set torrentname=%torrentname:"=%
like I explain here http://www.filebot.net/forums/viewtopic ... 440#p14440
by esbroma
13 Mar 2015, 20:43
Forum: Scripting and Automation
Topic: Configuring Deluge Execute plugin on Windows
Replies: 0
Views: 3715

Configuring Deluge Execute plugin on Windows

Hi,

I tried to apply the concepts explained here where is configured for Linux

for windows I tried with D:\DelugeFilebot.bat when a torrent is completed

CaptureDeluge.PNG

and the code in the .bat:

@echo off
set torrentid=%1
set torrentname=%2
set torrentpath=%3

[b]set torrentname ...
by esbroma
29 Apr 2013, 18:50
Forum: Scripting and Automation
Topic: Error trying to use script
Replies: 3
Views: 6649

Re: Error trying to use script

I solved it, I just didn't know when the torrent finished downloading it didn't mean utorrent considered it finished

one more question what should I put to rescan the Plex library I tried:

--def plex=MyPlex

were MyPlex is the friendly name, should I use the IP instead?

thanks for the fast answer ...
by esbroma
27 Apr 2013, 16:39
Forum: Scripting and Automation
Topic: Error trying to use script
Replies: 3
Views: 6649

Error trying to use script

Hi,

First of all thanks for this script in http://www.filebot.net/forums/viewtopic.php?f=4&t=215 it works great, I've been waiting for something like that long time.

I tryed to follow the but it doesn't work from utorrent, is doesn't do anything

If I try to run the script on the cmd, no problem ...