Questions tagged [last.fm]

Last.fm is a music recommendation service.

The Last.fm API allows anyone to build their own programs using Last.fm data, whether they're on the web, the desktop or mobile devices. Find out more about how you can start exploring the social music playground on the link below.

Links

320 questions
-1
votes
1 answer

Basic JSON PHP query trouble

I've been trying (for a few days now) to display one item out of a JSON query, but because I'm terrible with the syntax and functions I'm failing... My code looks as below

I'm currently listening to

mbklnd
  • 131
  • 1
  • 11
-2
votes
1 answer

How to resolve java.io.FileNotFoundException?

I'm trying retrieve artists photos for all music using the last.fm api but I got java.io.FileNotFoundException and I don't know why. Here is my code protected Bitmap doInBackground(String... strings) { Bitmap bmp; try { …
user2784556
  • 61
  • 2
  • 7
-2
votes
1 answer

Filling HashMaps >

i've a problem by filling the Hashmap>. every time i want to fill the value part of the HashMap(in this case the Collection) my object, which needs to be added to the Collection, only takes the last received value of the…
jay
  • 29
  • 1
  • 5
-4
votes
1 answer

WebClient download many files error — Invalid URI: The URI is empty

I want to download all the album artist from last.fm, and each cover was named album title. But when start the program, I get an error: "Invalid URI: The URI is empty." program code: public static void GetXML() { string url =…
-5
votes
2 answers

How to get a link with web scraping

I would like to create a web scraping with some Python library (Beautiful Soup, for example) to collect the YouTube links on this page: https://www.last.fm/tag/rock/tracks Basically, I want to download the title of the song, the name of the artist…
user12076260
1 2 3
21
22