Craftify icon indicating copy to clipboard operation
Craftify copied to clipboard

add Deezer support

Open Asuniia opened this issue 2 years ago • 4 comments

Deezer has a simple API : https://developers.deezer.com/api

Asuniia avatar Jul 02 '23 22:07 Asuniia

I'm wondering if it is still in mind to add it, great mod, but lacks services!

opalnext avatar Oct 31 '23 13:10 opalnext

Deezers api doesnt allow the retreval of the current song a person is listening to which is why I marked it as Service/no-api and deezer doesnt seem to have updated their api so until that happens I cant support it.

ThatGravyBoat avatar Nov 01 '23 07:11 ThatGravyBoat

The search for the API

Resulted in only the JS sdk

The JS sdk part

// Callback function is called when the currently playing track has changed DZ.Event.subscribe('current_track', function(track, current_track){ console.log("Currently playing track", track); });

Additionnal Info

There are more events offered by the SDK: player_play player_paused track_end

opalnext avatar Nov 02 '23 12:11 opalnext

the JS api was deprecated and is no longer maintained https://en.deezercommunity.com/features-feedback-44/help-wanted-deezer-javascript-sdk-is-no-longer-maintained-75670

ThatGravyBoat avatar Nov 10 '23 18:11 ThatGravyBoat