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
0
votes
2 answers

Passing ArrayList in Android Studio w/ Lastfm API
I am trying to pass an ArrayList of type Album to another activity in Android Studio. The problem is that the Lastfm API I am using does not implement Parcelable. I tried making my own Album class and extending their Album class but I got the error…
0
votes
1 answer

Interfaces don't retrieve data from Last.fm Api

I don't have any type of error when I run the application, but the problem is I don't retrieve the data from my interface. I use Dagger to inject dependencies, and retrofit to retrieve the data from Last.fm Api. When I try to use a log to check if…
MADMVX
  • 354
  • 1
  • 4
  • 18
0
votes
1 answer

Last.fm web API doesn't paginate search results

I'm trying to get all instances of a certain song using the last.fm web api, but I seem to be getting the exact same results, regardless of the page number. This is the URL I'm…
ehcall
  • 25
  • 1
  • 6
0
votes
2 answers

Search JSON objects for a specific value with JS/AJAX (Last.fm)

I'm using the Last.fm API to return data in JSON format and this works fine. I'm using the user.getTopArtist() API call. As the page loads, a DIV object is created for each artist containing relevant details from the JSON data. When a user performs…
walden
  • 135
  • 1
  • 5
0
votes
2 answers

JSONException while using last.fm API in android

JSON : {"results":{"opensearch:Query":{"#text":"","role":"request","searchTerms":"Rose","startPage":"1"},"opensearch:totalResults":"102325","opensearch:startIndex":"0","opensearch:itemsPerPage":"1","artistmatches":{"artist":[{"name":"Guns N'…
raven
  • 115
  • 1
  • 9
0
votes
1 answer

Getting total number of streams and track release date through Spotify API

I'm trying to get a large list of songs released in year X, together with their number of plays/streams. I've been using Spotify API, and I have a number of highly popular songs. Now, for my purposes, I also need a list of non-popular songs (low…
dorien
  • 5,265
  • 10
  • 57
  • 116
0
votes
3 answers

Python Not Importing

So i downloaded the lastfm api for python made by people. found here: http://code.google.com/p/python-lastfm/ I have a website hosting through dreamhost. I wasnt able to build the module using: python setup.py build in my shell that i used…
stackVidec
  • 291
  • 1
  • 5
  • 8
0
votes
2 answers

Aggregating Data in Rails 3

I want to aggregate data from different sources, Twitter lastfm and that sort. I just can't figure out how to store the data. Clearly in a database but I can't figure out how abstract to make the table to hold all this data without compromising…
Logan Bailey
  • 7,039
  • 7
  • 36
  • 44
0
votes
1 answer

Using Last.fm api to get song metadata

I am trying to get a track's metadata from Last.fm web api. I tried getting the details using the track name and track artists and it worked. But to get more accurate results I wanted to use a song's MusicBrainzId(mbid) to get the details. last.fm…
nick.tdr
  • 4,627
  • 4
  • 28
  • 41
0
votes
1 answer

Get artist name

I'm trying to get the names of my top 3 artists of last week with pylast (https://github.com/pylast/pylast) but I run into an error or get I get None as a result and I don't see what I'm doing wrong. pylast is a Python interface to Last.fm. My…
Frenkieb
  • 11
  • 2
0
votes
1 answer

Request user recenttracks from lastfm with codeigniter and xmlrpc

I'm trying to get some information from last.fm with Codeigniter. $this->load->library("xmlrpc"); $this->xmlrpc->server("http://ws.audioscrobbler.com/2.0/", 80); $this->xmlrpc->method("user.getrecenttracks"); $request = array("rj",…
Matthias Loibl
  • 863
  • 1
  • 8
  • 19
0
votes
0 answers

A more efficient method to make multiple API requests

I'm using the Last.fm API to get data for a user, but by the time I'm done getting all the data I need, I end up making a lot of http requests, which can easily get pretty messy. What I'm doing at the moment is this ( example for only two requests…
As above so below
  • 619
  • 1
  • 6
  • 13
0
votes
1 answer

C# Api Last.FM this is error?

I am writing my small project, which I need to download music album data. I tried to use last.fm API and I have a strange error :) public HelpLastFmItemSearch(string albumName) { //For test albumName = "Meteora"; …
Deivid.PL
  • 31
  • 6
0
votes
1 answer

last.fm GET request timing out meteor

I'm currently trying to access last.fm's API using a simple GET request. The best NPM library I found was last-fm by feross. The problem is that my request keeps timing out and I don't get any errors. Is meteor causing this? My request URL is:…
John
  • 1,075
  • 1
  • 7
  • 13
0
votes
3 answers

get from this line

Hello guys im trying to get info from last.fm, i'm getting albums names and etc, but i want to get from line 2. how to get it? ^from here name, page, perpage and…
L. P.
  • 113
  • 11