feat(views): show spotify playlist folders as collapsible groups in the library - #503
RainbowHawk1993 wants to merge 11 commits into
Conversation
|
any screenshot if possible? |
|
I use spotify folders a lot as you can see. Original implementation clumped all playlists into 1 view. I haven't added ability to create folders via Sonora. Also no ability to move playlist into/out of a folder. I might look into adding these separately. This change shouldn't impact view of YTMusic or Local Files at all. |
it would be good to see that on ytmusic playlistes. On the next step. You can add local support with creating/deleting folder adding/remove sound feature. Because its not fair that specific features for specific conditions |
|
As far as I'm aware ytmusic doesn't support playlist folders, so I don't think we can support this one? For local files, yeah makes sense to support this. |
https://docs.rs/ytmusicapi/latest/ytmusicapi/struct.YTMusicClient.html#method.get_library_playlists |
This seems to be an endpoint that returns list of users' playlists, not folders? This is a PR for showing folders of playlists for Spotify, which YTMusic doesn't support afaik. Folder contains many playlists, playlist contains many songs. |
Oh my bad i never heard of folder thing in spotify |
For some reason they don't let you created folders on mobile client. I have over a thousand playlists made/followed, so being able to do stuff like: is very handy for me. |
1cae51f to
d17b9d0
Compare
|
hey, thanks for this. I built on your parsing code, it does exactly what it needs to. i did change the UI direction though: the tree didn't play well with sorting or the grid, so folders are cards now, and each one opens its own page. rebased onto dev and pushed it into this PR, your commit is still first |
d17b9d0 to
ae6e730
Compare






Summary