I want to rename a few episodes, the source are named according to the absolute episode count.
However, FileBot seems to get confused by that and mixes absolute numbers and season/episode.
For example, Episode 599 will be correctly set as absolute count and therefore "translated" to Season/Episode number; Episode 601 however is assumed to be S06E01, which is wrong.
See this screenshot which illustrates the issue. Match Mode is set to "Opportunistic"; I tried changing "Episode Order" to absolute, but that just changes my output to absolute.
My currently used rename-string is
Code: Select all
{n.ascii().replace(':' : ' -') } - {s00e00} - { localize.de.t.ascii().replace(':' : ' -').removeAll(/[!?.]+$/) }