jellyfin/jellyfin-plugin-tvdb

Episodes with `Part 1` in the title get parsed as Episode 1

zjeffer opened this issue · 1 comments

For instance, in S01 of Avatar, The Last Airbender, there are two episodes with Part 1 in the title:

  • Ep. 07 - Winter Solstice Part 1 - The Spirit World
  • Ep. 19 - The Siege of the North - Part 1

Both these episodes, AND the actual first episode of the season (Ep. 01 - The Boy in the Iceberg) get parsed as S01E01.

The same thing happens with other parts: part 2 becomes S01E02, and so on.

Renaming the actual files to the SxxEyy - EpisodeName - Part x.ext format fixes this. I think Emby didn't have this problem. What could be the cause of that?