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

get_user_playlists missing #681

Closed
arctixdev opened this issue Mar 22, 2023 · 5 comments
Closed

get_user_playlists missing #681

arctixdev opened this issue Mar 22, 2023 · 5 comments

Comments

@arctixdev
Copy link
Contributor

Hi! I love this lib and im currently using it to integrate deezer into music assistant.
But i have a problem. The get_user_albums works great but i would also love to be able to use get_user_playlists
Is there a reason this dosnt exists or is it just not implemented yet? Looking at the api docs it looks like its possible
Thanks,
Jonathan

@browniebroke
Copy link
Owner

If that's possible in the official Deezer API docs, it might be just that it wasn't implemented yet. I don't dedicate too much energy into this project, however I do accept contributions to cover anything missing, as long as it's tested and documented by the official Deezer docs.

Let me know if you need any guidance to get started, our contributing guide should be enough to get you started. If that's not the case, let me know and I'll fill in the gaps!

Thanks for the idea.

@arctixdev
Copy link
Contributor Author

Ok 👍🏼 I will definitely implement it at some point then

@browniebroke
Copy link
Owner

Actually, it sounds very similar to that method on the User:

https://deezer-python.readthedocs.io/en/stable/api_reference/resources/user.html#deezer.User.get_playlists

@arctixdev
Copy link
Contributor Author

Oh yeah im gonna use that till i implement the other one 😃

@arctixdev
Copy link
Contributor Author

Ok im going to implement some stuff like get_user_playlists but i hope to also implement recommendations and flow. Im closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants