Questions tagged [deezer]

Deezer is a music streaming service targeted toward web and mobile devices. It has an API and several SDKs for custom integration of its player and data. Use this tag for questions about the API and SDKs.

You can find:

327 questions
14
votes
3 answers

Throttling Axios Requests

I'm using axios to make requests to the Deezer API. Unfortunately, with Deezer's API when you request an artist's albums it does not include album tracks. So, I am working around this by requesting the artist's albums and then performing a…
Spencer Charest
  • 233
  • 2
  • 3
  • 6
9
votes
3 answers

Cannot load Deezer API resources from localhost with the Fetch API

I'm trying to access the Deezer API from localhost, but I'm keep getting the following error: Fetch API cannot load http://api.deezer.com/search/track/autocomplete?limit=1&q=eminem. Response to preflight request doesn't pass access control check: No…
Tamás
  • 950
  • 2
  • 10
  • 29
8
votes
2 answers

Class must either be declared abstract or implement abstract method

I have found a mini Deezer player on github, but I think it's been coded in Eclipse. I however work in Android Studio. Beeing my first Android app it must be a noob question, but I am stuck on this: private DialogListener mDeezerDialogListener = new…
iggy
  • 249
  • 2
  • 3
  • 12
8
votes
1 answer

Permanent audio stutter on LGE Nexus 4 with the Deezer Android SDK

Audio playback has been tested successfully on Samsung Galaxy S3 and HTC One, but is severely broken on an LGE Nexus 4 running Android 4.4. What happens is that perfectly fine audio can be heard for a fraction of a second, then there's a few seconds…
5
votes
0 answers

Login with a Google+ account

It seems like the Deezer android sdk doesn't provide Google+ authentication. Is there a way for users connecting to Deezer with Google+ to access their account through the SDK?
JBL
  • 129
  • 8
5
votes
1 answer

Query Track by ISRC

Is it possible to get info for a track using the isrc instead of the id? Instead of http://api.deezer.com/track/123455 something like http://api.deezer.com/track/?isrc=8764237
Eugenio
  • 3,195
  • 5
  • 33
  • 49
4
votes
2 answers

Extracting data from script tag using BeautifulSoup in Python

I want to extract "SNG_TITLE" and "ART_NAME" values from the code in "script" tag using BeautifulSoup in Python. (the whole script is too long to paste)