Page 1 of 1

Trigger FileBot commad

Posted: 19 Jul 2016, 05:11
by gary1001
Excellent stuff. I've only just discovered FileBot and amazed at how well it works and how versatile.

I'm running this command on a Synology DS215j as a scheduled task.

Code: Select all

filebot -script fn:amc --output "/volume1/video" --action move -non-strict "/volume1/video/DiskStation_Download" --log-file amc.log --def unsorted=y clean=y excludeList=amc.txt
I'm using the Synology to download torrents via a RSS feed. Is there any way to create a trigger (such as completed download) oppose to using scheduled task?

Re: Trigger FileBot commad

Posted: 19 Jul 2016, 05:21
by rednoah
That depends on which download program you use. The amc manual does include setup instructions for most of the popular tools.

I'm fairly certain the Synology Download Manager doesn't support calling 3rd party tools on completed downloads at this point. But you could ask Synology to add that a as a feature in the future.

Re: Trigger FileBot commad

Posted: 19 Jul 2016, 05:27
by gary1001
I'm using the Synology Download Manager. Any other options?

P.s. Just donated $20 USD. Again, great app.

Re: Trigger FileBot commad

Posted: 19 Jul 2016, 05:28
by gary1001
Or folder watching options?

Re: Trigger FileBot commad

Posted: 19 Jul 2016, 05:38
by rednoah
1.
You can probably run any of the usual suspects, e.g. rtorrent, deluge, etc.

2.
On a normal Linux systems you'd just use inotify but on Synology you're probably out of luck:
http://unix.stackexchange.com/a/24955/78608