Forgive me if I'm overlooking the obvious here, but is it possible to get a list of recommended artists, based on the music in an entire catalog? I want to suggest artists that the user doesn't have in their catalog, similar what Last.fm does. As far as I can tell, the Similar Artists method requires you to give a single artist as the basis for seeding the recommendations. I would like to use the whole catalog as the seed. Is this possible?
The docs for catalogs seem to suggest so: "Personalized recommendation - the contents of a taste profile can be used to represent an individual's taste and given as a seed to artist/similar calls"
However it appears that is not working right now. Even the example link is returning 0 results. Same for a simple test catalog I made with 3 artists. I can use it as a bucket as per the first example, but when using it as a seed_catalog I get 0 results.