dirkvdb / lastfmlib

Automatically exported from code.google.com/p/lastfmlib
GNU General Public License v2.0
1 stars 2 forks source link

LastFMLib should support artist::getSimilar of last.fm #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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