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 folder for playlist? #181

Open
hoimic opened this issue Aug 20, 2023 · 1 comment
Open

Get folder for playlist? #181

hoimic opened this issue Aug 20, 2023 · 1 comment

Comments

@hoimic
Copy link

hoimic commented Aug 20, 2023

Currently, playlist objects in python-tidal have no (parent) folder property. However, in the official Tidal app it is possible to store playlists in folders. Other unofficial Tidal API's can also read the (parent) folder property of playlists, see for example the Tidal plugin of Kodi: https://github.com/arnesongit/plugin.audio.tidal2/blob/593bd287e085d7ac3d849e2dedb2ee07a56b9caf/resources/lib/tidal2/tidalapi/models.py#L470 . How could this functionality be implemented in python-tidal?

@tehkillerbee
Copy link
Collaborator

tehkillerbee commented Aug 20, 2023

Thanks for the link. For starters, it looks like we would need to implement the Folder type..

But it looks like this tidalapi fork shares some common ancestry with "our" fork. Very interesting, maybe it is worth looking into merging them.

Maybe the author would be interested in merging his fork into ours.

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