Skip to content

Custom Format score drops to 0 after import #7394

Description

@OddMagnet

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

I just noticed that my Sonarr replaced a season pack of a series with individual downloads, because the score of the season pack episodes dropped to 0 after importing, even though they're identical to the individual files.

In the history the download looks like this:

[$GROUP] $SERIES_NAME (2024) (Season 1 S1) [BD Remux] [1080p Dual Audio FLAC AVC] ($SERIES_ORIGINAL_NAME) +1000

but on the import it looks like this:

S01E11-$EPISODE_NAME +0

When I hover over the info icon it shows this:

Name: S01E11-$EPISODE_NAME
Source: /$SOURCE_PATH/$SERIES_NAME S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E11-$EPISODE_NAME.mkv
Imported To: /$IMPORT_PATH/$SERIES_NAME (2024) [tvdbid-xxxxxx]/Season 01/$SERIES_NAME (2024) - S01E11 - 011 - $EPISODE_NAME [Bluray-1080p Remux][8bit][h264][AAC 2.0][EN+JA]-A.mkv

The problem seems to be that the group in the folder name get's ignored and rather the episode title is used (S01E11**-A** something something)

When I look at other files I see the same thing, the first word of the episode title is recognized as the group name

Expected Behavior

When importing from a folder with multiple files in it, e.g. for a season pack, Sonarr should be able to parse the release group properly, even when it's in the folder name rather than in the filename.
Meaning, a structure like this should not cause any issues:

$SERIES_NAME $SEASON $OTHER_ATTRIBUTES [$GROUP]/
  $EPISODE_NUMBER-$EPISODE_TITLE.mkd
  $EPISODE_NUMBER-$EPISODE_TITLE.mkd
  ...

Steps To Reproduce

  1. Create a folder for a season of a series, where the folder name contains the release group, but the individual files do not (either manually, or for example by setting qBittorrent to create subfolders if necessary)
  2. Add the series in Sonarr and let it import from the folder
  3. When Sonarr initially recognizes the folder, the score is higher than what it is after importing

Environment

- OS: Unraid 6.12.9
- Sonarr: 4.0.10.2544
- Docker Install: Docker version 24.0.9, build 2936816
- Using Reverse Proxy: -
- Browser: -
- Database: -

What branch are you running?

Main

Trace Logs?

Trace logs 1/2

