Episode Numbers above 100

Sonarr version (exact version): 3.0.0.348

Mono version (if Sonarr is not running on Windows): 5.18.0.225
OS: Ubuntu Linux

Description of issue: When Sonar looks at missing tv episodes that goes past a 100, it doesn’t know to assign it to the corresponding Season and episode. See example where Episode 101 = Season 5, Episode 13. Instead it tries to map it as S01E01.

That’s entirely expected. 101 is an old shorthand format for season 1 episode 1 except for anime style release names (which DHD doesn’t do properly).

What I do for episodes like these is duplicate them to another folder (hardlink or copy as you like) so I don’t break my seeds, and then rename them with [None] at the beginning of the file name (or in this case [DHD]). that puts them inline with many(most?) anime releases and they will parse correctly. You will have to manually import them, but they should auto detect properly.

You should be able to rename -n ‘s/Ranma/\[DHD\] Ranma/’ ./* from inside the directory (remove the -n once you verify that it renames properly)

Good Luck :sunglasses:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.