@rednoah thank you very much for this awesome tool.
my .rtorrent.rc:
Code: Select all
method.set_key=event.download.finished,filebot,"execute={/home/tatar0900/scripts/rtorrent-postprocess.sh,$d.base_path=,$d.name=,$d.custom1=}
Code: Select all
#!/bin/sh
# rtorrent.rc
# method.set_key=event.download.finished,filebot,"execute={rtorrent-postprocess.sh,$d.base_path=,$d.name=,$d.custom1=}"
# Input Parameters
ARG_PATH="$1"
ARG_NAME="$2"
ARG_LABEL="$3"
# Configuration
CONFIG_OUTPUT="/home/tatar0900/torrents/rtorrent/complete"
filebot -script fn:amc --output "$CONFIG_OUTPUT" --action hardlink --conflict skip -non-strict --log-file amc.log --def unsorted=y artwork=y excludeList=".excludes" ut_dir="$ARG_PATH" ut_kind="multi" ut_title="$ARG_NAME" ut_label="$ARG_LABEL" --def "seriesFormat=tv/{n}/{'S'+s}/{fn}" "movieFormat=movies/{ny}/{fn}" &
Code: Select all
Run script [fn:amc] at [Tue Oct 10 19:10:03 CEST 2017]
Parameter: unsorted = y
Parameter: artwork = y
Parameter: excludeList = .excludes
Parameter: ut_dir = /home/tatar0900/torrents/rtorrent
Parameter: ut_kind = multi
Parameter: ut_title = BlaBla.Theory.S11E03.1080p.HEVC.x265-MeGusta
Parameter: ut_label =
Parameter: seriesFormat = tv/{n}/{'S'+s}/{fn}
Parameter: movieFormat = movies/{ny}/{fn}
Illegal usage: output folder [/home/tatar0900/torrents/rtorrent/complete] must be separate from input folder [dir:/home/tatar0900/torrents/rtorrent, kind:multi, title:BlaBla.Theory.S11E03.1080p.HEVC.x265-MeGusta, label:null]
Failure (°_°)
