Fails to download episodes not matching expected regex

For certain shows that only had 1 season, (ie band of brothers) it seems that it populates the list right during a manual search but if the episode isn’t named correctly it refuses to download it. In this case it will allow downloads as long as its .E02. but not if its .EP02. even though I am selecting the file to download.

14-9-25 21:12:36.6|Trace|DownloadDecisionMaker|Processing report 7/7
14-9-25 21:12:36.6|Debug|Parser|Parsing string 'Band.Of.Brothers.EP02.Day.Of.Days.DVDRiP.XviD-DEiTY’
14-9-25 21:12:36.6|Trace|Parser| LINE DELETED DUE TO FORUM ISSUE
14-9-25 21:12:36.6|Debug|Parser|Episode Parsed. bandbrothers - 002
14-9-25 21:12:36.6|Debug|Parser|Language parsed: English
14-9-25 21:12:36.6|Debug|NzbDrone.Core.Parser.QualityParser|Trying to parse quality for Band.Of.Brothers.EP02.Day.Of.Days.DVDRiP.XviD-DEiTY
14-9-25 21:12:36.6|Debug|Parser|Quality parsed: DVD
14-9-25 21:12:36.6|Debug|Parser|Release Group parsed: DEiTY
14-9-25 21:12:36.6|Debug|AcceptableSizeSpecification|Beginning size check for: Band.Of.Brothers.EP02.Day.Of.Days.DVDRiP.XviD-DEiTY
14-9-25 21:12:36.6|Debug|AcceptableSizeSpecification|Item: Band.Of.Brothers.EP02.Day.Of.Days.DVDRiP.XviD-DEiTY, Size: 874800767 is greater than maximum allowed size (0), rejecting.
14-9-25 21:12:36.6|Trace|ConfigService|Unable to find config key ‘enablefaileddownloadhandling’ defaultValue:‘True’
14-9-25 21:12:36.6|Debug|LanguageSpecification|Checking if report meets language requirements. English
14-9-25 21:12:36.6|Debug|NotRestrictedReleaseSpecification|Checking if release contains any restricted terms: Band.Of.Brothers.EP02.Day.Of.Days.DVDRiP.XviD-DEiTY
14-9-25 21:12:36.6|Trace|ConfigService|Unable to find config key ‘releaserestrictions’ defaultValue:’'
14-9-25 21:12:36.6|Debug|NotRestrictedReleaseSpecification|No restrictions configured, allowing: Band.Of.Brothers.EP02.Day.Of.Days.DVDRiP.XviD-DEiTY
14-9-25 21:12:36.6|Debug|QualityAllowedByProfileSpecification|Checking if report meets quality requirements. DVD
14-9-25 21:12:36.6|Trace|ConfigService|Unable to find config key ‘retention’ defaultValue:'0’
14-9-25 21:12:36.6|Debug|RetentionSpecification|Checking if report meets retention requirements. 1870
14-9-25 21:12:36.6|Trace|ConfigService|Unable to find config key ‘enablefaileddownloadhandling’ defaultValue:'True’
14-9-25 21:12:36.6|Trace|ConfigService|Unable to find config key ‘blacklistretrylimit’ defaultValue:'1’
14-9-25 21:12:36.6|Debug|DelaySpecification|Ignore delay for searches
14-9-25 21:12:36.6|Debug|HistorySpecification|Skipping history check during search
14-9-25 21:12:36.6|Debug|MonitoredEpisodeSpecification|Skipping monitored check during search
14-9-25 21:12:36.6|Debug|EpisodeRequestedSpecification|Release rejected since the episode wasn’t requested: bandbrothers - 002 DVD
14-9-25 21:12:36.6|Debug|SeriesSpecification|Checking if series matches searched series
14-9-25 21:12:36.6|Debug|SingleEpisodeSearchMatchSpecification|Season number does not match searched season number, skipping.
14-9-25 21:12:36.6|Debug|DownloadDecisionMaker|Release rejected for the following reasons: [Permanent] File size too big or small, [Permanent] Episode wasn’t requested, [Permanent] Episode doesn’t match
14-9-25 21:12:38.7|Warn|ArgumentValidator|Empty collection is not allowed.
14-9-25 21:12:38.7|Trace|NzbDroneErrorPipeline|Handling Exception
14-9-25 21:12:38.7|Fatal|NzbDroneErrorPipeline|Request Failed

Drone still needs to be able to associate the release with the episode. The search results come through because the indexer is more lenient on what they accept.

In this case EP02 is treated as anime, changing the behaviour now is tricky and currently we do not have a way to skip the anime parsing, we;ll eventually be looking at this for: https://trello.com/c/32Qmp2Oq/692-advanced-parser

Ok thanks marcus. I just thought maybe you could set up some way to override that part of the parser by some special advanced function in settings. I will just get it manually, no biggie