mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Metadata API - Cache Busted - Album missing one track relative to musicbrainz release #4047
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr#4047
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bakadori on GitHub (Nov 12, 2024).
Is there an existing issue for this?
Current Behavior
Lidarr import all tracks but one to one certain album. In Select Release under the Edit menu it shows two releases, one of them with the correct number of tracks, the other (the one I'm interested in) wrong (28 instead of 29 tracks). If I try to import the leftover track
(number 4) via Unmapped Files, that track is missing from the tracklist of the release. Lidarr list the correct Musicbrainz ids for release group, release and track.
Expected Behavior
Lidar should show the same number of tracks as the Musicbrainz release.
Steps To Reproduce
Environment
What branch are you running?
Master
Trace Logs?
lidarr.trace.1.txt
lidarr.trace.2.txt
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
trace- that are relevant and show this issue.@github-actions[bot] commented on GitHub (Nov 12, 2024):
👋 @Bakadori, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please hop over onto our Discord.
@bakerboy448 commented on GitHub (Nov 12, 2024):
https://api.lidarr.audio/api/v0.4/album/cbd59809-014d-4c0c-b7c8-d21a36f6d973
Lidarr & Lidarr metadata have all 29 tracks. It appears the release you downloaded only contains 28.
For support and inquiries, please use our Discord channel. GitHub is designated solely for bug reports and feature requests. It seems that this issue may fall under a support request, so we kindly ask you to visit our Discord for assistance. Thank you.
@bakerboy448 commented on GitHub (Nov 12, 2024):
Okay yeah something odd with track 4 - not in the metadata, but visit Discord to shake this out. Not exactly a lidarr but more a lidarr metadata bug. Cache refresh didn't fix either
https://api.lidarr.audio/api/v0.4/album/cbd59809-014d-4c0c-b7c8-d21a36f6d973
@Bakadori commented on GitHub (Nov 12, 2024):
Thanks @bakerboy448 for looking into it, and sorry for posting in the wrong place! I'll head to Discord.
@mboudreau commented on GitHub (Dec 8, 2025):
Yeah, something is screwed with the cache? It can't seem to find the band
Architectsat all. It's present on MusicBrainz, but completely missing from lidarr.I thought this problem was fixed already?
https://github.com/Lidarr/Lidarr/issues/5498
@augustuen commented on GitHub (Dec 26, 2025):
At the time of this issue that track was classified as a video, not as an audio recording. That's why Lidarr didn't see that track. This looks to be solved now.