Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to add releases using lidarr:MBID for releases that have DJ-Mix as secondary type #4780

Open
2 tasks done
sparky3387 opened this issue Apr 29, 2024 · 0 comments
Open
2 tasks done
Labels
Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug

Comments

@sparky3387
Copy link

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

Unable to add releases using lidarr:MBID for releases that have DJ-Mix as secondary type

It appears there is something broken with adding releases for this release for an example please see "Alien Project", which using all possible metadata selections only shows the below selection of albums while the Musicbrainz page has the following

image

https://musicbrainz.org/artist/8d56e655-efb7-4f03-b3c1-320c5ea838fb

image

Checking the API request, shows the album in the trace request
https://api.lidarr.audio/api/v0.4/artist/8d56e655-efb7-4f03-b3c1-320c5ea838fb

Expected Behavior

Lidarr should show the full selection of albums on the Musicbrainz page when selecting all metadata types

Steps To Reproduce

  1. Add Alien Project using MBID lidarr:f7a96c54-afb8-33c9-abb6-1439e1fe55a3
  2. Add all metadata types to artist
  3. The missing album is not shown

Environment

- OS: Ubuntu 20.04
- Lidarr: Lidarr 0.8.1.2135
- Docker Install: Yes
- Using Reverse Proxy: Yes

What branch are you running?

Develop

Trace Logs?

