Parser errors when the episode name includes a language

The parser should exclude the show title from the decisions about quality or language.

Example:

 Two.Greedy.Italians.S01E01.The.Family.720p.HDTV.x264-FTP

This is rejected as “English is wanted, but found Italian”

In this case the match is too greedy and shouldn’t match Italians (fixed pushed to develop).

As for excluding it, that becomes tricky due to cleaning up Sonarr does before parsing the title to avoid false positives. In this case its the series title. but could just as easily have been the episode title, which would be difficult to confirm that it exists in the particular title you’re parsing.