I've tried finding a solution to my issue within the forums, but what I've found has left me more confused, so I figured I'd spell out exactly the help I'm looking for. I've used Filebot for many years on uTorrent, and recently moved to QBittorent.
I use QBittorrent and have this script run when a torrent is finished:
Code: Select all
"C:\Program Files\FileBot\filebot.exe" -script fn:amc --output "M:\MEDIA" --action duplicate --conflict override -non-strict --log-file "T:\Filebot Info\DO NOT TOUCH - AMC Log\amc.log" --def excludeList=amc.excludes --def unsorted=y music=y artwork=y clean=y --def movieFormat="{plex}" seriesFormat="{plex}" animeFormat="{plex}" --def gmail=[REMOVED] mailto=REMOVED] "ut_label=%L" "ut_title=%N" "ut_kind=multi" "ut_dir=%F"
- 1. There are a number of TV Shows and Media that Filebot is extracting then dumping into an Unsorted folder on my media drive rather than sorting it correctly within the Plex TV/Movie folders and I'm not sure why.
Does it have to do with including the "--def excludelist=amc.excludes" in my script? To be frank, I'm not altogether sure what the amc.excludes list IS, nor how to utilize it correctly (but I'd love more info on that!). But the fact that my media is frequently ending up in the Unsorted folder and I either have to run a .bat script to have it sort into the right category/folder (which makes me wonder what I've programmed wrong into my QBT script that prevented it from doing it correctly in the first place), or move it manually, is kind of annoying. This is a new issue since migrating to QBittorrent and revising my script for use on the new platform.
- 2. Previously I only used Filebot on uTorrent, and I exclusively downloaded Audiobooks and eBooks on Qbittorrent from a different tracker. Now that I manage all of my trackers in Qbittorent, I'm finding that Filebot has issues with the ebooks and audiobooks I'm downloading as it tries to extract/rename/move them but doesn't do it very accurately. I think in the end I prefer that Filebot didn't try to sort or move my audiobooks/ebooks, but I'm not exactly sure what to add to my script to exclude both audiobooks and ebooks. Can you help? I read through this post multiple times, but ended up more confused as to how to do it (and I'm not sure how Groovy works in Qbittorrent scripts): viewtopic.php?t=14405
- 3. In the last week a lot of the posters pulled for my TV Show downloads choose the poster that doesn't show the title name of the show on it, and I'd prefer the version with the title name to be the default one filebot downloads. I don't know why this shift has happened, or even if it's something we can control, but figured I would ask.
Thank you in advance for your help!