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.devildant wrote: 19 Oct 2024, 11:55 it was a very practical bug so, for me it is unusable with the bug corrected, for the series, I have several different presets, the use of the default preset is therefore not useful to me.
This check can be part of your custom format:devildant wrote: 19 Oct 2024, 17:13 Let's imagine that one of my seasons has 22 episodes on themoviedb, but that I only have 16, they will be recognized by the automatic scan, but I would not know if I am missing any episodes.
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.devildant wrote: 19 Oct 2024, 17:13 another point, I tend to do seasons by seasons, if I use the automatic scan themoviedb will be queried for each season whereas if I go through the episodes section, themoviedb is only queried once
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.devildant wrote: 19 Oct 2024, 17:22 and a last case for the series which suffered the writers' strike a few years ago, which has a numbering shift, for example futurama, the last season is the 12th but for themoviedb it is the 9th.
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.devildant wrote: 25 Oct 2024, 09:00 in any case I'm keeping my fingers crossed that you will have time to find a solution so that the episodes section can use different presets![]()
I note ^^ but I really hope to be able to have the choice of presets in episodes => send to => rename with presets => ...rednoah wrote: 25 Oct 2024, 09:24Yep. 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.devildant wrote: 25 Oct 2024, 09:00 in any case I'm keeping my fingers crossed that you will have time to find a solution so that the episodes section can use different presets![]()
That would make more sense in terms of UI flow. I'll see what I can do about that.devildant wrote: 25 Oct 2024, 12:18 but I really hope to be able to have the choice of presets in episodes => send to => rename with presets => ...
Hi rednoah,
thx a lotrednoah wrote: 08 Mar 2025, 06:23 Yep. If you use Send to ➔ Rename then FileBot will use the format that was set most recently. If you use Fetch Data then FileBot will use the format that is configured as default format.