[REQUEST] deezer.com plugin or script
#31
I already used it and I can listen to full tracks with my free account. You have to select a track using the trackid and you can browse Deezer using the Deezer API.

The problem is javascript, I also think. I never wrote something for Kodi, but maybe it has something like the webkit engine included. And the javascript sdk also needs flash for decrypting the content I think.
Reply
#32
+1

Did anything happen on this front so far?
I would really enjoy it and be quite thankfull...
Reply
#33
+1 Deezer
+1 Spotify
+1 Rdio (current Rdio plugin never worked for me)
Reply
#34
A Deezer plugin would be superb!
Reply
#35
There is a deezer plugin that uses the basic API but only (as far as my testing shows) plays 30s clips because this is a limitation of the basic API.

Perhaps the user above who's written a working javascript player can integrate his work with the above plugin to make it fully functional?

See https://github.com/Sharp-Frost/Deezer-KODI
Reply
#36
Hello,
I'm the author of : https://github.com/Sharp-Frost/Deezer-KODI
I've used the basic API from deezer but it is limited to 30 sec of listenning (even with premium account and valid token). If you want to play the full track you have to use javascript SDK with flash maybe. (refer to : https://developers.deezer.com/guidelines).
I've contacted Deezer developper support to ask them if there is another way to get full track url but I didn't get any positive response.
I stopped working on the plugin since I don't know how I can go further. If someone has any idea we can study it.
Reply
#37
https://developers.deezer.com/guidelines#content-access

Content access rules: Only premium+ users have full track access.
Reply
#38
(2015-12-18, 16:19)P.Kosunen Wrote: https://developers.deezer.com/guidelines#content-access

Content access rules: Only premium+ users have full track access.

Correct, but even with a premium+ account, the current deezer plugin cannot do full tracks because this relies on an API beyond the basic web API if I'm not mistaken. So there is still a need to extend the current plugin.
Reply
#39
+1 Deezer
Reply
#40
(2015-12-01, 11:52)S1m985 Wrote: Hello,
I'm the author of : https://github.com/Sharp-Frost/Deezer-KODI
I've used the basic API from deezer but it is limited to 30 sec of listenning (even with premium account and valid token). If you want to play the full track you have to use javascript SDK with flash maybe. (refer to : https://developers.deezer.com/guidelines).
I've contacted Deezer developper support to ask them if there is another way to get full track url but I didn't get any positive response.
I stopped working on the plugin since I don't know how I can go further. If someone has any idea we can study it.

I've been thinking about this. Could we build a wrapper for the JS SDK as a local node.js server? It could act like a local proxy for Deezer and Kodi could stream from it.

I would be willing to contribute if you want to continue working on this Wink
Reply
#41
If I understand this correctly, playing tracks via JS is only possible with Flash enabled:
https://developers.deezer.com/guidelines#content-access
Reply

Logout Mark Read Team Forum Stats Members Help
[REQUEST] deezer.com plugin or script0