That's what it was. It's working great now. Thanks!
Joel
Search found 4 matches
- 19 Oct 2017, 21:34
- Forum: Scripting and Automation
- Topic: Call AMC on only the torrent that was completed.
- Replies: 4
- Views: 3105
- 19 Oct 2017, 20:11
- Forum: Scripting and Automation
- Topic: Call AMC on only the torrent that was completed.
- Replies: 4
- Views: 3105
Re: Call AMC on only the torrent that was completed.
So instead of using:
filebot -script fn:amc --log-file amc.log --def excludeList="amc.txt" subtitles=en "/mnt/media/downloads" --output "/mnt/media/complete" --action copy -non-strict --def skipExtract=n --def deleteAfterExtract=n --def exec="echo {quote f}" --conflict auto
I should use:
filebot ...
filebot -script fn:amc --log-file amc.log --def excludeList="amc.txt" subtitles=en "/mnt/media/downloads" --output "/mnt/media/complete" --action copy -non-strict --def skipExtract=n --def deleteAfterExtract=n --def exec="echo {quote f}" --conflict auto
I should use:
filebot ...
- 19 Oct 2017, 17:35
- Forum: Scripting and Automation
- Topic: Call AMC on only the torrent that was completed.
- Replies: 4
- Views: 3105
Call AMC on only the torrent that was completed.
Hey Everyone,
Here is my process:
---------
1. Sickrage or Manual add torrent to Deluge.
2. Execute Plugin -> On Torrent Complete execute: /home/joel/deluge-postprocess.sh
3. deluge-postprocess.sh:
#!/bin/sh -xu
# Input Parameters
ARG_PATH="$3/$2"
ARG_NAME="$2"
ARG_LABEL="N/A"
# Configuration ...
Here is my process:
---------
1. Sickrage or Manual add torrent to Deluge.
2. Execute Plugin -> On Torrent Complete execute: /home/joel/deluge-postprocess.sh
3. deluge-postprocess.sh:
#!/bin/sh -xu
# Input Parameters
ARG_PATH="$3/$2"
ARG_NAME="$2"
ARG_LABEL="N/A"
# Configuration ...
- 20 Aug 2016, 19:53
- Forum: Episode / Movie Naming Scheme
- Topic: Change TV Shows folder?
- Replies: 1
- Views: 2277
Change TV Shows folder?
This is what I am using in the CLI:
filebot -script fn:amc --log-file amc.log --def excludeList="amc.txt" "/home/htpc/rtorrent/downloads" --output "/home/htpc/rtorrent/complete" --action copy -non-strict --conflict override --def "seriesFormat=/home/htpc/complete/TV/{n}/{'Season '+s}/{n} - {s00e00 ...
filebot -script fn:amc --log-file amc.log --def excludeList="amc.txt" "/home/htpc/rtorrent/downloads" --output "/home/htpc/rtorrent/complete" --action copy -non-strict --conflict override --def "seriesFormat=/home/htpc/complete/TV/{n}/{'Season '+s}/{n} - {s00e00 ...