Prince Album
– The Default metadata added was from Rovi. But I made a couple of changes, as can be seen highlighted as ’ Rovi + Edits ’
– I changed the album title from Rovi TO Musicbrainz, as they included the ‘peace’ symbol in the title…
– I changed #Track 6 title from the Rovi to Musicbrainz, which is a change in the apostrophe style (I actually don’t know why I did this as I tend to prefer vertical apostrophes…!)
– And I’ve just highlighted that the applied Genres are the default Rovi choices, as is all other metadata displayed in the Naim App, except the changes above….
Thanks so basically if you use MusicBrainz for individual track it is just shown as a user edit so we have
"preferredAuthority": "rovi",
.......
"user": {
"authority": "user",
"title": "Sign “☮︎” the Times [Disc 2]",
"tracks": {
"6": "It’s Gonna Be a Beautiful Night"
}
},
Pixies Album
– Again, the default lookup was Rovi and then my Edits.
– I changed the Rovi default album title and manually added my own text, so using neither Rovi or Musicbrainz defaults.
– I changed #Track 16 title from the default Rovi to Musicbrainz, as this used sentence case and thus lower case is …
– Genres are my additions (I guess Rovi didn’t return any)
and then we have
"preferredAuthority": "rovi",
"user": {
"authority": "user",
"title": "Doolittle [Disc 3] [Demos]",
"descriptors": [
{
"type": "user",
"id": "Alternative & Indie",
"name": "Alternative & Indie",
"weight": "10"
},
{
"type": "subgenre",
"id": "MA0000012230",
"name": "Alternative\/Indie Rock",
"weight": "10"
},
{
"type": "genre",
"id": "MA0000002613",
"name": "Pop\/Rock",
"weight": "10"
}
],
"tracks": {
"16": "My Manta Ray is All Right"
}
},
So if using Rovi as main provider than SongKong already acts as expected (except for User Genres)
Would be good to have example where you use MusicBrainz as the preferred authority and just use Rovi for a couple of tracks.