Exclude specific QBittorrent categories
Posted: 11 Sep 2024, 15:32
Hi!
I am currently using QBittorrent and i have a AMC Filebot-script running when the file is downloaded.
This runs on every media file I download. I am wondering if there is some simple way to avoid this script running for certain files by adding a Category to the Torrent in QB. I would attach the torrents to a Category called "ignore".
Is there any way to utlize this in the script to disable amc?
I am currently using QBittorrent and i have a AMC Filebot-script running when the file is downloaded.
Shell: Select all
filebot -script fn:amc --output "\\XX/Downloads" --action copy --conflict override -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y music=n artwork=n clean=y plex=10.0.0.1:XX "seriesFormat=\\XX/Shows/{n}/Season {s}/{n} - {sxe} - {t}" "movieFormat=\\XX/Movies/{n} ({y})/{n.upperInitial().space('.')}.{y}.{vf}.{source}.{vc}{'-'+group}" "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
Is there any way to utlize this in the script to disable amc?