2024-11-18 09:14:33.2|Debug|Parser|Parsing string '$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP' 2024-11-18 09:14:33.2|Trace|Parser|^(?<title>.+?)[-_. ]+?(?:S|Season|Saison|Series|Stagione)[-_. ]?(?\d{1,2}(?![-_. ]?\d+))(?:[-_. ]|$)+(?EXTRAS|SUBPACK)?(?!\\) 2024-11-18 09:14:33.2|Debug|Parser|Episode Parsed. $SERIES - Season 01 2024-11-18 09:14:33.2|Debug|Parser|Languages parsed: Unknown 2024-11-18 09:14:33.2|Debug|QualityParser|Trying to parse quality for '$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP' 2024-11-18 09:14:33.2|Debug|Parser|Quality parsed: Bluray-1080p Remux v1 2024-11-18 09:14:33.2|Debug|Parser|Release Group parsed: $GROUP 2024-11-18 09:14:33.2|Debug|Parser|Parsing string '$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP' 2024-11-18 09:14:33.2|Trace|Parser|^(?<title>.+?)[-_. ]+?(?:S|Season|Saison|Series|Stagione)[-_. ]?(?\d{1,2}(?![-_. ]?\d+))(?:[-_. ]|$)+(?EXTRAS|SUBPACK)?(?!\\) 2024-11-18 09:14:33.2|Debug|Parser|Episode Parsed. $SERIES - Season 01 2024-11-18 09:14:33.2|Debug|Parser|Languages parsed: Unknown 2024-11-18 09:14:33.2|Debug|QualityParser|Trying to parse quality for '$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP' 2024-11-18 09:14:33.2|Debug|Parser|Quality parsed: Bluray-1080p Remux v1 2024-11-18 09:14:33.2|Debug|Parser|Release Group parsed: $GROUP 2024-11-18 09:14:33.2|Debug|DiskScanService|Scanning '/$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/' for video files 2024-11-18 09:14:33.2|Trace|DiskScanService|12 files were found in /$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/ 2024-11-18 09:14:33.2|Debug|DiskScanService|12 video files were found in /$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/ 2024-11-18 09:14:33.2|Debug|ImportDecisionMaker|Analyzing 12/12 files. 2024-11-18 09:14:33.2|Debug|VideoFileInfoReader|Getting media info from /$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:14:33.4|Debug|DetectSample|[/$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E12-$EPISODE_TITLE.mkv] does not appear to be a sample. Runtime 00:23:42.0050000 seconds is more than minimum of 300 seconds … 2024-11-18 09:14:35.2|Debug|Parser|Parsing string 'S01E12-$EPISODE_TITLE.mkv' 2024-11-18 09:14:35.2|Trace|Parser|^(?:S?(?(?\d{2,3}(?!\d+)))) 2024-11-18 09:14:35.2|Debug|Parser|Episode Parsed. - S01E12 2024-11-18 09:14:35.2|Debug|Parser|Languages parsed: Unknown 2024-11-18 09:14:35.2|Debug|QualityParser|Trying to parse quality for 'S01E12-$EPISODE_TITLE.mkv' 2024-11-18 09:14:35.2|Debug|Parser|Quality parsed: HDTV-720p v1 2024-11-18 09:14:35.2|Debug|Parser|Release Group parsed: $EPISODE_TITLE 2024-11-18 09:14:35.2|Debug|VideoFileInfoReader|Getting media info from /$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:14:35.2|Debug|ParsingService|Using Scene to TVDB Mapping for: $SERIES - Scene: 1x12 - TVDB: 1x12 2024-11-18 09:14:35.2|Trace|AggregateLanguage|Considering Languages (Filename) from FileName 2024-11-18 09:14:35.2|Trace|AggregateLanguage|Considering Languages (Foldername) from FolderName 2024-11-18 09:14:35.2|Trace|AggregateLanguage|Considering Languages English, Japanese (MediaInfo) from MediaInfo 2024-11-18 09:14:35.2|Debug|AggregateLanguage|Selected languages: English, Japanese 2024-11-18 09:14:35.2|Trace|AggregateQuality|Considering Source Television (Fallback) Resolution 720 (Fallback) Revision v1 from FileName 2024-11-18 09:14:35.2|Trace|AggregateQuality|Considering Source BlurayRaw (Tag) Resolution 1080 (Tag) Revision v1 from FolderName 2024-11-18 09:14:35.2|Trace|AugmentQualityFromMediaInfo|Resolution 1920x1080 considered 1080p 2024-11-18 09:14:35.2|Trace|AggregateQuality|Considering Source Unknown (Default) Resolution 1080 (MediaInfo) Revision from MediaInfo 2024-11-18 09:14:35.2|Trace|AggregateQuality|Selected Source BlurayRaw (Tag) Resolution 1080 (MediaInfo) Revision v1 2024-11-18 09:14:35.2|Debug|AggregateQuality|Using quality: Bluray-1080p Remux v1 2024-11-18 09:14:35.2|Debug|AbsoluteEpisodeNumberSpecification|Episode aired more than 1 day ago 2024-11-18 09:14:35.2|Debug|AlreadyImportedSpecification|No download client information is available, skipping 2024-11-18 09:14:35.2|Trace|ConfigService|Using default config value for 'episodetitlerequired' defaultValue:'Always' 2024-11-18 09:14:35.2|Debug|EpisodeTitleSpecification|Episode aired more than 48 hours ago 2024-11-18 09:14:35.2|Trace|ConfigService|Using default config value for 'skipfreespacecheckwhenimporting' defaultValue:'False' 2024-11-18 09:14:35.2|Debug|ParsingService|Using Scene to TVDB Mapping for: $SERIES - Scene: 1x12 - TVDB: 1x12 2024-11-18 09:14:35.2|Debug|DetectSample|[/$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E12-$EPISODE_TITLE.mkv] does not appear to be a sample. Runtime 00:23:42.0050000 seconds is more than minimum of 300 seconds 2024-11-18 09:14:35.2|Trace|ConfigService|Using default config value for 'downloadclientworkingfolders' defaultValue:'_UNPACK_|_FAILED_' 2024-11-18 09:14:35.2|Debug|ImportDecisionMaker|File accepted

