I am having tv series such as Mythbusters labeling seasons as years rather than S01, S02, etc...
example: "MythBusters - S2017E06 - Dead Body Double" instead of "MythBusters - s04e06 - Cell Phone on Airplanes" it never seems to get the episodes name right when it does this but only on a few.
I have searched the forums but my terminology might be off so I can not find anything about this. Any assistance would be appreciated. thank you
Labeling seasons as years (e.g. S2017E06)
Re: renaming question

Although badly numbered files are indeed tricky, it does seem to work out-of-the-box in this particular case:
Code: Select all
filebot -rename 'MythBusters - S2017E06 - Dead Body Double.mkv' --db TheTVDB -non-strict --action TEST --log INFO
[TEST] from [MythBusters - S2017E06 - Dead Body Double.mkv] to [MythBusters - 2017x06 - Dead Body Double.mkv]
Code: Select all
filebot -rename 'MythBusters - S2017E06 - Dead Body Double.mkv' --db TVmaze -non-strict --action TEST --log INFO
[TEST] from [MythBusters - S2017E06 - Dead Body Double.mkv] to [Mythbusters - 20x06 - Dead Body Double.mkv]

