FAQ: specify that album tracks must share a date#253
Open
nfagerlund wants to merge 3 commits into
Open
Conversation
I ran into this requirement with some "fake" compilation albums that were assembled from loose tracks with a variety of dates. This commit also mentions that the `Album Artist` approach works just as well for compilations.
deluan
requested changes
May 18, 2026
deluan
left a comment
Member
There was a problem hiding this comment.
Thanks, just a small correction and we c=should be good to merge this.
| For a single-artist album with a different artist name for each track (for example "Alice feat. Bob" , "Alice feat. Carol"), the `Album Artist` tags must be the same ("Alice") for all tracks. | ||
|
|
||
| Also, take a look at the [Persistent IDs](/docs/usage/configuration/persistent-ids/) feature, which can help you group tracks that belong to | ||
| Additionally, the `Date` tag must have the same value (or lack of value) for all tracks in an album. |
Member
There was a problem hiding this comment.
The tag used is actually RELEASEDATE/TDRL . Navidrome falls back to DATE when RELEASEDATE is missing
...and disambiguate some wording.
Author
|
@deluan Thanks for that corrected info! I updated the wording to match. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I ran into this requirement with some "fake" compilation albums that were assembled from loose tracks with a variety of dates.
This commit also mentions that the
Album Artistapproach works just as well for compilations.