Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Deezer support #60

Open
Asuniia opened this issue Jul 2, 2023 · 4 comments
Open

add Deezer support #60

Asuniia opened this issue Jul 2, 2023 · 4 comments
Labels
New Service Request Service/no-api There is no api for the service or the api does not contain the endpoints required

Comments

@Asuniia
Copy link

Asuniia commented Jul 2, 2023

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

@ThatGravyBoat ThatGravyBoat added the Service/no-api There is no api for the service or the api does not contain the endpoints required label Jul 20, 2023
@itsnotalexthere
Copy link

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

@ThatGravyBoat
Copy link
Owner

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.

@itsnotalexthere
Copy link

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

@ThatGravyBoat
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Service Request Service/no-api There is no api for the service or the api does not contain the endpoints required
Projects
None yet
Development

No branches or pull requests

3 participants