Sonarr seems to be getting media info during import even though it's disabled

Sonarr version (exact version): 4.0.4.1491
Mono version (if Sonarr is not running on Windows): 6.0.13 (.NET version)
OS: Ubuntu with Docker
Debug logs: see below
Description of issue:

I have Analyse video files disabled in Media Management. But sonarr seems to still be prioritizing resolution retrieved from media info during import.

2024-05-29 23:49:15.8|Debug|Parser|Parsing string 'Seven.Seconds.S01E02.Brentons.Breath.2160p.NF.WEBRip.DD5.1.x264-NTb.mkv'
2024-05-29 23:49:15.8|Debug|Parser|Episode Parsed. Seven Seconds - S01E02 
2024-05-29 23:49:15.8|Debug|Parser|Languages parsed: Unknown
2024-05-29 23:49:15.8|Debug|QualityParser|Trying to parse quality for 'Seven.Seconds.S01E02.Brentons.Breath.2160p.NF.WEBRip.DD5.1.x264-NTb.mkv'
2024-05-29 23:49:15.8|Debug|Parser|Quality parsed: WEBRip-2160p v1
2024-05-29 23:49:15.8|Debug|Parser|Release Group parsed: NTb
2024-05-29 23:49:15.8|Debug|VideoFileInfoReader|Getting media info from /data/usenet/shows/Seven.Seconds.S01E02.Brentons.Breath.2160p.NF.WEBRip.DD5.1.x264-NTb/Seven.Seconds.S01E02.Brentons.Breath.2160p.NF.WEBRip.DD5.1.x264-NTb.mkv
2024-05-29 23:49:15.8|Debug|Parser|Parsing string 'Seven.Seconds.S01E02.Brentons.Breath.2160p.NF.WEBRip.DD5.1.x264-NTb'
2024-05-29 23:49:15.8|Debug|Parser|Episode Parsed. Seven Seconds - S01E02 
2024-05-29 23:49:15.8|Debug|Parser|Languages parsed: Unknown
2024-05-29 23:49:15.8|Debug|QualityParser|Trying to parse quality for 'Seven.Seconds.S01E02.Brentons.Breath.2160p.NF.WEBRip.DD5.1.x264-NTb'
2024-05-29 23:49:15.8|Debug|Parser|Quality parsed: WEBRip-2160p v1
2024-05-29 23:49:15.8|Debug|Parser|Release Group parsed: NTb
2024-05-29 23:49:15.8|Debug|AggregateLanguage|Selected languages: English
2024-05-29 23:49:15.8|Debug|QualityParser|Trying to parse quality for 'Seven.Seconds.S01E02.Brentons.Breath.2160p.NF.WEBRip.DD5.1.x264-NTb'
2024-05-29 23:49:15.8|Debug|AggregateQuality|Using quality: WEBRip-480p v1
2024-05-29 23:49:15.8|Debug|AbsoluteEpisodeNumberSpecification|Series type is not Anime, skipping check
2024-05-29 23:49:15.8|Debug|AlreadyImportedSpecification|Skipping already imported check for episode without file

Notably if I remove the show (but not the files) and re-add the show it only uses the quality parsed from the title (see logs below).

2024-05-30 00:00:53.4|Debug|ImportDecisionMaker|File accepted
2024-05-30 00:00:53.4|Debug|Parser|Parsing string 'Mosaic (2018) - S01E01 - Meet Olivia Lake [MAX WEBDL-1080p][x264]-FLUX.mkv'
2024-05-30 00:00:53.4|Debug|Parser|Episode Parsed. Mosaic (2018) - S01E01 
2024-05-30 00:00:53.4|Debug|Parser|Languages parsed: Unknown
2024-05-30 00:00:53.4|Debug|QualityParser|Trying to parse quality for 'Mosaic (2018) - S01E01 - Meet Olivia Lake [MAX WEBDL-1080p][x264]-FLUX.mkv'
2024-05-30 00:00:53.4|Debug|Parser|Quality parsed: WEBDL-1080p v1
2024-05-30 00:00:53.4|Debug|Parser|Release Group parsed: FLUX
2024-05-30 00:00:53.4|Debug|AggregateLanguage|Selected languages: English
2024-05-30 00:00:53.4|Debug|AggregateQuality|Using quality: WEBDL-1080p v1
2024-05-30 00:00:53.4|Debug|AbsoluteEpisodeNumberSpecification|Series type is not Anime, skipping check
2024-05-30 00:00:53.4|Debug|AlreadyImportedSpecification|No download client information is available, skipping
2024-05-30 00:00:53.4|Debug|EpisodeTitleSpecification|/data/library/shows/Mosaic (2018)/Season 01/Mosaic (2018) - S01E01 - Meet Olivia Lake [MAX WEBDL-1080p][x264]-FLUX.mkv is in series folder, skipping check
2024-05-30 00:00:53.4|Debug|FreeSpaceSpecification|Skipping free space check for existing episode
2024-05-30 00:00:53.4|Debug|NotSampleSpecification|Existing file, skipping sample check
2024-05-30 00:00:53.4|Debug|NotUnpackingSpecification|/data/library/shows/Mosaic (2018)/Season 01/Mosaic (2018) - S01E01 - Meet Olivia Lake [MAX WEBDL-1080p][x264]-FLUX.mkv is in series folder, skipping unpacking check
2024-05-30 00:00:53.4|Debug|UnverifiedSceneNumberingSpecification|Skipping scene numbering check for existing episode
2024-05-30 00:00:53.4|Debug|ImportDecisionMaker|File accepted

Is this inconsistency expected?

Yes, media info is always done for imports, this allows Sonarr to get accurate information on the file and filter out samples.

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