Sorry for taking so long to get back to you rednoah. I wanted to let my scripts run for a while before confirming whether or not I got things right. It may be a little late, but here it is anyway:
--def "ut_label=%L" "%F" has been working like a charm for me so far.
--def "ut_dir=%F" "ut_kind=multi" "ut_label=%L" has been working just as well (leaving
ut_file completely unspecified). I am not sure which of the two working alternatives is the most advisable.
Related side note: while %F would refer to the folder in previous versions, it now appends to the filename as well in the case of single file torrents, which AMC seems more than happy to handle. The heavy reliance on the exclude list for single file torrents described earlier in this topic should not be an issue anymore.
I would have toyed with
ut_title=%N and/or whatever may be an appropriate equivalent for
ut_state as well, but I am simply not quite sure what these parameters are intended to accomplish in the first place.
Reading through this topic, I would also point out that qbittorrent now comes with a warning that its parameters are case sensitive (and upper case: could that be your problem joedo?).
NB: All tests were done on qbittorrent 3.3.0 & Windows 7. If there are any additional scripts/tests to run on qbittorrent, I am happy to do so and provide whatever logs may be useful.
See a few useless examples below.
Code: Select all
Parameter: ut_label = ignore
Input: random episode from the Simpsons
Finished without processing any files
*read with Bart Simpson's voice* HAHAHA! He can't even find the most basic TV show now.
Code: Select all
Parameter: ut_label = TV Shows
Input: random episode from the Simpsons
Rename episodes using [TheTVDB]
Good boy...
Code: Select all
Parameter: ut_label =
Input: random episode from the Simpsons
Rename episodes using [TheTVDB]
No 'TV' or 'Show' in the path either and you can still find it? Well done mate.
Code: Select all
Parameter: ut_label = Movies
Input: random episode from the Simpsons
Finished without processing any files
Wasn't there a Simpsons movie? I really expected something to get fucked up here...
Alright, let's play along:
Code: Select all
Parameter: ut_label = Dirty Movies
Input: random episode from the Simpsons
Rename episodes using [TheTVDB]
Well, that was an unexpected match. You've got a dirty mind my dear sir.
Conclusion: While AMC's log remained mostly clean while dealing with whatever creative tagging I could think of, some amount of dirtyness remained unavoidable since AMC insists on sticking its nose (or any other body part I would suppose) into any download tagged as a "Dirty Movie".
The only issues I have left merely seem to stem from my crappy scripting capabilities which fail at processing subtitles in the way I want them too. Nothing I can blame on either filebot or qbittorrent I am afraid.