2024-04-29 13:32:13.5|Trace|Http|Req: 23312 [POST] /music/api/v1/command (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:13.5|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:13.5|Trace|CommandQueueManager|Publishing RefreshArtist
2024-04-29 13:32:13.5|Trace|CommandQueueManager|Checking if command is queued or started: RefreshArtist
2024-04-29 13:32:13.5|Trace|CommandQueueManager|Inserting new command: RefreshArtist
2024-04-29 13:32:13.5|Trace|CommandExecutor|RefreshArtistCommand -> RefreshArtistService
2024-04-29 13:32:13.5|Trace|CommandQueueManager|Marking command as started: RefreshArtist
2024-04-29 13:32:13.5|Trace|Http|Res: 23312 [POST] /music/api/v1/command: 201.Created (5 ms)
2024-04-29 13:32:13.5|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:13.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:13.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:13.5|Info|RefreshArtistService|Updating Info for Alien Project
2024-04-29 13:32:13.5|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:13.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:13.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:13.5|Debug|SkyHookProxy|Getting Artist with LidarrAPI.MetadataID of 8d56e655-efb7-4f03-b3c1-320c5ea838fb
2024-04-29 13:32:13.5|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
2024-04-29 13:32:13.5|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/artist/8d56e655-efb7-4f03-b3c1-320c5ea838fb
2024-04-29 13:32:13.5|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:14.1|Trace|HttpClient|Res: HTTP/2.0 [GET] https://lidarr.servarr.com/v1/update/master?version=2.2.5.4141&os=linux&arch=X64&runtime=netcore&runtimeVer=6.0.25&dbType=SQLite&active=true: 200.OK (19 bytes) (953 ms)
2024-04-29 13:32:14.1|Trace|HealthCheckService|Check health <- UpdateCheck
2024-04-29 13:32:14.1|Trace|HealthCheckService|Check health -> ApiKeyValidationCheck
2024-04-29 13:32:14.1|Trace|HealthCheckService|Check health <- ApiKeyValidationCheck
2024-04-29 13:32:14.1|Trace|HealthCheckService|Check health -> FpcalcCheck
2024-04-29 13:32:14.1|Trace|ConfigService|Using default config value for 'allowfingerprinting' defaultValue:'NewFiles'
2024-04-29 13:32:14.1|Trace|HealthCheckService|Check health <- FpcalcCheck
2024-04-29 13:32:14.1|Trace|HealthCheckService|Check health -> ImportMechanismCheck
2024-04-29 13:32:14.1|Trace|ConfigService|Using default config value for 'enablecompleteddownloadhandling' defaultValue:'True'
2024-04-29 13:32:14.1|Trace|HealthCheckService|Check health <- ImportMechanismCheck
2024-04-29 13:32:14.1|Trace|HealthCheckService|Check health -> ProxyCheck
2024-04-29 13:32:14.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:14.1|Trace|HealthCheckService|Check health <- ProxyCheck
2024-04-29 13:32:14.1|Trace|EventAggregator|Publishing HealthCheckCompleteEvent
2024-04-29 13:32:14.1|Trace|EventAggregator|HealthCheckCompleteEvent -> HealthController
2024-04-29 13:32:14.1|Trace|EventAggregator|HealthCheckCompleteEvent <- HealthController
2024-04-29 13:32:14.1|Trace|EventAggregator|HealthCheckCompleteEvent > NotificationService
2024-04-29 13:32:14.1|Trace|EventAggregator|HealthCheckCompleteEvent <
NotificationService
2024-04-29 13:32:14.1|Trace|Http|Req: 23313 [GET] /music/api/v1/health (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:14.1|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:14.1|Trace|Http|Res: 23313 [GET] /music/api/v1/health: 200.OK (1 ms)
2024-04-29 13:32:14.1|Trace|Http|Req: 23314 [GET] /music/api/v1/health (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:14.1|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:14.1|Trace|Http|Res: 23314 [GET] /music/api/v1/health: 200.OK (1 ms)
2024-04-29 13:32:14.3|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.lidarr.audio/api/v0.4/artist/8d56e655-efb7-4f03-b3c1-320c5ea838fb: 200.OK (2914 bytes) (751 ms)
2024-04-29 13:32:14.3|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
2024-04-29 13:32:14.3|Trace|RefreshArtistService|Updating Artist [8d56e655-efb7-4f03-b3c1-320c5ea838fb][Alien Project]
2024-04-29 13:32:14.3|Trace|RefreshArtistService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:14.3|Debug|RefreshArtistService|[8d56e655-efb7-4f03-b3c1-320c5ea838fb][Alien Project] 0 albums up to date. Adding 0, Updating 8, Merging 0, Deleting 0.
2024-04-29 13:32:14.3|Info|RefreshAlbumService|Updating Info for Aztechno Dream
2024-04-29 13:32:14.3|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:14.3|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:14.3|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:14.3|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of ae52b698-f456-3b26-98d8-31a4761704f0
2024-04-29 13:32:14.3|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
2024-04-29 13:32:14.3|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/ae52b698-f456-3b26-98d8-31a4761704f0
2024-04-29 13:32:14.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:14.7|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.lidarr.audio/api/v0.4/album/ae52b698-f456-3b26-98d8-31a4761704f0: 200.OK (5368 bytes) (370 ms)
2024-04-29 13:32:14.7|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
2024-04-29 13:32:14.7|Trace|RefreshAlbumService|Ensuring parent artist exists [8d56e655-efb7-4f03-b3c1-320c5ea838fb]
2024-04-29 13:32:14.7|Trace|RefreshAlbumService|Updating Album [ae52b698-f456-3b26-98d8-31a4761704f0][Aztechno Dream]
2024-04-29 13:32:14.7|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:14.7|Debug|RefreshAlbumService|[ae52b698-f456-3b26-98d8-31a4761704f0][Aztechno Dream] 1 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:14.7|Trace|RefreshAlbumService|release: [e62965f6-a819-4dac-be23-b476c0662189][Aztechno Dream] monitored: True
2024-04-29 13:32:14.7|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [e62965f6-a819-4dac-be23-b476c0662189][Aztechno Dream]
2024-04-29 13:32:14.7|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:14.7|Debug|RefreshAlbumReleaseService|[e62965f6-a819-4dac-be23-b476c0662189][Aztechno Dream] 9 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:14.7|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:14.7|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [e62965f6-a819-4dac-be23-b476c0662189][Aztechno Dream]
2024-04-29 13:32:14.7|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [e62965f6-a819-4dac-be23-b476c0662189][Aztechno Dream]
2024-04-29 13:32:14.7|Trace|RefreshAlbumService|Saving Album [ae52b698-f456-3b26-98d8-31a4761704f0][Aztechno Dream]
2024-04-29 13:32:14.7|Debug|RefreshAlbumService|Finished Album refresh for [ae52b698-f456-3b26-98d8-31a4761704f0][Aztechno Dream]
2024-04-29 13:32:14.7|Info|RefreshAlbumService|Updating Info for Dance or Die
2024-04-29 13:32:14.7|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:14.7|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:14.7|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:14.7|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of 2ef20d8d-70fb-3bf3-b2b8-13656c0efc58
2024-04-29 13:32:14.7|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
2024-04-29 13:32:14.7|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/2ef20d8d-70fb-3bf3-b2b8-13656c0efc58
2024-04-29 13:32:14.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:15.1|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.lidarr.audio/api/v0.4/album/2ef20d8d-70fb-3bf3-b2b8-13656c0efc58: 200.OK (5033 bytes) (380 ms)
2024-04-29 13:32:15.1|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
2024-04-29 13:32:15.1|Trace|RefreshAlbumService|Ensuring parent artist exists [8d56e655-efb7-4f03-b3c1-320c5ea838fb]
2024-04-29 13:32:15.1|Trace|RefreshAlbumService|Updating Album [2ef20d8d-70fb-3bf3-b2b8-13656c0efc58][Dance or Die]
2024-04-29 13:32:15.1|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:15.1|Debug|RefreshAlbumService|[2ef20d8d-70fb-3bf3-b2b8-13656c0efc58][Dance or Die] 1 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:15.1|Trace|RefreshAlbumService|release: [cf6f1b44-1d5c-4bc2-8d1c-b0af61fd4f94][Dance or Die] monitored: True
2024-04-29 13:32:15.1|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [cf6f1b44-1d5c-4bc2-8d1c-b0af61fd4f94][Dance or Die]
2024-04-29 13:32:15.1|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:15.1|Debug|RefreshAlbumReleaseService|[cf6f1b44-1d5c-4bc2-8d1c-b0af61fd4f94][Dance or Die] 9 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:15.1|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:15.1|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [cf6f1b44-1d5c-4bc2-8d1c-b0af61fd4f94][Dance or Die]
2024-04-29 13:32:15.1|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [cf6f1b44-1d5c-4bc2-8d1c-b0af61fd4f94][Dance or Die]
2024-04-29 13:32:15.1|Trace|RefreshAlbumService|Saving Album [2ef20d8d-70fb-3bf3-b2b8-13656c0efc58][Dance or Die]
2024-04-29 13:32:15.1|Debug|RefreshAlbumService|Finished Album refresh for [2ef20d8d-70fb-3bf3-b2b8-13656c0efc58][Dance or Die]
2024-04-29 13:32:15.1|Info|RefreshAlbumService|Updating Info for Midnight Sun
2024-04-29 13:32:15.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:15.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:15.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:15.1|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of f7a96c54-afb8-33c9-abb6-1439e1fe55a3
2024-04-29 13:32:15.1|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
2024-04-29 13:32:15.1|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/f7a96c54-afb8-33c9-abb6-1439e1fe55a3
2024-04-29 13:32:15.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:15.5|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.lidarr.audio/api/v0.4/album/f7a96c54-afb8-33c9-abb6-1439e1fe55a3: 200.OK (4874 bytes) (406 ms)
2024-04-29 13:32:15.5|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
2024-04-29 13:32:15.5|Trace|RefreshAlbumService|Ensuring parent artist exists [8d56e655-efb7-4f03-b3c1-320c5ea838fb]
2024-04-29 13:32:15.5|Trace|RefreshAlbumService|Updating Album [f7a96c54-afb8-33c9-abb6-1439e1fe55a3][Midnight Sun]
2024-04-29 13:32:15.5|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:15.5|Debug|RefreshAlbumService|[f7a96c54-afb8-33c9-abb6-1439e1fe55a3][Midnight Sun] 1 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:15.5|Trace|RefreshAlbumService|release: [88fcc254-52d0-4dda-b9c6-c5aa82463bfb][Midnight Sun] monitored: True
2024-04-29 13:32:15.5|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [88fcc254-52d0-4dda-b9c6-c5aa82463bfb][Midnight Sun]
2024-04-29 13:32:15.5|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:15.5|Debug|RefreshAlbumReleaseService|[88fcc254-52d0-4dda-b9c6-c5aa82463bfb][Midnight Sun] 9 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:15.5|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:15.5|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [88fcc254-52d0-4dda-b9c6-c5aa82463bfb][Midnight Sun]
2024-04-29 13:32:15.5|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [88fcc254-52d0-4dda-b9c6-c5aa82463bfb][Midnight Sun]
2024-04-29 13:32:15.5|Trace|RefreshAlbumService|Saving Album [f7a96c54-afb8-33c9-abb6-1439e1fe55a3][Midnight Sun]
2024-04-29 13:32:15.5|Debug|RefreshAlbumService|Finished Album refresh for [f7a96c54-afb8-33c9-abb6-1439e1fe55a3][Midnight Sun]
2024-04-29 13:32:15.5|Info|RefreshAlbumService|Updating Info for Don't Worry Be Groovy!
2024-04-29 13:32:15.5|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:15.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:15.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:15.5|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of 6daf8e38-bec4-39da-8808-932a4a4ae679
2024-04-29 13:32:15.5|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
2024-04-29 13:32:15.5|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/6daf8e38-bec4-39da-8808-932a4a4ae679
2024-04-29 13:32:15.5|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:16.1|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.lidarr.audio/api/v0.4/album/6daf8e38-bec4-39da-8808-932a4a4ae679: 200.OK (4939 bytes) (562 ms)
2024-04-29 13:32:16.1|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
2024-04-29 13:32:16.1|Trace|RefreshAlbumService|Ensuring parent artist exists [8d56e655-efb7-4f03-b3c1-320c5ea838fb]
2024-04-29 13:32:16.1|Trace|RefreshAlbumService|Updating Album [6daf8e38-bec4-39da-8808-932a4a4ae679][Don't Worry Be Groovy!]
2024-04-29 13:32:16.1|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:16.1|Debug|RefreshAlbumService|[6daf8e38-bec4-39da-8808-932a4a4ae679][Don't Worry Be Groovy!] 1 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:16.1|Trace|RefreshAlbumService|release: [0d23be68-1fcf-4957-b520-2d8d5cc9d78f][Don't Worry Be Groovy!] monitored: True
2024-04-29 13:32:16.1|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [0d23be68-1fcf-4957-b520-2d8d5cc9d78f][Don't Worry Be Groovy!]
2024-04-29 13:32:16.1|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:16.1|Debug|RefreshAlbumReleaseService|[0d23be68-1fcf-4957-b520-2d8d5cc9d78f][Don't Worry Be Groovy!] 9 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:16.1|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:16.1|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [0d23be68-1fcf-4957-b520-2d8d5cc9d78f][Don't Worry Be Groovy!]
2024-04-29 13:32:16.1|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [0d23be68-1fcf-4957-b520-2d8d5cc9d78f][Don't Worry Be Groovy!]
2024-04-29 13:32:16.1|Trace|RefreshAlbumService|Saving Album [6daf8e38-bec4-39da-8808-932a4a4ae679][Don't Worry Be Groovy!]
2024-04-29 13:32:16.1|Debug|RefreshAlbumService|Finished Album refresh for [6daf8e38-bec4-39da-8808-932a4a4ae679][Don't Worry Be Groovy!]
2024-04-29 13:32:16.1|Info|RefreshAlbumService|Updating Info for Activation Portal
2024-04-29 13:32:16.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:16.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:16.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:16.1|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of dcc21dd5-0b45-39fd-8fbd-ee8486b580c6
2024-04-29 13:32:16.1|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
2024-04-29 13:32:16.1|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/dcc21dd5-0b45-39fd-8fbd-ee8486b580c6
2024-04-29 13:32:16.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:16.6|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.lidarr.audio/api/v0.4/album/dcc21dd5-0b45-39fd-8fbd-ee8486b580c6: 200.OK (14524 bytes) (444 ms)
2024-04-29 13:32:16.6|Debug|ArtistMetadataRepository|2 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
2024-04-29 13:32:16.6|Trace|RefreshAlbumService|Ensuring parent artist exists [8d56e655-efb7-4f03-b3c1-320c5ea838fb]
2024-04-29 13:32:16.6|Trace|RefreshAlbumService|Updating Album [dcc21dd5-0b45-39fd-8fbd-ee8486b580c6][Activation Portal]
2024-04-29 13:32:16.6|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:16.6|Debug|RefreshAlbumService|[dcc21dd5-0b45-39fd-8fbd-ee8486b580c6][Activation Portal] 3 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:16.6|Trace|RefreshAlbumService|release: [720176ff-239c-4c76-a306-aee8660abdf1][Activation Portal] monitored: True
2024-04-29 13:32:16.6|Trace|RefreshAlbumService|release: [4b6efa02-df69-4709-892d-4e7fbacbf649][Activation Portal] monitored: False
2024-04-29 13:32:16.6|Trace|RefreshAlbumService|release: [68b1771c-b2f7-4807-a271-b6d0bb9916c5][Activation Portal] monitored: False
2024-04-29 13:32:16.6|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [720176ff-239c-4c76-a306-aee8660abdf1][Activation Portal]
2024-04-29 13:32:16.6|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:16.6|Debug|RefreshAlbumReleaseService|[720176ff-239c-4c76-a306-aee8660abdf1][Activation Portal] 10 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:16.6|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:16.6|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [720176ff-239c-4c76-a306-aee8660abdf1][Activation Portal]
2024-04-29 13:32:16.6|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [720176ff-239c-4c76-a306-aee8660abdf1][Activation Portal]
2024-04-29 13:32:16.6|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [4b6efa02-df69-4709-892d-4e7fbacbf649][Activation Portal]
2024-04-29 13:32:16.6|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:16.6|Debug|RefreshAlbumReleaseService|[4b6efa02-df69-4709-892d-4e7fbacbf649][Activation Portal] 10 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:16.6|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:16.6|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [4b6efa02-df69-4709-892d-4e7fbacbf649][Activation Portal]
2024-04-29 13:32:16.6|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [4b6efa02-df69-4709-892d-4e7fbacbf649][Activation Portal]
2024-04-29 13:32:16.6|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [68b1771c-b2f7-4807-a271-b6d0bb9916c5][Activation Portal]
2024-04-29 13:32:16.6|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:16.6|Debug|RefreshAlbumReleaseService|[68b1771c-b2f7-4807-a271-b6d0bb9916c5][Activation Portal] 10 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:16.6|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:16.6|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [68b1771c-b2f7-4807-a271-b6d0bb9916c5][Activation Portal]
2024-04-29 13:32:16.6|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [68b1771c-b2f7-4807-a271-b6d0bb9916c5][Activation Portal]
2024-04-29 13:32:16.6|Trace|RefreshAlbumService|Saving Album [dcc21dd5-0b45-39fd-8fbd-ee8486b580c6][Activation Portal]
2024-04-29 13:32:16.6|Debug|RefreshAlbumService|Finished Album refresh for [dcc21dd5-0b45-39fd-8fbd-ee8486b580c6][Activation Portal]
2024-04-29 13:32:16.6|Info|RefreshAlbumService|Updating Info for Midnight Sun (Save the Robot remix)
2024-04-29 13:32:16.6|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:16.6|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:16.6|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:16.6|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of dd9963fc-90d3-4b07-ab80-3293870bfffb
2024-04-29 13:32:16.6|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
2024-04-29 13:32:16.6|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/dd9963fc-90d3-4b07-ab80-3293870bfffb
2024-04-29 13:32:16.6|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:17.7|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.lidarr.audio/api/v0.4/album/dd9963fc-90d3-4b07-ab80-3293870bfffb: 200.OK (2573 bytes) (1067 ms)
2024-04-29 13:32:17.7|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
2024-04-29 13:32:17.7|Trace|RefreshAlbumService|Ensuring parent artist exists [8d56e655-efb7-4f03-b3c1-320c5ea838fb]
2024-04-29 13:32:17.7|Trace|RefreshAlbumService|Updating Album [dd9963fc-90d3-4b07-ab80-3293870bfffb][Midnight Sun (Save the Robot remix)]
2024-04-29 13:32:17.7|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:17.7|Debug|RefreshAlbumService|[dd9963fc-90d3-4b07-ab80-3293870bfffb][Midnight Sun (Save the Robot remix)] 1 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:17.7|Trace|RefreshAlbumService|release: [3e150614-e717-44b7-be4d-d74aa15324d3][Midnight Sun (Save the Robot remix)] monitored: True
2024-04-29 13:32:17.7|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [3e150614-e717-44b7-be4d-d74aa15324d3][Midnight Sun (Save the Robot remix)]
2024-04-29 13:32:17.7|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:17.7|Debug|RefreshAlbumReleaseService|[3e150614-e717-44b7-be4d-d74aa15324d3][Midnight Sun (Save the Robot remix)] 1 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:17.7|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:17.7|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [3e150614-e717-44b7-be4d-d74aa15324d3][Midnight Sun (Save the Robot remix)]
2024-04-29 13:32:17.7|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [3e150614-e717-44b7-be4d-d74aa15324d3][Midnight Sun (Save the Robot remix)]
2024-04-29 13:32:17.7|Trace|RefreshAlbumService|Saving Album [dd9963fc-90d3-4b07-ab80-3293870bfffb][Midnight Sun (Save the Robot remix)]
2024-04-29 13:32:17.7|Debug|RefreshAlbumService|Finished Album refresh for [dd9963fc-90d3-4b07-ab80-3293870bfffb][Midnight Sun (Save the Robot remix)]
2024-04-29 13:32:17.7|Info|RefreshAlbumService|Updating Info for Aztechno Dream (Faders remix)
2024-04-29 13:32:17.7|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:17.7|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:17.7|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:17.7|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of 618803a4-bda0-4e29-ab44-6c18e7aa8587
2024-04-29 13:32:17.7|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
2024-04-29 13:32:17.7|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/618803a4-bda0-4e29-ab44-6c18e7aa8587
2024-04-29 13:32:17.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:18.1|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.lidarr.audio/api/v0.4/album/618803a4-bda0-4e29-ab44-6c18e7aa8587: 200.OK (2566 bytes) (398 ms)
2024-04-29 13:32:18.1|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
2024-04-29 13:32:18.1|Trace|RefreshAlbumService|Ensuring parent artist exists [8d56e655-efb7-4f03-b3c1-320c5ea838fb]
2024-04-29 13:32:18.1|Trace|RefreshAlbumService|Updating Album [618803a4-bda0-4e29-ab44-6c18e7aa8587][Aztechno Dream (Faders remix)]
2024-04-29 13:32:18.1|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:18.1|Debug|RefreshAlbumService|[618803a4-bda0-4e29-ab44-6c18e7aa8587][Aztechno Dream (Faders remix)] 1 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:18.1|Trace|RefreshAlbumService|release: [ae107506-2449-49fc-803c-0fe25f4727ee][Aztechno Dream (Faders remix)] monitored: True
2024-04-29 13:32:18.1|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [ae107506-2449-49fc-803c-0fe25f4727ee][Aztechno Dream (Faders remix)]
2024-04-29 13:32:18.1|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:18.1|Debug|RefreshAlbumReleaseService|[ae107506-2449-49fc-803c-0fe25f4727ee][Aztechno Dream (Faders remix)] 1 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:18.1|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:18.1|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [ae107506-2449-49fc-803c-0fe25f4727ee][Aztechno Dream (Faders remix)]
2024-04-29 13:32:18.1|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [ae107506-2449-49fc-803c-0fe25f4727ee][Aztechno Dream (Faders remix)]
2024-04-29 13:32:18.1|Trace|RefreshAlbumService|Saving Album [618803a4-bda0-4e29-ab44-6c18e7aa8587][Aztechno Dream (Faders remix)]
2024-04-29 13:32:18.1|Debug|RefreshAlbumService|Finished Album refresh for [618803a4-bda0-4e29-ab44-6c18e7aa8587][Aztechno Dream (Faders remix)]
2024-04-29 13:32:18.1|Info|RefreshAlbumService|Updating Info for Artificial Beings (Plasmotek Remix)
2024-04-29 13:32:18.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:18.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:18.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:18.1|Debug|SkyHookProxy|Getting Album with LidarrAPI.MetadataID of 7e210898-6123-480a-a6ca-224696b04c58
2024-04-29 13:32:18.1|Trace|ConfigService|Using default config value for 'metadatasource' defaultValue:''
2024-04-29 13:32:18.1|Trace|HttpClient|Req: [GET] https://api.lidarr.audio/api/v0.4/album/7e210898-6123-480a-a6ca-224696b04c58
2024-04-29 13:32:18.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:18.5|Trace|HttpClient|Res: HTTP/2.0 [GET] https://api.lidarr.audio/api/v0.4/album/7e210898-6123-480a-a6ca-224696b04c58: 200.OK (2578 bytes) (389 ms)
2024-04-29 13:32:18.5|Debug|ArtistMetadataRepository|1 artist metadata up to date; Updating 0, Adding 0 artist metadata entries.
2024-04-29 13:32:18.5|Trace|RefreshAlbumService|Ensuring parent artist exists [8d56e655-efb7-4f03-b3c1-320c5ea838fb]
2024-04-29 13:32:18.5|Trace|RefreshAlbumService|Updating Album [7e210898-6123-480a-a6ca-224696b04c58][Artificial Beings (Plasmotek Remix)]
2024-04-29 13:32:18.5|Trace|RefreshAlbumService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:18.5|Debug|RefreshAlbumService|[7e210898-6123-480a-a6ca-224696b04c58][Artificial Beings (Plasmotek Remix)] 1 albumreleases up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:18.5|Trace|RefreshAlbumService|release: [562dd83d-5892-4b5a-8033-2155ac06512e][Artificial Beings (Plasmotek Remix)] monitored: True
2024-04-29 13:32:18.5|Trace|RefreshAlbumReleaseService|Updating AlbumRelease [562dd83d-5892-4b5a-8033-2155ac06512e][Artificial Beings (Plasmotek Remix)]
2024-04-29 13:32:18.5|Trace|RefreshAlbumReleaseService|updated: False forceUpdateFileTags: False
2024-04-29 13:32:18.5|Debug|RefreshAlbumReleaseService|[562dd83d-5892-4b5a-8033-2155ac06512e][Artificial Beings (Plasmotek Remix)] 1 tracks up to date. Adding 0, Updating 0, Merging 0, Deleting 0.
2024-04-29 13:32:18.5|Trace|ConfigService|Using default config value for 'writeaudiotags' defaultValue:'No'
2024-04-29 13:32:18.5|Trace|RefreshAlbumReleaseService|Saving AlbumRelease [562dd83d-5892-4b5a-8033-2155ac06512e][Artificial Beings (Plasmotek Remix)]
2024-04-29 13:32:18.5|Debug|RefreshAlbumReleaseService|Finished AlbumRelease refresh for [562dd83d-5892-4b5a-8033-2155ac06512e][Artificial Beings (Plasmotek Remix)]
2024-04-29 13:32:18.5|Trace|RefreshAlbumService|Saving Album [7e210898-6123-480a-a6ca-224696b04c58][Artificial Beings (Plasmotek Remix)]
2024-04-29 13:32:18.5|Debug|RefreshAlbumService|Finished Album refresh for [7e210898-6123-480a-a6ca-224696b04c58][Artificial Beings (Plasmotek Remix)]
2024-04-29 13:32:18.5|Trace|EventAggregator|Publishing AlbumInfoRefreshedEvent
2024-04-29 13:32:18.5|Trace|EventAggregator|AlbumInfoRefreshedEvent -> AlbumAddedService
2024-04-29 13:32:18.5|Debug|AlbumAddedService|No new albums, skipping search
2024-04-29 13:32:18.5|Trace|EventAggregator|AlbumInfoRefreshedEvent <- AlbumAddedService
2024-04-29 13:32:18.5|Trace|RefreshArtistService|Saving Artist [8d56e655-efb7-4f03-b3c1-320c5ea838fb][Alien Project]
2024-04-29 13:32:18.5|Trace|EventAggregator|Publishing ArtistRefreshCompleteEvent
2024-04-29 13:32:18.5|Trace|EventAggregator|ArtistRefreshCompleteEvent ~> MediaCoverService
2024-04-29 13:32:18.5|Debug|RefreshArtistService|Finished Artist refresh for [8d56e655-efb7-4f03-b3c1-320c5ea838fb][Alien Project]
2024-04-29 13:32:18.5|Trace|HttpClient|Req: [HEAD] http://assets.fanart.tv/fanart/music/8d56e655-efb7-4f03-b3c1-320c5ea838fb/hdmusiclogo/alien-project-5e4c1422c51dc.png
2024-04-29 13:32:18.5|Trace|RefreshArtistService|Updating tags for [8d56e655-efb7-4f03-b3c1-320c5ea838fb][Alien Project]
2024-04-29 13:32:18.5|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:18.5|Trace|ConfigService|Using default config value for 'rescanafterrefresh' defaultValue:'Always'
2024-04-29 13:32:18.5|Trace|RefreshArtistService|No metadata updated, only scanning new files
2024-04-29 13:32:18.5|Trace|CommandQueueManager|Publishing RescanFolders
2024-04-29 13:32:18.5|Trace|CommandQueueManager|Checking if command is queued or started: RescanFolders
2024-04-29 13:32:18.5|Trace|CommandQueueManager|Inserting new command: RescanFolders
2024-04-29 13:32:18.5|Trace|CommandQueueManager|Updating command status
2024-04-29 13:32:18.5|Trace|CommandExecutor|RescanFoldersCommand -> DiskScanService
2024-04-29 13:32:18.5|Trace|CommandQueueManager|Marking command as started: RescanFolders
2024-04-29 13:32:18.5|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:18.5|Trace|EventAggregator|Publishing CommandExecutedEvent
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandExecutedEvent -> TaskController
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandExecutedEvent <- TaskController
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandExecutedEvent -> QualityDefinitionController
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandExecutedEvent <- QualityDefinitionController
2024-04-29 13:32:18.5|Trace|CommandExecutor|RefreshArtistCommand <- RefreshArtistService [00:00:04.9583128]
2024-04-29 13:32:18.5|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:18.5|Info|DiskScanService|Scanning /no/nothanks/
2024-04-29 13:32:18.5|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:18.5|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:18.5|Debug|DiskScanService|Scanning '/no/nothanks/' for music files
2024-04-29 13:32:18.5|Trace|Http|Req: 23315 [GET] /music/api/v1/command (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:18.5|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:18.5|Trace|CommandQueueManager|Getting all commands
2024-04-29 13:32:18.5|Trace|Http|Res: 23315 [GET] /music/api/v1/command: 200.OK (1 ms)
2024-04-29 13:32:18.5|Trace|Http|Req: 23316 [GET] /music/api/v1/command (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:18.5|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:18.6|Trace|CommandQueueManager|Getting all commands
2024-04-29 13:32:18.6|Trace|Http|Res: 23316 [GET] /music/api/v1/command: 200.OK (1 ms)
2024-04-29 13:32:18.6|Trace|Http|Req: 23317 [GET] /music/api/v1/album?artistId=123 (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:18.6|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:18.6|Trace|Http|Req: 23318 [GET] /music/api/v1/trackFile?artistId=123 (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:18.6|Trace|Http|Req: 23319 [GET] /music/api/v1/queue/details?artistId=123 (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:18.6|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:18.6|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:18.6|Trace|Http|Res: 23319 [GET] /music/api/v1/queue/details?artistId=123: 200.OK (3 ms)
2024-04-29 13:32:18.6|Trace|Http|Res: 23317 [GET] /music/api/v1/album?artistId=123: 200.OK (25 ms)
2024-04-29 13:32:18.6|Trace|Http|Req: 23320 [GET] /music/api/v1/queue/details?artistId=123 (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:18.6|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:18.6|Trace|CustomFormatCalculationService|Using original file path for release title: 01 - Alien Project - Crystal Skulls (Dance Mix).flac
2024-04-29 13:32:18.6|Trace|Http|Res: 23320 [GET] /music/api/v1/queue/details?artistId=123: 200.OK (2 ms)
2024-04-29 13:32:18.6|Trace|Http|Res: 23318 [GET] /music/api/v1/trackFile?artistId=123: 200.OK (27 ms)
2024-04-29 13:32:18.6|Trace|Http|Req: 23321 [GET] /music/api/v1/album?artistId=123 (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:18.6|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:18.6|Trace|Http|Req: 23322 [GET] /music/api/v1/trackFile?artistId=123 (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:18.6|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:18.6|Trace|Http|Res: 23321 [GET] /music/api/v1/album?artistId=123: 200.OK (9 ms)
2024-04-29 13:32:18.6|Trace|Http|Res: 23322 [GET] /music/api/v1/trackFile?artistId=123: 200.OK (24 ms)
2024-04-29 13:32:19.3|Trace|DiskScanService|4576 files were found in /no/nothanks/
2024-04-29 13:32:19.3|Debug|DiskScanService|2196 audio files were found in /no/nothanks/
2024-04-29 13:32:19.3|Debug|DiskScanService|Cleaning up media files in DB [/no/nothanks/]
2024-04-29 13:32:19.3|Trace|HttpClient|Res: HTTP/1.1 [HEAD] http://assets.fanart.tv/fanart/music/8d56e655-efb7-4f03-b3c1-320c5ea838fb/hdmusiclogo/alien-project-5e4c1422c51dc.png: 200.OK (0 bytes) (823 ms)
2024-04-29 13:32:19.3|Trace|HttpClient|Req: [HEAD] https://imagecache.lidarr.audio/v1/tadb/artist/thumb/srtpsx1387214242.jpg
2024-04-29 13:32:19.3|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:19.4|Debug|MediaFileTableCleanupService|The following files no longer exist on disk, removing from db:

2024-04-29 13:32:19.4|Info|DiskScanService|Scanning /no/thanks/
2024-04-29 13:32:19.4|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:19.4|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:19.4|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:19.4|Debug|DiskScanService|Scanning '/no/thanks/' for music files
2024-04-29 13:32:19.8|Trace|HttpClient|Res: HTTP/2.0 [HEAD] https://imagecache.lidarr.audio/v1/tadb/artist/thumb/srtpsx1387214242.jpg: 200.OK (0 bytes) (492 ms)
2024-04-29 13:32:19.8|Trace|HttpClient|Req: [HEAD] https://imagecache.lidarr.audio/v1/caa/e62965f6-a819-4dac-be23-b476c0662189/10440989048-1200.jpg
2024-04-29 13:32:19.8|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:19.9|Trace|HttpClient|Res: HTTP/2.0 [HEAD] https://imagecache.lidarr.audio/v1/caa/e62965f6-a819-4dac-be23-b476c0662189/10440989048-1200.jpg: 200.OK (0 bytes) (133 ms)
2024-04-29 13:32:19.9|Trace|HttpClient|Req: [HEAD] https://imagecache.lidarr.audio/v1/caa/0d23be68-1fcf-4957-b520-2d8d5cc9d78f/7951197989-1200.jpg
2024-04-29 13:32:19.9|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:20.1|Trace|HttpClient|Res: HTTP/2.0 [HEAD] https://imagecache.lidarr.audio/v1/caa/0d23be68-1fcf-4957-b520-2d8d5cc9d78f/7951197989-1200.jpg: 200.OK (0 bytes) (131 ms)
2024-04-29 13:32:20.1|Trace|HttpClient|Req: [HEAD] https://imagecache.lidarr.audio/v1/caa/88fcc254-52d0-4dda-b9c6-c5aa82463bfb/6656739492-1200.jpg
2024-04-29 13:32:20.1|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:20.2|Trace|HttpClient|Res: HTTP/2.0 [HEAD] https://imagecache.lidarr.audio/v1/caa/88fcc254-52d0-4dda-b9c6-c5aa82463bfb/6656739492-1200.jpg: 200.OK (0 bytes) (138 ms)
2024-04-29 13:32:20.2|Trace|HttpClient|Req: [HEAD] https://imagecache.lidarr.audio/v1/caa/cf6f1b44-1d5c-4bc2-8d1c-b0af61fd4f94/10441040090-1200.jpg
2024-04-29 13:32:20.2|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:20.4|Trace|HttpClient|Res: HTTP/2.0 [HEAD] https://imagecache.lidarr.audio/v1/caa/cf6f1b44-1d5c-4bc2-8d1c-b0af61fd4f94/10441040090-1200.jpg: 200.OK (0 bytes) (133 ms)
2024-04-29 13:32:20.4|Trace|HttpClient|Req: [HEAD] https://imagecache.lidarr.audio/v1/caa/720176ff-239c-4c76-a306-aee8660abdf1/10510873610-1200.jpg
2024-04-29 13:32:20.4|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:20.5|Trace|DiskScanService|6810 files were found in /no/thanks/
2024-04-29 13:32:20.5|Debug|DiskScanService|6807 audio files were found in /no/thanks/
2024-04-29 13:32:20.5|Trace|HttpClient|Res: HTTP/2.0 [HEAD] https://imagecache.lidarr.audio/v1/caa/720176ff-239c-4c76-a306-aee8660abdf1/10510873610-1200.jpg: 200.OK (0 bytes) (129 ms)
2024-04-29 13:32:20.5|Trace|HttpClient|Req: [HEAD] https://imagecache.lidarr.audio/v1/caa/3e150614-e717-44b7-be4d-d74aa15324d3/27168723104-1200.jpg
2024-04-29 13:32:20.5|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:20.6|Debug|DiskScanService|Cleaning up media files in DB [/no/thanks/]
2024-04-29 13:32:20.7|Trace|HttpClient|Res: HTTP/2.0 [HEAD] https://imagecache.lidarr.audio/v1/caa/3e150614-e717-44b7-be4d-d74aa15324d3/27168723104-1200.jpg: 200.OK (0 bytes) (167 ms)
2024-04-29 13:32:20.7|Trace|HttpClient|Req: [HEAD] https://imagecache.lidarr.audio/v1/caa/ae107506-2449-49fc-803c-0fe25f4727ee/30316788824-1200.jpg
2024-04-29 13:32:20.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:20.7|Debug|MediaFileTableCleanupService|The following files no longer exist on disk, removing from db:

2024-04-29 13:32:20.7|Trace|DiskScanService|Finished getting track files for:
/no/nothanks/
/no/thanks/ [00:00:02.2023481]
2024-04-29 13:32:20.7|Debug|MediaFileService|Filtering 9003 files for unchanged files
2024-04-29 13:32:20.8|Trace|HttpClient|Res: HTTP/2.0 [HEAD] https://imagecache.lidarr.audio/v1/caa/ae107506-2449-49fc-803c-0fe25f4727ee/30316788824-1200.jpg: 200.OK (0 bytes) (169 ms)
2024-04-29 13:32:20.8|Trace|HttpClient|Req: [HEAD] https://imagecache.lidarr.audio/v1/caa/562dd83d-5892-4b5a-8033-2155ac06512e/30316804156-1200.jpg
2024-04-29 13:32:20.8|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:21.0|Trace|HttpClient|Res: HTTP/2.0 [HEAD] https://imagecache.lidarr.audio/v1/caa/562dd83d-5892-4b5a-8033-2155ac06512e/30316804156-1200.jpg: 200.OK (0 bytes) (138 ms)
2024-04-29 13:32:21.0|Trace|EventAggregator|Publishing MediaCoversUpdatedEvent
2024-04-29 13:32:21.0|Trace|EventAggregator|MediaCoversUpdatedEvent -> ExtraService
2024-04-29 13:32:21.0|Trace|EventAggregator|MediaCoversUpdatedEvent <- ExtraService
2024-04-29 13:32:21.0|Trace|EventAggregator|MediaCoversUpdatedEvent -> ArtistController
2024-04-29 13:32:21.0|Trace|EventAggregator|MediaCoversUpdatedEvent <- ArtistController
2024-04-29 13:32:21.0|Trace|EventAggregator|ArtistRefreshCompleteEvent <~ MediaCoverService
2024-04-29 13:32:21.1|Trace|MediaFileService|Got 9003 existing files
2024-04-29 13:32:21.1|Trace|MediaFileService|Matched paths for 9003 files
2024-04-29 13:32:21.1|Trace|MediaFileService|9003 unchanged existing files
2024-04-29 13:32:21.1|Debug|ImportDecisionMaker|Analyzing 0/9003 files.
2024-04-29 13:32:21.1|Debug|IdentificationService|Starting track identification
2024-04-29 13:32:21.1|Info|TrackGroupingService|Grouping 0 tracks
2024-04-29 13:32:21.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:21.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:21.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:21.1|Trace|TrackGroupingService|Folders:

2024-04-29 13:32:21.1|Debug|IdentificationService|Sorted 0 tracks into 0 releases in 0ms
2024-04-29 13:32:21.1|Debug|IdentificationService|Track identification for 0 tracks took 1ms
2024-04-29 13:32:21.1|Debug|DiskScanService|Import decisions complete [00:00:00.4399103]
2024-04-29 13:32:21.1|Info|ImportApprovedTracks|Importing 0 tracks
2024-04-29 13:32:21.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:21.1|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:21.1|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:21.1|Debug|ImportApprovedTracks|Importing 0 files. replaceExisting: False
2024-04-29 13:32:21.2|Debug|ImportApprovedTracks|Inserted new trackfiles in 1ms
2024-04-29 13:32:21.2|Debug|ImportApprovedTracks|TrackFileIds updated, total 1ms
2024-04-29 13:32:21.3|Debug|DiskScanService|Inserted 0 new unmatched trackfiles
2024-04-29 13:32:21.3|Debug|DiskScanService|Updated info for 0 known files
2024-04-29 13:32:21.3|Info|DiskScanService|Completed scanning disk for Alien Project
2024-04-29 13:32:21.3|Trace|EventAggregator|Publishing ArtistScannedEvent
2024-04-29 13:32:21.3|Trace|EventAggregator|ArtistScannedEvent -> ArtistScannedHandler
2024-04-29 13:32:21.3|Trace|EventAggregator|ArtistScannedEvent <- ArtistScannedHandler
2024-04-29 13:32:21.3|Trace|EventAggregator|ArtistScannedEvent -> UpdateTrackFileService
2024-04-29 13:32:21.3|Trace|ConfigService|Using default config value for 'filedate' defaultValue:'None'
2024-04-29 13:32:21.3|Trace|EventAggregator|ArtistScannedEvent <- UpdateTrackFileService
2024-04-29 13:32:21.3|Trace|EventAggregator|ArtistScannedEvent -> ExistingExtraFileService
2024-04-29 13:32:21.3|Debug|ExistingExtraFileService|Looking for existing extra files in /no/thanks/Alien Project
2024-04-29 13:32:21.3|Debug|DiskScanService|Scanning '/no/thanks/Alien Project' for non-music files
2024-04-29 13:32:21.3|Trace|DiskScanService|27 files were found in /no/thanks/Alien Project
2024-04-29 13:32:21.3|Debug|DiskScanService|0 non-music files were found in /no/thanks/Alien Project
2024-04-29 13:32:21.3|Debug|ExistingMetadataImporter|Looking for existing metadata in /no/thanks/Alien Project
2024-04-29 13:32:21.3|Info|ExistingMetadataImporter|Found 0 existing metadata files
2024-04-29 13:32:21.3|Debug|ExistingLyricImporter|Looking for existing lyrics files in /no/thanks/Alien Project
2024-04-29 13:32:21.3|Info|ExistingLyricImporter|Found 0 existing lyric files
2024-04-29 13:32:21.3|Debug|ExistingOtherExtraImporter|Looking for existing extra files in /no/thanks/Alien Project
2024-04-29 13:32:21.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
2024-04-29 13:32:21.3|Info|ExistingExtraFileService|Found 0 extra files
2024-04-29 13:32:21.3|Trace|EventAggregator|ArtistScannedEvent <- ExistingExtraFileService
2024-04-29 13:32:21.3|Trace|EventAggregator|ArtistScannedEvent -> ExtraService
2024-04-29 13:32:21.3|Debug|TrackService|Getting Tracks for ArtistId 123
2024-04-29 13:32:21.3|Debug|CleanExtraFileService|Cleaning missing metadata files for artist: Alien Project
2024-04-29 13:32:21.3|Trace|EventAggregator|ArtistScannedEvent <- ExtraService
2024-04-29 13:32:21.3|Debug|DiskScanService|Track import complete for:
/no/nothanks/
/no/thanks/ [00:00:00.1885484]
2024-04-29 13:32:21.3|Trace|CommandQueueManager|Updating command status
2024-04-29 13:32:21.3|Trace|EventAggregator|Publishing CommandUpdatedEvent
2024-04-29 13:32:21.3|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2024-04-29 13:32:21.3|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2024-04-29 13:32:21.3|Trace|EventAggregator|Publishing CommandExecutedEvent
2024-04-29 13:32:21.3|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
2024-04-29 13:32:21.3|Trace|TaskManager|Updating last run time for: NzbDrone.Core.MediaFiles.Commands.RescanFoldersCommand
2024-04-29 13:32:21.3|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
2024-04-29 13:32:21.3|Trace|EventAggregator|CommandExecutedEvent -> TaskController
2024-04-29 13:32:21.3|Trace|EventAggregator|CommandExecutedEvent <- TaskController
2024-04-29 13:32:21.3|Trace|EventAggregator|CommandExecutedEvent -> QualityDefinitionController
2024-04-29 13:32:21.3|Trace|EventAggregator|CommandExecutedEvent <- QualityDefinitionController
2024-04-29 13:32:21.3|Trace|CommandExecutor|RescanFoldersCommand <- DiskScanService [00:00:02.8371556]
2024-04-29 13:32:21.4|Trace|Http|Req: 23323 [GET] /music/api/v1/command (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:21.4|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:21.4|Trace|CommandQueueManager|Getting all commands
2024-04-29 13:32:21.4|Trace|Http|Res: 23323 [GET] /music/api/v1/command: 200.OK (1 ms)
2024-04-29 13:32:21.4|Trace|Http|Req: 23324 [GET] /music/api/v1/command (from XXX.XXX.XXX.XXX Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36)
2024-04-29 13:32:21.4|Debug|Lidarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: API was successfully authenticated.
2024-04-29 13:32:21.4|Trace|CommandQueueManager|Getting all commands
2024-04-29 13:32:21.4|Trace|Http|Res: 23324 [GET] /music/api/v1/command: 200.OK (3 ms)
2024-04-29 13:32:41.7|Trace|Scheduler|Pending Tasks: 1
2024-04-29 13:32:41.7|Trace|CommandQueueManager|Publishing RefreshMonitoredDownloads
2024-04-29 13:32:41.7|Trace|CommandQueueManager|Checking if command is queued or started: RefreshMonitoredDownloads
2024-04-29 13:32:41.7|Trace|CommandQueueManager|Inserting new command: RefreshMonitoredDownloads
2024-04-29 13:32:41.7|Trace|CommandExecutor|RefreshMonitoredDownloadsCommand -> DownloadMonitoringService
2024-04-29 13:32:41.7|Trace|CommandQueueManager|Marking command as started: RefreshMonitoredDownloads
2024-04-29 13:32:41.7|Trace|HttpClient|Req: [POST] http://XXX.XXX.XXX.XXX:8112/json: web.update_ui([...], {"label":"lidarr"})
2024-04-29 13:32:41.7|Trace|ConfigService|Using default config value for 'proxyenabled' defaultValue:'False'
2024-04-29 13:32:42.0|Trace|HttpClient|Res: HTTP/1.1 [POST] http://XXX.XXX.XXX.XXX:8112/json: 200.OK (110492 bytes) (216 ms)

Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
@sparky3387 sparky3387 added Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug
Projects
None yet
Development

No branches or pull requests

1 participant