futo-org / grayjay-plugin-spotify

Grayjay Spotify Plugin Mirror
2 stars 1 forks source link

Add support for folders #2

Open goodness-from-me opened 1 month ago

goodness-from-me commented 1 month ago

Spotify plugin does not currently support folders in any shape or form. In Spotify you can organise your playlists into folders. The code currently does not handle folders at all.

goodness-from-me commented 1 month ago

One of the side-effects of this issue is that import is broken for me. Cannot import anything from my Spotify account. The error is:

[Spotify] unreachable (2610)[24-25]
source.getUserSubscriptions(...)

And the same kind of error on importing playlists. I did some plugin debugging and saw that the error comes from not handling case "Folder": playlist type in getUserPlaylists and getUserSubscriptions