rednoah wrote:I guess it has to do with high number of episodes. Once you get to 101 and above FileBot starts interpreting 3/4-digit numbers as absolute number as well as SSEE pattern. And then with many episodes there'll be conflicts with absolute numbers and SxE numbers. Absolute 10 will kinda match 1x10, 2x10, etc in strict mode it'll abort in uncertain cases like this. In non-strict mode it'll pick the "best" match. It'll still work for almost all files. But correctness is not guaranteed anymore.
I'm seeing the exact same behavior. I played around with every setting I could to get this work past 100 episodes. All anime files come in "absolute" episode format, however the media servers (plex) need it in S00E00 format.
I had a new series i was downloading today hit ep 101 this week and now my renaming setup is worthless because it started overwriting season 1 files. Even using the --order absolute attribute seems to not do what is expected. TVDB has absolute data for this show and the regular episode number, however it never makes a connection and always thinks this file is E01. I've tried all the different hosts and i'm not getting any luck with this.
By some miracle I got this script working for Naruto but the same structure doesn't work for other series:
"C:\Program Files\FileBot\filebot.exe" -rename "X:/Anime/Naruto Shippuuden" --q "Naruto Shippuuden" --db thetvdb --lang en -non-strict --format "X:/Anime/Naruto Shippuuden/Season {s}/{n} - {S00E00}" --conflict override