Hi,
I'm starting to use getTopSongs to scrape the top songs for an artist from Last.FM.
It seems to be a bit hit and miss. For instance "coldplay" returns nothing, but "Coldplay" works. R.E.M gets nothing, but REM brings back a short list (which is shorter than the Last.FM list).
I can use the getArtistInfo with an ID and it brings back information accurately, but getTopSongs requires a name. I wouldn't even mind if getArtistInfo returns the Last.FM name of the artist that was used subsequently in getTopSongs but that's not the case.
Got any tips on using this feature?
Cheers
Rich