Kodi Community Forum
Last.FM Scraper - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=60)
+--- Thread: Last.FM Scraper (/showthread.php?tid=38379)



Last.FM Scraper - rwparris2 - 2008-10-04

(I'll be keeping all my questions about a Last.FM scraper in this thread, to keep things somewhat organized)

Is it possible to get access to both artist name and album when searching for albums? It would make results more accurate and easier to parse, plus it would be using the developer API instead of actually scraping the site which is better IMO.

The URL I need to form looks like: http://ws.audioscrobbler.com/2.0/?method=album.getinfo&api_key=49f048e74880e038205efefd244e12a5&artist=Beck&album=Mellow+Gold

It isn't NECESSARY, but it would be nicer if I could do it like that.


- althekiller - 2008-10-04

Wouldn't this question be better suited for the people who develop an manage the API you're trying to use? That being the last.fm dev forum.


- spiff - 2008-10-04

buffer1 holds album
buffer2 holds artist. already available


- pyro-x - 2008-10-13

rwparris2 Wrote:(I'll be keeping all my questions about a Last.FM scraper in this thread, to keep things somewhat organized)

Is it possible to get access to both artist name and album when searching for albums? It would make results more accurate and easier to parse, plus it would be using the developer API instead of actually scraping the site which is better IMO.

The URL I need to form looks like: http://ws.audioscrobbler.com/2.0/?method=album.getinfo&api_key=49f048e74880e038205efefd244e12a5&artist=Beck&album=Mellow+Gold

It isn't NECESSARY, but it would be nicer if I could do it like that.

ups! i also begin with the last.fm, didn't know there was a developer api for getting that kind of info!. Anyway, it seems it your work is more advanced than mine he.. Still developing it?. I would just wait for it, or help you if you want


- rwparris2 - 2008-10-14

Please continue to help, I've done very little on it so you definitely won't be stepping on my toes.