I've been noticing an issue lately, when naming TV Series'. It seems that FB will pick up the first year it finds for that show, then use it for the Year for all subsequent files. For example, my girlfriend

grabbed The Simple Life, and I'm trying to use FB to name everything the way I like it; it's 5 Seasons long, with the first show starting in 2003, and the final show ending in 2007. What FB is doing is, using 2003 for
all files now, instead of the proper years for each episode.
Screenshot:
The rename code I use is:
Code: Select all
Z:/Media Server/Unsorted/TV/{n.replaceFirst(/^(?i)(The)\s(.+)/, /$2, $1/)}\{episode.special ? 'Season 00' : "Season ${s.pad(2)}"}\{n.upperInitial().lowerTrail().replaceFirst(/^(?i)(The)\s(.+)/, /$2, $1/)} - {episode.special ? 's00e'+special.pad(2) : s00e00.lower()} - ({y}) - {t.upperInitial().lowerTrail().replaceAll(/\b[IiVvXx]+\b/, {it.upper()})} - [{sdhd} {vf} {vc} {resolution}] [{ac} {af}]
And I have it set to pull from TheTVDB. I confirmed that on TheTVDB itself, the years aren't all 2003, just to be sure it wasn't a website issue:
Link
The version of FB I currently use is: FileBot 4.6.1 (r3270)
Any idea why this might be?