[GH-ISSUE #85] Implement playlist folders #64

Open
opened 2026-02-28 14:30:21 +03:00 by kerem · 3 comments
Owner

Originally created by @binyamin on GitHub (Aug 8, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/85

On the official Spotify clients, you can nest playlists under a given title. In other words, you can create folders filled with playlists.

I have a lot of playlists, and folders ensure my music is organized, and keep my sanity intact. Spotify's default styling should work fine with this interface.

👇 example 👇

[Folder title]

Playlist 1
Playlist 2
Playlist 3

Originally created by @binyamin on GitHub (Aug 8, 2021). Original GitHub issue: https://github.com/jpochyla/psst/issues/85 On the official Spotify clients, you can nest playlists under a given title. In other words, you can create folders filled with playlists. I have a lot of playlists, and folders ensure my music is organized, and keep my sanity intact. Spotify's default styling should work fine with this interface. **:point_down: example :point_down:** <details> <summary>[Folder title]</summary> Playlist 1\ Playlist 2\ Playlist 3 </details>
Author
Owner

@ShawkMusic commented on GitHub (Oct 26, 2021):

Yeah I would like to have this too

Makes organizing much easier

<!-- gh-comment-id:952400736 --> @ShawkMusic commented on GitHub (Oct 26, 2021): Yeah I would like to have this too Makes organizing much easier
Author
Owner

@jacksongoode commented on GitHub (Nov 22, 2021):

It looks like folders are unsupported by the API. I imagine it might be possible to create folders local to Psst?

Edit: There is a 3rd party solution if one has a Spotify cache present - might be a nice alternative. What do you think @jpochyla?

<!-- gh-comment-id:975788253 --> @jacksongoode commented on GitHub (Nov 22, 2021): It looks like folders are [unsupported by the API](https://developer.spotify.com/documentation/general/guides/working-with-playlists/#folders). I imagine it might be possible to create folders local to Psst? Edit: There is [a 3rd party solution](https://github.com/mikez/spotify-folders) if one has a Spotify cache present - might be a nice alternative. What do you think @jpochyla?
Author
Owner

@jacksongoode commented on GitHub (Dec 2, 2021):

Just thinking that this could be feasibly rewritten in Rust and then add an optional import option in the account/preferences modal that would check the user's playlists against the cached folder structure on load and fill them in accordingly. Those playlists that don't exist in folders would appear outside.

It might also be helpful to have a remove button as well to drop the structure if desired. The parsed json could either be regenerated on load to look for changes or remain static until the user click's import again to update a changed folder structure.

<!-- gh-comment-id:984819183 --> @jacksongoode commented on GitHub (Dec 2, 2021): Just thinking that this could be feasibly rewritten in Rust and then add an optional import option in the account/preferences modal that would check the user's playlists against the cached folder structure on load and fill them in accordingly. Those playlists that don't exist in folders would appear outside. It might also be helpful to have a remove button as well to drop the structure if desired. The parsed json could either be regenerated on load to look for changes or remain static until the user click's import again to update a changed folder structure.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#64
No description provided.