Open noaione opened 2 years ago
Implement a custom extension for Deezer playback.
The API support playing back all the audio format/quality and included metadata are injected automatically.
Currently, the track streaming is having a problem with stuttering with my test account. Need more testing to figure out what went wrong.
API Routes:
/deezer/:trackId
/deezer/:trackId/listen
/deezer/album/:albumId
/deezer/playlist/:playlistId
/deezer/artist/:artistId
Implement a custom extension for Deezer playback.
The API support playing back all the audio format/quality and included metadata are injected automatically.
Currently, the track streaming is having a problem with stuttering with my test account. Need more testing to figure out what went wrong.
API Routes:
/deezer/:trackId
)/deezer/:trackId/listen
) [WIP]/deezer/album/:albumId
)/deezer/playlist/:playlistId
)/deezer/artist/:artistId
)