[PR #1220] [CLOSED] Kingosticks change: Obtain spclient access token using login5 instead of keymaster (Fixes librespot-org#1179) #1282

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1220
Author: @Gerrelt
Created: 11/13/2023
Status: Closed

Base: devHead: auth-token-from-login5


📝 Commits (7)

  • 96e02fd Kingosticks change: Obtain spclient access token using login5 instead of keymaster (Fixes librespot-org#1179)
  • ba08273 Kingosticks change: Obtain spclient access token using login5 instead of keymaster (Fixes librespot-org#1179)
  • f065908 Merge branch 'librespot-org:dev' into auth-token-from-login5
  • a54cc8f Merge branch 'librespot-org:dev' into auth-token-from-login5
  • f815318 Kingosticks change: Obtain spclient access token using login5 instead of keymaster (Fixes librespot-org#1179)
  • 40c2a4d Merge branch 'librespot-org:dev' into auth-token-from-login5
  • 87dddf2 Merge branch 'auth-token-from-login5' of https://github.com/Gerrelt/librespot into auth-token-from-login5

📊 Changes

3 files changed (+111 additions, -12 deletions)

View changed files

📝 core/src/session.rs (+10 -0)
📝 core/src/spclient.rs (+94 -12)
📝 protocol/build.rs (+7 -0)

📄 Description

See issue ccomment:
https://github.com/librespot-org/librespot/issues/1179#issuecomment-1704709439

@kingosticks asked if somebody else wanted to create the pull-request.
I've added the changes to the latest dev branch of librespot, compiled and tested it on raspberry pi.
It seems to still solve the problem as addressed in issuee 1179, it's working fine.
But I just copied the changes from kingostick, so all the questions, and the honor ( :-) ) are for kingosticks!

This is my attempt at creating a pull request. I've only done it once before, so I hope it's done correctly.


🔄 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/1220 **Author:** [@Gerrelt](https://github.com/Gerrelt) **Created:** 11/13/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `auth-token-from-login5` --- ### 📝 Commits (7) - [`96e02fd`](https://github.com/librespot-org/librespot/commit/96e02fd117b428e0652c1562852ed3d49417fa5b) Kingosticks change: Obtain spclient access token using login5 instead of keymaster (Fixes librespot-org#1179) - [`ba08273`](https://github.com/librespot-org/librespot/commit/ba08273dd0296ea593b16de0847ae9a89c62447e) Kingosticks change: Obtain spclient access token using login5 instead of keymaster (Fixes librespot-org#1179) - [`f065908`](https://github.com/librespot-org/librespot/commit/f0659083105aa51fef4df26c416a1dde1b1a08ff) Merge branch 'librespot-org:dev' into auth-token-from-login5 - [`a54cc8f`](https://github.com/librespot-org/librespot/commit/a54cc8f5cd63147e9482425fc45a0c04b5d7a1d5) Merge branch 'librespot-org:dev' into auth-token-from-login5 - [`f815318`](https://github.com/librespot-org/librespot/commit/f81531836f4bd1f9abe299006818d13ae6ec20a8) Kingosticks change: Obtain spclient access token using login5 instead of keymaster (Fixes librespot-org#1179) - [`40c2a4d`](https://github.com/librespot-org/librespot/commit/40c2a4da163bf598aabae2c028f0b733bc77bb56) Merge branch 'librespot-org:dev' into auth-token-from-login5 - [`87dddf2`](https://github.com/librespot-org/librespot/commit/87dddf2f0aa33f4de425212641b1bef87bbe3532) Merge branch 'auth-token-from-login5' of https://github.com/Gerrelt/librespot into auth-token-from-login5 ### 📊 Changes **3 files changed** (+111 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `core/src/session.rs` (+10 -0) 📝 `core/src/spclient.rs` (+94 -12) 📝 `protocol/build.rs` (+7 -0) </details> ### 📄 Description See issue ccomment: https://github.com/librespot-org/librespot/issues/1179#issuecomment-1704709439 @kingosticks asked if somebody else wanted to create the pull-request. I've added the changes to the latest dev branch of librespot, compiled and tested it on raspberry pi. It seems to still solve the problem as addressed in issuee 1179, it's working fine. But I just copied the changes from kingostick, so all the questions, and the honor ( :-) ) are for kingosticks! This is my attempt at creating a pull request. I've only done it once before, so I hope it's done correctly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:01:51 +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#1282
No description provided.