Trace logs 2/2

2024-11-18 09:15:02.2|Debug|Parser|Parsing string 'S01E12-$EPISODE_TITLE.mkv' 2024-11-18 09:15:02.2|Trace|Parser|^(?:S?(?(?\d{2,3}(?!\d+)))) 2024-11-18 09:15:02.2|Debug|Parser|Episode Parsed. - S01E12 2024-11-18 09:15:02.2|Debug|Parser|Languages parsed: Unknown 2024-11-18 09:15:02.2|Debug|QualityParser|Trying to parse quality for 'S01E12-$EPISODE_TITLE.mkv' 2024-11-18 09:15:02.2|Debug|Parser|Quality parsed: HDTV-720p v1 2024-11-18 09:15:02.2|Debug|Parser|Release Group parsed: $EPISODE_TITLE 2024-11-18 09:15:02.2|Debug|Parser|Parsing string '$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP' 2024-11-18 09:15:02.2|Trace|Parser|^(?<title>.+?)[-_. ]+?(?:S|Season|Saison|Series|Stagione)[-_. ]?(?\d{1,2}(?![-_. ]?\d+))(?:[-_. ]|$)+(?EXTRAS|SUBPACK)?(?!\\) 2024-11-18 09:15:02.2|Debug|Parser|Episode Parsed. $SERIES - Season 01 2024-11-18 09:15:02.2|Debug|Parser|Languages parsed: Unknown 2024-11-18 09:15:02.2|Debug|QualityParser|Trying to parse quality for '$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP' 2024-11-18 09:15:02.2|Debug|Parser|Quality parsed: Bluray-1080p Remux v1 2024-11-18 09:15:02.2|Debug|Parser|Release Group parsed: $GROUP 2024-11-18 09:15:02.2|Debug|VideoFileInfoReader|Getting media info from /$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.3|Debug|ParsingService|Using Scene to TVDB Mapping for: $SERIES - Scene: 1x12 - TVDB: 1x12 2024-11-18 09:15:02.3|Trace|AggregateLanguage|Considering Languages (Filename) from FileName 2024-11-18 09:15:02.3|Trace|AggregateLanguage|Considering Languages (Foldername) from FolderName 2024-11-18 09:15:02.3|Trace|AggregateLanguage|Considering Languages English, Japanese (MediaInfo) from MediaInfo 2024-11-18 09:15:02.3|Debug|AggregateLanguage|Selected languages: English, Japanese 2024-11-18 09:15:02.3|Trace|AggregateQuality|Considering Source Television (Fallback) Resolution 720 (Fallback) Revision v1 from FileName 2024-11-18 09:15:02.3|Trace|AggregateQuality|Considering Source BlurayRaw (Tag) Resolution 1080 (Tag) Revision v1 from FolderName 2024-11-18 09:15:02.3|Trace|AugmentQualityFromMediaInfo|Resolution 1920x1080 considered 1080p 2024-11-18 09:15:02.3|Trace|AggregateQuality|Considering Source Unknown (Default) Resolution 1080 (MediaInfo) Revision from MediaInfo 2024-11-18 09:15:02.3|Trace|AggregateQuality|Selected Source BlurayRaw (Tag) Resolution 1080 (MediaInfo) Revision v1 2024-11-18 09:15:02.3|Debug|AggregateQuality|Using quality: Bluray-1080p Remux v1 2024-11-18 09:15:02.3|Trace|ConfigService|Using default config value for 'copyusinghardlinks' defaultValue:'True' 2024-11-18 09:15:02.3|Debug|EpisodeFileMovingService|Attempting to hardlink episode file: /$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E12-$EPISODE_TITLE.mkv to /$SERIES_PATH/$SERIES (2024) [tvdbid-xxxxxx]/Season 01/$SERIES (2024) - S01E12 - 012 - $EPISODE_TITLE [Bluray-1080p Remux][8bit][h264][AAC 2.0][EN+JA]-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.3|Trace|ConfigService|Using default config value for 'usescriptimport' defaultValue:'False' 2024-11-18 09:15:02.3|Debug|DiskTransferService|HardLinkOrCopy [/$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E12-$EPISODE_TITLE.mkv] > [/$SERIES_PATH/$SERIES (2024) [tvdbid-xxxxxx]/Season 01/$SERIES (2024) - S01E12 - 012 - $EPISODE_TITLE [Bluray-1080p Remux][8bit][h264][AAC 2.0][EN+JA]-$EPISODE_TITLE.mkv] 2024-11-18 09:15:02.3|Trace|ConfigService|Using default config value for 'filedate' defaultValue:'None' 2024-11-18 09:15:02.3|Trace|ConfigService|Using default config value for 'setpermissionslinux' defaultValue:'False' 2024-11-18 09:15:02.3|Trace|EventAggregator|Publishing EpisodeFileAddedEvent 2024-11-18 09:15:02.3|Trace|EventAggregator|EpisodeFileAddedEvent -> EpisodeService 2024-11-18 09:15:02.3|Trace|EventAggregator|Publishing ModelEvent 2024-11-18 09:15:02.3|Trace|EventAggregator|ModelEvent -> CutoffController 2024-11-18 09:15:02.3|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.3|Trace|EventAggregator|ModelEvent <- CutoffController 2024-11-18 09:15:02.3|Trace|EventAggregator|ModelEvent -> MissingController 2024-11-18 09:15:02.3|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.3|Trace|EventAggregator|ModelEvent <- MissingController 2024-11-18 09:15:02.3|Trace|EventAggregator|ModelEvent -> EpisodeController 2024-11-18 09:15:02.3|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.3|Trace|EventAggregator|ModelEvent <- EpisodeController 2024-11-18 09:15:02.3|Trace|EventAggregator|ModelEvent -> CalendarController 2024-11-18 09:15:02.3|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.3|Trace|EventAggregator|ModelEvent <- CalendarController 2024-11-18 09:15:02.3|Debug|EpisodeService|Linking [Season 01/$SERIES (2024) - S01E12 - 012 - $EPISODE_TITLE [Bluray-1080p Remux][8bit][h264][AAC 2.0][EN+JA]-$EPISODE_TITLE.mkv] > [[12]$EPISODE_TITLE] 2024-11-18 09:15:02.3|Trace|EventAggregator|EpisodeFileAddedEvent <- EpisodeService 2024-11-18 09:15:02.3|Trace|EventAggregator|EpisodeFileAddedEvent -> EpisodeFileController 2024-11-18 09:15:02.3|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.3|Trace|EventAggregator|EpisodeFileAddedEvent <- EpisodeFileController 2024-11-18 09:15:02.3|Trace|ConfigService|Using default config value for 'importextrafiles' defaultValue:'False' 2024-11-18 09:15:02.3|Trace|EventAggregator|Publishing EpisodeImportedEvent 2024-11-18 09:15:02.3|Trace|EventAggregator|EpisodeImportedEvent -> NotificationService 2024-11-18 09:15:02.3|Debug|NotificationService|No tags set for this notification. 2024-11-18 09:15:02.3|Trace|ConfigService|Using default config value for 'applicationurl' defaultValue:'' 2024-11-18 09:15:02.3|Trace|HttpClient|Req: [POST] https://notifiarr.com/api/v1/notification/sonarr/(removed) 2024-11-18 09:15:02.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False' 2024-11-18 09:15:02.3|Trace|Http|Req: 11318 [GET] /api/system/status?apikey=(removed) (from 172.18.0.36 Bazarr/1.4.5) 2024-11-18 09:15:02.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.3|Trace|Http|Res: 11318 [GET] /api/system/status?apikey=(removed) 404.NotFound (0 ms) 2024-11-18 09:15:02.3|Debug|Api|[GET] /api/system/status?apikey=(removed) 404.NotFound (0 ms) 2024-11-18 09:15:02.3|Trace|Http|Req: 11319 [GET] /api/v3/system/status?apikey=(removed) (from 172.18.0.36 Bazarr/1.4.5) 2024-11-18 09:15:02.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.3|Trace|Http|Res: 11319 [GET] /api/v3/system/status?apikey=(removed) 200.OK (1 ms) 2024-11-18 09:15:02.3|Debug|Api|[GET] /api/v3/system/status?apikey=(removed) 200.OK (1 ms) 2024-11-18 09:15:02.3|Trace|Http|Req: 11320 [GET] /api/v3/episode/12?apikey=(removed) (from 172.18.0.36 Bazarr/1.4.5) 2024-11-18 09:15:02.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.3|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.3|Trace|Http|Res: 11320 [GET] /api/v3/episode/12?apikey=(removed) 200.OK (2 ms) 2024-11-18 09:15:02.3|Debug|Api|[GET] /api/v3/episode/12?apikey=(removed) 200.OK (2 ms) 2024-11-18 09:15:02.3|Trace|Http|Req: 11321 [GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true (from 172.18.0.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36) 2024-11-18 09:15:02.3|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.3|Trace|Http|Res: 11321 [GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (3 ms) 2024-11-18 09:15:02.3|Debug|Api|[GET] /api/v3/wanted/missing?page=1&pageSize=20&sortDirection=descending&sortKey=episodes.airDateUtc&monitored=true: 200.OK (3 ms) 2024-11-18 09:15:02.4|Trace|Http|Req: 11322 [GET] /api/v3/queue/details (from 172.18.0.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36) 2024-11-18 09:15:02.4|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.4|Trace|Http|Res: 11322 [GET] /api/v3/queue/details: 200.OK (3 ms) 2024-11-18 09:15:02.4|Debug|Api|[GET] /api/v3/queue/details: 200.OK (3 ms) 2024-11-18 09:15:02.8|Trace|HttpClient|Res: HTTP/2.0 [POST] https://notifiarr.com/api/v1/notification/sonarr/(removed): 200.OK (265 bytes) (493 ms) 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent <- NotificationService 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent -> HistoryService 2024-11-18 09:15:02.8|Debug|HistoryService|Trying to find downloadId for /$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E12-$EPISODE_TITLE.mkv from history 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent <- HistoryService 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent -> DownloadMonitoringService 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent <- DownloadMonitoringService 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent -> DownloadHistoryService 2024-11-18 09:15:02.8|Debug|HistoryService|Trying to find downloadId for /$IMPORT_PATH/$SERIES S01 1080p Dual Audio BD Remux FLAC-$GROUP/S01E12-$EPISODE_TITLE.mkv from history 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent <- DownloadHistoryService 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent -> CutoffController 2024-11-18 09:15:02.8|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent <- CutoffController 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent -> MissingController 2024-11-18 09:15:02.8|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent <- MissingController 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent -> SeriesController 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent <- SeriesController 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent -> EpisodeController 2024-11-18 09:15:02.8|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent <- EpisodeController 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent -> CalendarController 2024-11-18 09:15:02.8|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.8|Trace|EventAggregator|EpisodeImportedEvent <- CalendarController 2024-11-18 09:15:02.8|Trace|ManualImportService|Manually imported 1 files 2024-11-18 09:15:02.8|Trace|EventAggregator|Publishing CommandUpdatedEvent 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandUpdatedEvent -> CommandController 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandUpdatedEvent <- CommandController 2024-11-18 09:15:02.8|Trace|EventAggregator|Publishing UntrackedDownloadCompletedEvent 2024-11-18 09:15:02.8|Trace|EventAggregator|UntrackedDownloadCompletedEvent -> NotificationService 2024-11-18 09:15:02.8|Trace|EventAggregator|UntrackedDownloadCompletedEvent <- NotificationService 2024-11-18 09:15:02.8|Trace|CommandQueueManager|Updating command status 2024-11-18 09:15:02.8|Trace|EventAggregator|Publishing CommandUpdatedEvent 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandUpdatedEvent -> CommandController 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandUpdatedEvent <- CommandController 2024-11-18 09:15:02.8|Trace|EventAggregator|Publishing CommandExecutedEvent 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandExecutedEvent -> TaskManager 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandExecutedEvent <- TaskManager 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandExecutedEvent -> TaskController 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandExecutedEvent <- TaskController 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandExecutedEvent -> QualityDefinitionController 2024-11-18 09:15:02.8|Trace|EventAggregator|CommandExecutedEvent <- QualityDefinitionController 2024-11-18 09:15:02.8|Trace|CommandExecutor|ManualImportCommand <- ManualImportService [00:00:00.6144278] 2024-11-18 09:15:02.9|Trace|Http|Req: 11323 [GET] /api/v3/command (from 172.18.0.1 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36) 2024-11-18 09:15:02.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.9|Trace|CommandQueueManager|Getting all commands 2024-11-18 09:15:02.9|Trace|Http|Res: 11323 [GET] /api/v3/command: 200.OK (3 ms) 2024-11-18 09:15:02.9|Debug|Api|[GET] /api/v3/command: 200.OK (3 ms) 2024-11-18 09:15:02.9|Trace|Http|Req: 11324 [GET] /api/v3/tag?apikey=(removed) (from 172.18.0.36 Bazarr/1.4.5) 2024-11-18 09:15:02.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.9|Trace|Http|Res: 11324 [GET] /api/v3/tag?apikey=(removed) 200.OK (0 ms) 2024-11-18 09:15:02.9|Debug|Api|[GET] /api/v3/tag?apikey=(removed) 200.OK (0 ms) 2024-11-18 09:15:02.9|Trace|Http|Req: 11325 [GET] /api/v3/series/1?apikey=(removed) (from 172.18.0.36 Bazarr/1.4.5) 2024-11-18 09:15:02.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.9|Trace|Http|Res: 11325 [GET] /api/v3/series/1?apikey=(removed) 200.OK (2 ms) 2024-11-18 09:15:02.9|Debug|Api|[GET] /api/v3/series/1?apikey=(removed) 200.OK (2 ms) 2024-11-18 09:15:02.9|Trace|Http|Req: 11326 [GET] /api/v3/episode?seriesId=1&apikey=(removed) (from 172.18.0.36 Bazarr/1.4.5) 2024-11-18 09:15:02.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.9|Trace|Http|Res: 11326 [GET] /api/v3/episode?seriesId=1&apikey=(removed) 200.OK (1 ms) 2024-11-18 09:15:02.9|Debug|Api|[GET] /api/v3/episode?seriesId=1&apikey=(removed) 200.OK (1 ms) 2024-11-18 09:15:02.9|Trace|Http|Req: 11327 [GET] /api/v3/episodeFile?seriesId=1&apikey=(removed) (from 172.18.0.36 Bazarr/1.4.5) 2024-11-18 09:15:02.9|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E01 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E05 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E04 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E06 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E09 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E02 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E03 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E07 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E08 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E11 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using scene name for release title: $SERIES S01E10 1080p BluRay Remux DUAL FLAC 2 0 AVC-$GROUP 2024-11-18 09:15:02.9|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:02.9|Trace|Http|Res: 11327 [GET] /api/v3/episodeFile?seriesId=1&apikey=(removed) 200.OK (10 ms) 2024-11-18 09:15:02.9|Debug|Api|[GET] /api/v3/episodeFile?seriesId=1&apikey=(removed) 200.OK (10 ms) 2024-11-18 09:15:03.1|Trace|Http|Req: 11328 [GET] /api/v3/episode/12?apikey=(removed) (from 172.18.0.36 Bazarr/1.4.5) 2024-11-18 09:15:03.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:03.1|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:03.1|Trace|Http|Res: 11328 [GET] /api/v3/episode/12?apikey=(removed) 200.OK (4 ms) 2024-11-18 09:15:03.1|Debug|Api|[GET] /api/v3/episode/12?apikey=(removed) 200.OK (4 ms) 2024-11-18 09:15:03.1|Trace|Http|Req: 11329 [GET] /api/v3/episodeFile/45275?apikey=(removed) (from 172.18.0.36 Bazarr/1.4.5) 2024-11-18 09:15:03.1|Debug|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated. 2024-11-18 09:15:03.1|Trace|CustomFormatCalculationService|Using original file path for release title: S01E12-$EPISODE_TITLE.mkv 2024-11-18 09:15:03.1|Trace|Http|Res: 11329 [GET] /api/v3/episodeFile/45275?apikey=(removed) 200.OK (3 ms) 2024-11-18 09:15:03.1|Debug|Api|[GET] /api/v3/episodeFile/45275?apikey=(removed) 200.OK (3 ms)

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions