[PR #1468] [MERGED] Re-Add ability to handle/play tracks #1409

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1468
Author: @photovoltex
Created: 2/22/2025
Status: Merged
Merged: 5/4/2025
Merged by: @photovoltex

Base: devHead: re-add-play-tracks


📝 Commits (5)

  • 3e86cd9 re-add support to play a set of tracks
  • ae7f52b connect: reduce some cloning
  • 628ae12 connect: derive clone for LoadRequest
  • f9f5238 apply review, improve function naming
  • 0eb8d13 clippy fix

📊 Changes

7 files changed (+213 additions, -85 deletions)

View changed files

📝 connect/src/context_resolver.rs (+4 -2)
📝 connect/src/model.rs (+27 -7)
📝 connect/src/spirc.rs (+139 -55)
📝 connect/src/state/context.rs (+15 -17)
📝 connect/src/state/restrictions.rs (+2 -2)
📝 playback/src/player.rs (+1 -1)
📝 protocol/src/impl_trait/context.rs (+25 -1)

📄 Description

Re-Adds the ability that was removed by the dealer rework to handle/play tracks.

Fixes #1097 (as the uris field via the play api will be supported again)


🔄 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/1468 **Author:** [@photovoltex](https://github.com/photovoltex) **Created:** 2/22/2025 **Status:** ✅ Merged **Merged:** 5/4/2025 **Merged by:** [@photovoltex](https://github.com/photovoltex) **Base:** `dev` ← **Head:** `re-add-play-tracks` --- ### 📝 Commits (5) - [`3e86cd9`](https://github.com/librespot-org/librespot/commit/3e86cd97296a2465c7a9fb21f5a2a89cbb96924b) re-add support to play a set of tracks - [`ae7f52b`](https://github.com/librespot-org/librespot/commit/ae7f52ba3618a0e42635a77a2d27666beee1a4ff) connect: reduce some cloning - [`628ae12`](https://github.com/librespot-org/librespot/commit/628ae12b69dd18a2981e26b9f1d3a14ab29db804) connect: derive clone for LoadRequest - [`f9f5238`](https://github.com/librespot-org/librespot/commit/f9f5238f85799c71c2a26e9c2d388ada7f92ffbc) apply review, improve function naming - [`0eb8d13`](https://github.com/librespot-org/librespot/commit/0eb8d13abed8869fb724f2c6a96bd8ee08cdfc4f) clippy fix ### 📊 Changes **7 files changed** (+213 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `connect/src/context_resolver.rs` (+4 -2) 📝 `connect/src/model.rs` (+27 -7) 📝 `connect/src/spirc.rs` (+139 -55) 📝 `connect/src/state/context.rs` (+15 -17) 📝 `connect/src/state/restrictions.rs` (+2 -2) 📝 `playback/src/player.rs` (+1 -1) 📝 `protocol/src/impl_trait/context.rs` (+25 -1) </details> ### 📄 Description Re-Adds the ability that was removed by the dealer rework to handle/play tracks. Fixes #1097 (as the `uris` field via the `play` api will be supported again) --- <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:20 +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#1409
No description provided.