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 support for playlist parent directories #181

Closed
hoimic opened this issue Aug 20, 2023 · 2 comments
Closed

Add support for playlist parent directories #181

hoimic opened this issue Aug 20, 2023 · 2 comments
Assignees

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.

@tehkillerbee tehkillerbee self-assigned this Sep 11, 2024
@tehkillerbee tehkillerbee changed the title Get folder for playlist? Add support for playlist parent directories Sep 11, 2024
@tehkillerbee
Copy link
Collaborator

Fixed in #288

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

No branches or pull requests

2 participants