The use case is that when I use the Filebot GUI, I
cannot get it to use the alternate order for Sailor Moon.
Take a look at the orders listed under the seasons in The TVDB:
https://thetvdb.com/series/sailor-moon#seasons
Specifically, the one listed as "American Dub". When you select the "American Dub" button on the page it says:
Code: Select all
Usable as "Alternate Order" in API-connected systems.
But the Filebot GUI doesn't give me a way to select this alternate order from The TVDB.
Please note: The "alternate order" is a
materially different episode list than what returned by default. I think you misunderstood the importance of this, because
it is not really about the episode order. Perhaps that's why you think it's buggy?
rednoah wrote: ↑20 May 2024, 08:15
Sailor Moon episode listing in English looks good at this moment in time, but the TheTVDB API is known to be a bit buggy at times:
Console Output: Select all
$ filebot -list --q 78500 --db TheTVDB
Sailor Moon - 1x01 - The Crybaby: Usagi's Beautiful Transformation
Sailor Moon - 1x02 - Punishment Awaits: The House of Fortune is the Monster Mansion
Sailor Moon - 1x03 - The Mysterious Sleeping Sickness: Protect the Girls in Love
...
$ filebot -list --q 78500 --db TheTVDB --order Digital
Sailor Moon - 1x01 - A Moon Star is Born
Sailor Moon - 1x02 - Talk Radio
Sailor Moon - 1x03 - Slim City
...
In the American Dub of Sailor Moon, the producers decided to re-cut the episodes. They removed episodes, like episode 2 "Punishment Awaits: The House of Fortune is the Monster Mansion" does not exist in the American Dub (at all). They created completely new episodes by reusing the footage from several different episodes.
I use the Post Processing Options:
- Export .xattr folders
- Set Finder tags
- Set creation date
When I use the linear rename or the plain file mode, none of those post processing options work as I intend because it doesn't have any episode objects (it just has plain text strings).
Thanks to your snippet for the CLI with the order option, I was able to get the JSONL file with the full episode objects. If I could just drop this file in to the GUI, so it doesn't have to hit the TVDB api directly, then I can do what I'm trying to do.
I might be able to use the CLI to perform the rename with the order option, but I don't know how to get all of the post processing options I use nor do I get a chance to edit the match (if it's not accurate) or edit the name (if it has invalid characters) like I am accustomed to doing in the Filebot GUI.
Is it possible to configure the Filebot GUI on MacOS (not the Mac App Store version) to use a proxy? I have tried 3 or 4 different ways to do this mentioned in other forum posts but nothing is working.