dirkvdb/lastfmlib

LastFMLib should support artist::getSimilar of last.fm

Opened this issue · 2 comments

What steps will reproduce the problem?
/

What is the expected output? What do you see instead?
Last.fm supports artist.getSimilar() http://www.last.fm/api/show?
service=119
Would allow to make a feature called 'dynamic playlist' where a user starts 
a playlist with one song and lastfmlib will get a similar artist and then 
the program using lastfmlib can queue a song from the similar artist.

What version of the product are you using? On what operating system?
0.3.0 / lunar linux


Original issue reported on code.google.com by samuel.v...@gmail.com on 25 Sep 2009 at 12:47

track.getSimilar might be interesting to implement as well... depends on the 
result.
http://www.last.fm/api/show?service=319

Original comment by samuel.v...@gmail.com on 25 Sep 2009 at 12:52

Lastfmlib only implements the submissions API http://www.last.fm/api/submissions

The api calls you are referring to are part of the Web services API. 
I currently do not have the time to implement the Web services API as it quite 
large.

Original comment by dirk.vdb on 25 Sep 2009 at 1:03

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect