[PR #1676] [MERGED] Add add_to_queue to Spirc #1490

Closed
opened 2026-02-27 20:02:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1676
Author: @ralph
Created: 1/15/2026
Status: Merged
Merged: 1/21/2026
Merged by: @photovoltex

Base: devHead: add-to-queue


📝 Commits (9)

  • 3b1b60a Expose AddToQueue command
  • b897134 Add add_to_queue to Spirc
  • 9496a2d Change parameter type to SpotifyUri
  • e757017 Add support for other SpotifyUri types to Spirc::add_to_queue
  • 4dbed6e Remove support for SpotifyUri::Artist / SpotifyUri::Show
  • 996eaaa EmitAddedToQueueEvent
  • c9dc6e9 Add CHANGELOG entry
  • 0e125e1 Remove Artist/Show from handle_add_to_queue
  • 5b3aebd D'oh 😬

📊 Changes

4 files changed (+86 additions, -1 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
📝 connect/src/spirc.rs (+61 -1)
📝 playback/src/player.rs (+16 -0)
📝 src/player_event_handler.rs (+4 -0)

📄 Description

Add add_to_queue to Spirc.

Fixes #1453


🔄 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/librespot-org/librespot/pull/1676 **Author:** [@ralph](https://github.com/ralph) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@photovoltex](https://github.com/photovoltex) **Base:** `dev` ← **Head:** `add-to-queue` --- ### 📝 Commits (9) - [`3b1b60a`](https://github.com/librespot-org/librespot/commit/3b1b60a4d069d3e2db3fe06b889c248ce913ff2d) Expose AddToQueue command - [`b897134`](https://github.com/librespot-org/librespot/commit/b8971346732950058dc7e5b52d00f05c3dafadd3) Add add_to_queue to Spirc - [`9496a2d`](https://github.com/librespot-org/librespot/commit/9496a2dd6cfe6a25707a131cd7be67d02cbf9d7e) Change parameter type to SpotifyUri - [`e757017`](https://github.com/librespot-org/librespot/commit/e757017057746215188ad79dbb8336f2d096e544) Add support for other `SpotifyUri` types to `Spirc::add_to_queue` - [`4dbed6e`](https://github.com/librespot-org/librespot/commit/4dbed6ea9aaf1d508fb08565fed5644856052656) Remove support for `SpotifyUri::Artist` / `SpotifyUri::Show` - [`996eaaa`](https://github.com/librespot-org/librespot/commit/996eaaae17cc8f49a6e747786d75e713c5662b92) EmitAddedToQueueEvent - [`c9dc6e9`](https://github.com/librespot-org/librespot/commit/c9dc6e94788c62780ad3028e94941d7fcf8feba9) Add CHANGELOG entry - [`0e125e1`](https://github.com/librespot-org/librespot/commit/0e125e12e0eb1e81ca1dc616236582b15d9c3abf) Remove Artist/Show from handle_add_to_queue - [`5b3aebd`](https://github.com/librespot-org/librespot/commit/5b3aebdf4efb5428943d953d72d1e2bf7956d439) D'oh 😬 ### 📊 Changes **4 files changed** (+86 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `connect/src/spirc.rs` (+61 -1) 📝 `playback/src/player.rs` (+16 -0) 📝 `src/player_event_handler.rs` (+4 -0) </details> ### 📄 Description Add `add_to_queue` to `Spirc`. Fixes #1453 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:02:39 +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/librespot#1490
No description provided.