[PR #809] [MERGED] Make Spotify Connect integration work with new authentication changes #888

Closed
opened 2026-03-03 00:01:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/809
Author: @aome510
Created: 8/25/2025
Status: Merged
Merged: 8/25/2025
Merged by: @aome510

Base: masterHead: spotify-connect-support


📝 Commits (4)

📊 Changes

15 files changed (+229 additions, -213 deletions)

View changed files

📝 Cargo.lock (+37 -8)
📝 README.md (+71 -67)
📝 docs/config.md (+2 -4)
📝 examples/app.toml (+0 -1)
📝 spotify_player/Cargo.toml (+1 -1)
📝 spotify_player/src/auth.rs (+19 -18)
📝 spotify_player/src/cli/client.rs (+11 -11)
📝 spotify_player/src/cli/handlers.rs (+3 -2)
📝 spotify_player/src/client/handlers.rs (+1 -1)
📝 spotify_player/src/client/mod.rs (+54 -41)
📝 spotify_player/src/client/spotify.rs (+2 -20)
📝 spotify_player/src/config/mod.rs (+4 -5)
📝 spotify_player/src/main.rs (+4 -3)
📝 spotify_player/src/streaming.rs (+2 -2)
📝 spotify_player/src/token.rs (+18 -29)

📄 Description

Resolves #804

  • define a custom client to get user's available devices for Spotify Connect integration
  • update client_id general config to be optional
    • setting one will enable "user-provided client integration" which is requred for Spotify Connect feature
  • cleanup authentication codes
  • update documentation

🔄 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/809 **Author:** [@aome510](https://github.com/aome510) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 8/25/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `spotify-connect-support` --- ### 📝 Commits (4) - [`9077104`](https://github.com/aome510/spotify-player/commit/90771045fd7a788a68307861f6b86eb630969a3b) cleanup auth codes - [`f4ab87d`](https://github.com/aome510/spotify-player/commit/f4ab87dbb8a358c783a2fd940ff63bb6001e9090) wip - [`8bfca1f`](https://github.com/aome510/spotify-player/commit/8bfca1fa21dd211883df7f52e951fd25f9a778dc) cleanup - [`de91671`](https://github.com/aome510/spotify-player/commit/de91671a32d24c1c752f2dd237af441aa2836464) update doc ### 📊 Changes **15 files changed** (+229 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+37 -8) 📝 `README.md` (+71 -67) 📝 `docs/config.md` (+2 -4) 📝 `examples/app.toml` (+0 -1) 📝 `spotify_player/Cargo.toml` (+1 -1) 📝 `spotify_player/src/auth.rs` (+19 -18) 📝 `spotify_player/src/cli/client.rs` (+11 -11) 📝 `spotify_player/src/cli/handlers.rs` (+3 -2) 📝 `spotify_player/src/client/handlers.rs` (+1 -1) 📝 `spotify_player/src/client/mod.rs` (+54 -41) 📝 `spotify_player/src/client/spotify.rs` (+2 -20) 📝 `spotify_player/src/config/mod.rs` (+4 -5) 📝 `spotify_player/src/main.rs` (+4 -3) 📝 `spotify_player/src/streaming.rs` (+2 -2) 📝 `spotify_player/src/token.rs` (+18 -29) </details> ### 📄 Description Resolves #804 - define a custom client to get user's available devices for Spotify Connect integration - update `client_id` general config to be optional + setting one will enable "user-provided client integration" which is requred for Spotify Connect feature - cleanup authentication codes - update documentation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:18 +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#888
No description provided.