[PR #584] [MERGED] handling client_id scoping for Spotify Connect feature with librespot 0.5.0 #805

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

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/584
Author: @aome510
Created: 10/28/2024
Status: Merged
Merged: 10/28/2024
Merged by: @aome510

Base: masterHead: support-spotify-connect


📝 Commits (2)

  • d0078fd handling client_id scoping for Spotify Connect feature with librespot 0.5.0
  • 4711e13 cleanup

📊 Changes

6 files changed (+108 additions, -70 deletions)

View changed files

📝 spotify_player/src/auth.rs (+6 -2)
📝 spotify_player/src/client/mod.rs (+49 -53)
📝 spotify_player/src/client/spotify.rs (+9 -2)
📝 spotify_player/src/config/mod.rs (+0 -2)
📝 spotify_player/src/main.rs (+1 -4)
📝 spotify_player/src/token.rs (+43 -7)

📄 Description

  • update token::get_token to support user-provided client_id (required for Spotify Connect feature)
  • refactor playback initialization logic upon startup or new session

🔄 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/584 **Author:** [@aome510](https://github.com/aome510) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 10/28/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `support-spotify-connect` --- ### 📝 Commits (2) - [`d0078fd`](https://github.com/aome510/spotify-player/commit/d0078fd053022e2f255a0fa4d798d8074c27c504) handling `client_id` scoping for Spotify Connect feature with `librespot 0.5.0` - [`4711e13`](https://github.com/aome510/spotify-player/commit/4711e13a1b606d0de221f3a3845612d486f64b6f) cleanup ### 📊 Changes **6 files changed** (+108 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/auth.rs` (+6 -2) 📝 `spotify_player/src/client/mod.rs` (+49 -53) 📝 `spotify_player/src/client/spotify.rs` (+9 -2) 📝 `spotify_player/src/config/mod.rs` (+0 -2) 📝 `spotify_player/src/main.rs` (+1 -4) 📝 `spotify_player/src/token.rs` (+43 -7) </details> ### 📄 Description - update `token::get_token` to support user-provided `client_id` (required for Spotify Connect feature) - refactor playback initialization logic upon startup or new session --- <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:54 +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#805
No description provided.