Code: Select all
#!/bin/bash
TORRENT_ID=$1
TORRENT_NAME=$2
TORRENT_PATH=$3
filebot -script fn:amc --output "$HOME/Videos" --log-file amc.log --action move --conflict override -non-strict "ut_dir=$TORRENT_PATH/$TORRENT_NAME" "ut_kind=multi" "ut_title=$TORRENT_NAME" --def excludeList=amc.txt --def clean=y --def plex=127.0.0.1 --def unsorted=y
I don't know if it affects it, but the script is in /home/MainUser folders, would the default 'deluge' user have an issue with this?