[PR #130] [MERGED] Queue feature improvements #635

Closed
opened 2026-03-02 23:49:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/130
Author: @aome510
Created: 2/12/2023
Status: Merged
Merged: 2/12/2023
Merged by: @aome510

Base: masterHead: add-more-commands


📝 Commits (4)

  • a6ec54b add AddSelectedItemToQueue command
  • 0577165 support auto-updating player's queue
  • a630c9c categorize the player event handlers into "low-frequency" and "high-frequency"
  • 9a4e8e8 cleanup

📊 Changes

6 files changed (+95 additions, -26 deletions)

View changed files

📝 README.md (+1 -0)
📝 spotify_player/src/client/handlers.rs (+81 -26)
📝 spotify_player/src/command.rs (+2 -0)
📝 spotify_player/src/config/keymap.rs (+4 -0)
📝 spotify_player/src/event/window.rs (+6 -0)
📝 spotify_player/src/main.rs (+1 -0)

📄 Description

Resolves #125

Changes

  • added AddSelectedItemToQueue command
  • supported auto-updating queue
  • categorized the handlers for player events into "low-frequency" and "high-frequency" handlers

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/130 **Author:** [@aome510](https://github.com/aome510) **Created:** 2/12/2023 **Status:** ✅ Merged **Merged:** 2/12/2023 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `add-more-commands` --- ### 📝 Commits (4) - [`a6ec54b`](https://github.com/aome510/spotify-player/commit/a6ec54b041950068e1844123827a8b29b9f9709d) add `AddSelectedItemToQueue` command - [`0577165`](https://github.com/aome510/spotify-player/commit/0577165765240cd8719553832cb452358e9162df) support auto-updating player's queue - [`a630c9c`](https://github.com/aome510/spotify-player/commit/a630c9c42003b6db67b16b0cd1df8498c2623aba) categorize the player event handlers into "low-frequency" and "high-frequency" - [`9a4e8e8`](https://github.com/aome510/spotify-player/commit/9a4e8e888d2ca9744b1871493bb07a9d60acdb49) cleanup ### 📊 Changes **6 files changed** (+95 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `spotify_player/src/client/handlers.rs` (+81 -26) 📝 `spotify_player/src/command.rs` (+2 -0) 📝 `spotify_player/src/config/keymap.rs` (+4 -0) 📝 `spotify_player/src/event/window.rs` (+6 -0) 📝 `spotify_player/src/main.rs` (+1 -0) </details> ### 📄 Description Resolves #125 ## Changes - added `AddSelectedItemToQueue` command - supported auto-updating queue - categorized the handlers for player events into "low-frequency" and "high-frequency" handlers --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:09 +03:00
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/spotify-player#635
No description provided.