the new version no longer keeps the last selected preset when you go via the episodes section see gif:

rednoah wrote: Keep in mind that conceptually there is a format set by your preset and a default format. Some older releases (not sure which revision) incorrectly kept using whichever format was last used:
* If you select a preset, episode items should be formatted with the format set in the preset.
* If you drop episode items from Episodes, or via Fetch Data, or any other way that is not clicking on a Preset, then the default format should be used. Notably, the last used preset should not (but did in the past by error) affect subsequent behaviours.
You can do Double-Click <New Names item> -> Edit Format to see which format is being used for the selected item at hand, and change if desired.
rednoah wrote: You can use Double-Click <New Names> item ➔ Edit Format to edit the default Episode format (as opposed to the Preset-specific format you may have set in the Preset)
Makes sense. We'll see about finding a better solution for your use case.
This check can be part of your custom format:
Format: Select all
{ model.episode.containsAll(episodelist.findAll{ it.e && it.s == s }.episode) ? '' : ' [incomplete]' }
FileBot will always fetch the entire episode list and cache the entire episode list information for multiple days. You mean well, but FileBot will internally always query all seasons, and then filter the result as needed in a second step.
You may prefer to use SHIFT-CLICK <database> to ensure that FileBot is only working with one single specific manually confirmed series.devildant wrote: ↑19 Oct 2024, 17:13 and last point, when I do several seasons of the same series at the same time, it requires less effort via the episodes section, because I don't need to control the series for each episode because I am sure of be on the right series, I just have to check the numbering
Manual Matching and Linear Matching where indeed designed with this kind of use case in mind. Rather cumbersome but I can't think of a better way either.
Yep. Future versions will only reset the format back to default format if you use Fetch Data ➔ <database> but not if you just copy & paste Episode items.
I note ^^ but I really hope to be able to have the choice of presets in episodes => send to => rename with presets => ...
That would make more sense in terms of UI flow. I'll see what I can do about that.
Hi rednoah,