You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very interested by your project. I think it is one of these services that "needs to" exist. As a Deezer user I would be happy to help adding this service.
As I don't have that much time to dig into your code, maybe you could point me out the useful stuff needed to add such a service ? I'm thinking about the list of classes and methods needed (with their in/out data). Thus I would be able to start playing with some deezer-python API.
Waiting for your answer I will start to but my hands in the code.
The text was updated successfully, but these errors were encountered:
Thanks for the interest! I just added a beatsaber service, you can look at these commits to see what needs to be changed. The Spotify service is likely very similar to Deezer.
The rough steps are:
Create test_deezer.py in test_lib. Test functionality once its written
Add deezer URIs to uri.py
Write deezer.py. Implement the protocols in service.py one by one.
Hello,
Very interested by your project. I think it is one of these services that "needs to" exist. As a Deezer user I would be happy to help adding this service.
As I don't have that much time to dig into your code, maybe you could point me out the useful stuff needed to add such a service ? I'm thinking about the list of classes and methods needed (with their in/out data). Thus I would be able to start playing with some deezer-python API.
Waiting for your answer I will start to but my hands in the code.
The text was updated successfully, but these errors were encountered: