Gracenote (GNSDK for mobile) missing artist's name

95 Views Asked by At

i'm using Gracenote (GNSDK for mobile) to identify songs through smartphone microphones.

So far it is working well, but most of the times the results don't contain the artist's name.

Only sometimes the name is present in track().artist().name().display().

Does Gracenote not have that information? Am i not allowed to access it?

1

There are 1 best solutions below

0
woelliJ On BEST ANSWER

I figured it out after a while.

I had to use the album.artist().name().display() instead of track().artist().name().display().

It seems the track-artist's name is only present if it differs from the album artist's name.