Ewan
Ewan
Unfortunately the Deezer API doesn't have the release date property in any of the returned JSON, either in Playlist/[ID] or Playlist/[ID]/tracks. There's not really anything I can do here except...
> I don't know if you really understand what I'm trying to do As far as I understand, you are looking to get as much information as possible on tracks...
I did some work a long time ago on mocking out the API to return fake data but never continued. Working working on some UI as a sample use of...
Thanks for looking into this. When you feel ready, submit it as a PR and I'll give it a review! :) **Edit:** I find it easier to review as a...
As said, this project is a library which allows you to use the Deezer API with a .NET library. People who wish to use the library will be the ones...
@Zoba273 have you tried the newest version yet? Does it seem any easier to use?
Awesome, no hurry. If you wait an hour or so, I'll upload a new version with a few fixes.
I've been trying to find a solution for this. You are provided with a stream link when looking at the service information, but I'm not sure how to use that...
@Zoba273 - The docs for the API say that via the Deezer API, only 30sec previews are available. Streaming has to be done seperately I think. The javascript SDK has...
@donmega - Thanks for that. I've had a look, but it simply is a wrapper around the Javascript SDK player. It opens a hidden web-view which plays the music in...