[PR #918] [MERGED] integrate ncspot's client id #1861

Closed
opened 2026-03-14 15:36:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/918
Author: @aome510
Created: 2/7/2026
Status: Merged
Merged: 2/7/2026
Merged by: @aome510

Base: masterHead: integrate-ncspot-client-id


📝 Commits (2)

📊 Changes

7 files changed (+32 additions, -45 deletions)

View changed files

📝 README.md (+1 -8)
📝 docs/config.md (+3 -2)
📝 examples/app.toml (+1 -0)
📝 spotify_player/src/auth.rs (+1 -0)
📝 spotify_player/src/client/mod.rs (+16 -28)
📝 spotify_player/src/config/mod.rs (+9 -5)
📝 spotify_player/src/ui/playback.rs (+1 -2)

📄 Description

Using ncspot's client ID, which is registered with extended quote mode and predates Spotify API changes, helps us resolve the ongoing rate-limit issue (and other related issues) while keeping previously supported functionalities

Resolves #890
Resolves #916
Resolves #898
Resolves #893
Resolves #912
Resolves #913


🔄 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/918 **Author:** [@aome510](https://github.com/aome510) **Created:** 2/7/2026 **Status:** ✅ Merged **Merged:** 2/7/2026 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `integrate-ncspot-client-id` --- ### 📝 Commits (2) - [`3a1d887`](https://github.com/aome510/spotify-player/commit/3a1d8871f4db971d699fc39d30b629b96a471b5d) integrate ncspot's client id - [`bfbef57`](https://github.com/aome510/spotify-player/commit/bfbef57ab81e0d21d0301876d877e84a5652d243) update message ### 📊 Changes **7 files changed** (+32 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -8) 📝 `docs/config.md` (+3 -2) 📝 `examples/app.toml` (+1 -0) 📝 `spotify_player/src/auth.rs` (+1 -0) 📝 `spotify_player/src/client/mod.rs` (+16 -28) 📝 `spotify_player/src/config/mod.rs` (+9 -5) 📝 `spotify_player/src/ui/playback.rs` (+1 -2) </details> ### 📄 Description Using `ncspot`'s client ID, which is registered with [extended quote mode](https://developer.spotify.com/documentation/web-api/concepts/quota-modes) and predates [Spotify API changes](https://developer.spotify.com/blog/2024-11-27-changes-to-the-web-api), helps us resolve the [ongoing rate-limit issue](https://github.com/aome510/spotify-player/issues/890) (and other related issues) while keeping previously supported functionalities Resolves #890 Resolves #916 Resolves #898 Resolves #893 Resolves #912 Resolves #913 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:36:56 +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#1861
No description provided.