deezer

User's history and pagination with Deezer APIs

大憨熊 提交于 2021-01-29 03:32:10
问题 if I try to get the streaming history of a user, e.g. http://api.deezer.com/2.0/user/.../history?access_token=... I get the first result page but I don't see any method/parameter (like next, page, ...) to see the rest of the results. How can I get the following result pages? Thanks. 回答1: There are two parameters available to control the paging of data: limit: the number of individual track objects that are returned in the request. index: the individual track objects at the specified index

How to do a search by UPC?

半腔热情 提交于 2020-02-03 13:33:22
问题 I've looked into the documentation, but have yet to see how can I do a search based on UPC. I can see what I get it from each album, but how to do the lookup? Does anyone know how? 回答1: Here's the format for UPC album lookups: http://api.deezer.com/album/upc:093046516024 来源: https://stackoverflow.com/questions/23914112/how-to-do-a-search-by-upc

How to do a search by UPC?

孤人 提交于 2020-02-03 13:31:26
问题 I've looked into the documentation, but have yet to see how can I do a search based on UPC. I can see what I get it from each album, but how to do the lookup? Does anyone know how? 回答1: Here's the format for UPC album lookups: http://api.deezer.com/album/upc:093046516024 来源: https://stackoverflow.com/questions/23914112/how-to-do-a-search-by-upc

How to do a search by UPC?

眉间皱痕 提交于 2020-02-03 13:30:30
问题 I've looked into the documentation, but have yet to see how can I do a search based on UPC. I can see what I get it from each album, but how to do the lookup? Does anyone know how? 回答1: Here's the format for UPC album lookups: http://api.deezer.com/album/upc:093046516024 来源: https://stackoverflow.com/questions/23914112/how-to-do-a-search-by-upc

What is the offset of the 30s Deezer previews?

坚强是说给别人听的谎言 提交于 2020-01-05 11:52:09
问题 I just found out that the 30 seconds previews (played back by Deezer for non-signed-in users) do not start from the beginning of the original, but somewhere halfway. What is the exact offset of these previews? Are they the same for all songs? 回答1: For songs lasting more than 1 minute, the extract is from 30sec to 1 minute, For songs lasting less than 1 minute, the extract is the last 30 sec from the song, For songs lasting less than 30sec, the extract is the full song. 来源: https:/

Deezer: Artists top songs and Rank

扶醉桌前 提交于 2020-01-02 13:16:11
问题 The TOP method: http://developers.deezer.com/api/artist/top retrieve the top tracks for each artist; I know that the answer is country-related; is it possible to have a "global" top? Which is the date range taken into consideration for the answer? I expected, from the TOP answer, decreasing (or increasing, depending on the order) RANK, but from this query http://api.deezer.com/2.0/artist/2276/top?output=xml&limit=20 I can see, for the first three results, the following ranks: 1) 425272 2)

C# deezer native api: adapting to C#

社会主义新天地 提交于 2019-12-30 14:18:11
问题 I'm trying to use a C# class that wraps C++ native api into CLI C# class. It seems that there are some problems (it really near to be working) and would like some help to find the problem. Here is the wrapper's code using System; using System.Collections; using System.Runtime.InteropServices; // make this binding dependent on WPF, but easier to use using System.Windows.Threading; // http://www.codeproject.com/Articles/339290/PInvoke-pointer-safety-Replacing-IntPtr-with-unsaf namespace Deezer

Why Deezer search API is not returning results on deployed cloud application

亡梦爱人 提交于 2019-12-25 05:52:08
问题 I am developing a application that uses Deezer search API to look for a track. Im a using this GET query : http://api.deezer.com/search/autocomplete?q=eminem On my computer, the query returns a lot of tracks However, when deployed to Windows Azure (on Western Europe zone), this same query returns a response with no tracks : {"tracks":{"data":[]},"albums":{"data":[]},"artists":{"data":[{"id":13,"name":"Eminem",..... Is there any limitations regarding calls to the search API ? Why this is not

No player_position events received with Deezer JavaScript SDK on iOS

一曲冷凌霜 提交于 2019-12-24 16:38:59
问题 When I subscribe to player_position events in my InApp using the JavaScript SDK with DZ.Event.subscribe('player_position', ...) , the event callback is never triggered when the InApp is running inside the Deezer app in an iPhone. It is triggered on Android and desktop however. Should the event be fired on iOS too? 回答1: Yes it should also be fired on iOS. This is a bug in the iOS application. It will be fixed in 5.4.x release (not next one, the next next one). 来源: https://stackoverflow.com

How do I know if my IP is blacklisted for Deezer API?

眉间皱痕 提交于 2019-12-24 10:46:36
问题 On my local machine, I visit the url http://api.deezer.com/2.0/search/artist?q=feeder and get the correct json data returned. On my live server, I curl the same url, and get returned the json. {"data":[],"total":0} http status code is 200, and I don't believe I've hit the rate limit, having tested on my local machine with a similar load. I can only suspect that someone else on the server (On a shared host here), has hit the API and got blacklisted, or they still respond when a rate limit is