Sonarr Version: 2.0.0.4230 Mono Version: 4.2.2 (Stable 4.2.2.30/996df3c Thu Mar 17 11:46:47 CET 2016) OS: Synology DSM 6 Description of issue: I have trouble searching for anime episodes (In my case it’s Naruto episodes).
I have configured the show as anime, Sonarr search the torrent with the absolute episode number . But when results are found, it try to parse the episode number with “SxxExx” and not the absolute number.
So Sonarr found torrents but i can’t download any of them because of “Unable to parse episode number from release name” error.
Logs says:
16-7-15 14:51:48.4|Debug|Parser|Parsing string ‘Naruto Shippuden 467 VOSTFR 720p HDTV x264-Resistance’
16-7-15 14:51:48.4|Debug|Parser|Episode Parsed. Naruto Shippuden - S04E67
16-7-15 14:51:48.4|Debug|Parser|Language parsed: French
16-7-15 14:51:48.4|Debug|QualityParser|Trying to parse quality for Naruto Shippuden 467 VOSTFR 720p HDTV x264-Resistance
16-7-15 14:51:48.4|Debug|Parser|Quality parsed: HDTV-720p v1
16-7-15 14:51:48.4|Debug|Parser|Release Group parsed: Resistance
16-7-15 14:51:48.4|Debug|ParsingService|Unable to find Naruto Shippuden - S04E67 HDTV-720p v1
16-7-15 14:51:48.4|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] Unable to parse episodes from release name
The parser think i’ve got S04E67 istead of E467…
Is there a specific configuration to enable so it’ll parse with absolute episode number?
NB: I try to search for similar post but didn’t find anyone, sorry for duplicate post if one exists.
Well, that’s odd… I’ve found something that i cant understand… After addind “Nyaa” in indexers, i’ve got some differents results:
16-7-19 16:32:44.2|Trace|DownloadDecisionMaker|Processing release 5/7
16-7-19 16:32:44.2|Debug|Parser|Parsing string ‘[HorribleSubs] Naruto Shippuuden - 467 [480p].mkv’
16-7-19 16:32:44.2|Trace|Parser| “part of regex i cant post…” %absoluteepisode% “… more regex”
16-7-19 16:32:44.2|Debug|Parser|Episode Parsed. Naruto Shippuuden - 467
16-7-19 16:32:44.2|Debug|Parser|Language parsed: English
16-7-19 16:32:44.2|Debug|QualityParser|Trying to parse quality for [HorribleSubs] Naruto Shippuuden - 467 [480p].mkv
16-7-19 16:32:44.2|Debug|Parser|Quality parsed: SDTV v1
16-7-19 16:32:44.2|Debug|Parser|Release Group parsed: HorribleSubs
So with Nyaa results, it’s parsing with , but with T411 results it’s still parsing with +… I’m confused…
Is it related to the anime category parameter? or is this because T411 is a torznab indexer?
I’ll try to play with the category parameter tonight.
After few research with api commands, i’ve found this:
My Nyaa torrents got “isAbsoluteNumbering” value to true
While my Torznab torrents “isAbsoluteNumbering” value to false
It’s not the indexer, its how the release is named as they are completely different releases:
Naruto Shippuden 467 VOSTFR 720p HDTV x264-Resistance does not follow typical anime naming formats, where the sub group is at the beginning of the name (or sometimes the end) in square brackets and doesn’t have a hash at the end in square brackets.
[HorribleSubs] Naruto Shippuuden - 467 [480p].mkv works because the sub group is at the beginning in square brackets
At this time Sonarr has no way to differentiate between the 467 in the first release name being absolute episode number 467 or Season 4 Episode 67 as that format is used by some release groups in file names.