Gracenote: how to work with the third party (such as Amazon.com) music catalogues?

StackOverflow https://stackoverflow.com/questions/19246347

  •  30-06-2022
  •  | 
  •  

Question

Why do I get only the appletrackid datasource?

config.setProperty("content.link.preferredSource","Amazon");
searchByText (GNSearchResultReady resultReady, GNConfig config, String artist, String albumTitle, String trackTitle)

All time I get only `DATASOURCE="appletrackid"

Is it possible to search in the third party music catalogues by mood ? How to do it?

How to get the list of the all supported "content.link.preferredSource" music catalogues ?

Thanks.

Was it helpful?

Solution

Your client ID will be 'entitled' for certain third party ('external') IDs.

If you omit the preferred source, you should get all of the IDs you are entitled for in your results. (Note that the external IDs can appear at the album and track level.)

If you aren't entitled for an external ID that you need, you'd need to contact Gracenote to see about changing your client entitlements.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top