mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #518] [MERGED] add playlist folders support #1722
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#1722
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/518
Author: @aNNiMON
Created: 7/28/2024
Status: ✅ Merged
Merged: 8/18/2024
Merged by: @aome510
Base:
master← Head:folders📝 Commits (10+)
0d9dce3Structurize Playlist with folders hierarchy5639c25Folders support in library playlists8cfe9c4Folders support in browse/add track popups5e8637cDon't show actions on playlist folder27f2faaFix warnings3475e0cResolve code review comments6fb37d2Use separate entities for playlist and foldersdc08cebResolve code review comments2a2ab8aFix handling commands in other playlist windowsc7e97d9Fix storing folder id state when switching pages📊 Changes
14 files changed (+368 additions, -84 deletions)
View changed files
📝
spotify_player/src/client/mod.rs(+25 -3)📝
spotify_player/src/command.rs(+23 -2)📝
spotify_player/src/event/mod.rs(+7 -2)📝
spotify_player/src/event/page.rs(+31 -10)📝
spotify_player/src/event/popup.rs(+59 -30)📝
spotify_player/src/event/window.rs(+34 -17)📝
spotify_player/src/main.rs(+1 -0)➕
spotify_player/src/playlist_folders.rs(+64 -0)📝
spotify_player/src/state/data.rs(+39 -4)📝
spotify_player/src/state/model.rs(+50 -0)📝
spotify_player/src/state/ui/page.rs(+3 -0)📝
spotify_player/src/state/ui/popup.rs(+7 -2)📝
spotify_player/src/ui/page.rs(+17 -7)📝
spotify_player/src/ui/popup.rs(+8 -7)📄 Description
Resolves #453
Demo
https://github.com/user-attachments/assets/7cbf8029-f9a8-43f7-b2c8-37b169bab459
Configuration
Follow the mikez/spotify-folders installation instructions. Then run
It generates a full playlist folders structure and stores to a json file, like this:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.