Finally the proper information to be able to match in the logs …
So yes LMS does not return the data for that album:
{
"artist": "The Kinks",
"artistId": "ar-12143",
"coverArt": "al-10312",
"created": "2023-08-26T07:50:42.000",
"displayArtist": "The Kinks",
"duration": 3146,
"genre": "Rock Music",
"id": "al-10312",
"isCompilation": false,
"musicBrainzId": "8be2c96d-d17d-46f4-9002-1ba3b4fc8dda",
"name": "Lola Versus Powerman and the Moneygoround, Part One",
"playCount": 0,
"played": "2024-07-25T18:47:26.000",
"songCount": 16,
"sortName": "",
"year": 2010,
"originalReleaseDate": {},
"artists": [
{
"id": "ar-12143",
"name": "The Kinks"
}
],
"discTitles": [],
"genres": [
{
"name": "Rock"
},
{
"name": "Pop Rock"
},
{
"name": "Rock Music"
}
],
"moods": [],
"releaseTypes": [
"album"
]
},
But you have another album that have nearly the same name and have it
{
"artist": "The Kinks",
"artistId": "ar-12143",
"coverArt": "al-10295",
"created": "2023-08-27T20:13:56.000",
"displayArtist": "The Kinks",
"duration": 10137,
"genre": "Rock Music",
"id": "al-10295",
"isCompilation": false,
"musicBrainzId": "baff0559-7586-4672-8de4-f35a9d07c9b7",
"name": "Lola Versus Powerman and the Moneygoround, Part One (50th Anniversary)",
"playCount": 0,
"played": "2024-07-28T17:56:32.000",
"songCount": 49,
"sortName": "",
"year": 2020,
"originalReleaseDate": {
"year": 1970
},
"artists": [
{
"id": "ar-12143",
"name": "The Kinks"
}
],
"discTitles": [
{
"disc": 1,
"title": "Original Album (stereo) 2020 Remaster + Alternate Versions"
},
{
"disc": 2,
"title": "Alternate Versions / New Medleys & Mixes / Demos / Film Soundtrack"
},
{
"disc": 3,
"title": "Alternate Versions / New Medleys & Mixes / Demos / Live"
}
],
"genres": [
{
"name": "Rock"
},
{
"name": "Pop Rock"
},
{
"name": "Rock Music"
}
],
"moods": [],
"releaseTypes": [
"album"
]
},
So triple check your tags, that you have rescanned in LMS but the Symfonium behavior is consistent with the data received.