Search code examples
deezer

Desktop non-HTML player for Premium+ users?


I have a headless PC connected to my stereo system. I would like to create a command-line Deezer player for it. Is it possible without launching web browser? Does the API always return only 30s previews, even for Premium+ users?

EDIT: To clarify the question: I'm looking for a way to get URL of a full-length MP3 using Deezer API. I only see references to 30s previews in Deezer API Specification. Does it mean that I can't get URL to full-length MP3?


Solution

  • Full track streaming is only available thru the SDKs (JS, iOS, Android), so you'll have to launch a web browser. You can't get the full mp3s from the API directly.