Missing Episodes in Disk - With Identical Filename

Sonarr version (exact version): 2.0.0.4389
Mono version (if Sonarr is not running on Windows): 4.6.1 (Stable 4.6.1.5/ef43c15 Wed Oct 12 09:05:00 UTC 2016)
OS: Ubuntu Server 16.04.1 LTS
((Debug logs)):
http://pastebin.com/4xkEmZYg

Description of issue:
I’m migrating from Sickbeard to Sonarr.
After add Series in Sonarr I realized that some episodes are missing but they are present on the disk.
The debug logs show that the episodes are not identified correctly, but the filenames are identical.
Examples for S03E13 that are missing and S03E14 that are ok.

16-11-8 12:53:33.7|Debug|Parser|Parsing string 'The.100.S03E13.HDTV.x264-FUM[eztv].mp4’
16-11-8 12:53:33.7|Debug|Parser|Episode Parsed. The - 100
16-11-8 12:53:33.7|Debug|Parser|Language parsed: English
16-11-8 12:53:33.7|Debug|QualityParser|Trying to parse quality for The.100.S03E13.HDTV.x264-FUM[eztv].mp4
16-11-8 12:53:33.7|Debug|Parser|Quality parsed: SDTV v1
16-11-8 12:53:33.7|Debug|Parser|Release Group parsed: eztv
16-11-8 12:53:33.8|Debug|ImportDecisionMaker|Size: 410361569
16-11-8 12:53:33.8|Debug|Parser|Parsing string 'The.100.S03E14.HDTV.x264-KILLERS[ettv].mkv’
16-11-8 12:53:33.8|Debug|Parser|Episode Parsed. The 100 - S03E14
16-11-8 12:53:33.8|Debug|Parser|Language parsed: English
16-11-8 12:53:33.8|Debug|QualityParser|Trying to parse quality for The.100.S03E14.HDTV.x264-KILLERS[ettv].mkv
16-11-8 12:53:33.8|Debug|Parser|Quality parsed: SDTV v1
16-11-8 12:53:33.8|Debug|Parser|Release Group parsed: KILLERS
16-11-8 12:53:33.9|Debug|ImportDecisionMaker|Size: 326371793
16-11-8 12:53:33.9|Debug|FreeSpaceSpecification|Skipping free space check for existing episode
16-11-8 12:53:33.9|Debug|NotSampleSpecification|Existing file, skipping sample check
16-11-8 12:53:33.9|Debug|NotUnpackingSpecification|/data/Series/The 100/The.100.S03E14.HDTV.x264-KILLERS[ettv].mkv is in series folder, skipping unpacking check
16-11-8 12:53:33.9|Debug|UnverifiedSceneNumberingSpecification|Skipping scene numbering check for existing episode

It’s the [eztv] at the end throwing off the parser, it’s treating 100 as absolute episode 100 instead of season 3 episode 14.

It’s a problem that doesn’t have an easy solution without some substantial changes to how the parsing works, but is on our list.

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