mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #691] Spotify Folder Support #408
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#408
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @esse-est on GitHub (Mar 19, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/691
Is your feature already implemented in the latest
master?No
Is your feature request related to a problem? Please describe.
For organizing my playlists, i have them in folders, inside of spotify (i also have an archived folder for old playlists). This results in a lot of visual clutter in spotify-player as they're all visible.
Describe the solution you'd like
Support for spotify folders, akin to entering a playlist
Describe alternatives you've considered
Creation of playlists inside spotify-player would work, but it'd kinda be a pain to resort everything.
Additional context
@aome510 commented on GitHub (Mar 19, 2025):
It does support folders. See https://github.com/aome510/spotify-player/pull/518 on how to use it
@esse-est commented on GitHub (Mar 20, 2025):
@aome510 thanks for the quick response! didn't see that issue, but i've got everything properly setup now. just threw together a simple service to automatically pull the folders on boot and everything is working perfectly.