[PR #955] [CLOSED] New api #1159

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/955
Author: @JasonLG1979
Created: 1/30/2022
Status: Closed

Base: devHead: new-api


📝 Commits (10+)

📊 Changes

568 files changed (+22821 additions, -4295 deletions)

View changed files

📝 .github/workflows/test.yml (+97 -38)
📝 COMPILING.md (+3 -3)
📝 Cargo.lock (+1175 -365)
📝 Cargo.toml (+7 -7)
📝 audio/Cargo.toml (+10 -6)
📝 audio/src/decrypt.rs (+20 -11)
📝 audio/src/fetch/mod.rs (+303 -173)
📝 audio/src/fetch/receive.rs (+209 -195)
📝 audio/src/lib.rs (+3 -5)
📝 audio/src/range_set.rs (+9 -8)
📝 connect/Cargo.toml (+5 -11)
connect/src/config.rs (+20 -0)
📝 connect/src/context.rs (+20 -9)
connect/src/discovery.rs (+0 -31)
📝 connect/src/lib.rs (+1 -5)
📝 connect/src/spirc.rs (+420 -238)
📝 core/Cargo.toml (+33 -21)
📝 core/build.rs (+12 -6)
📝 core/src/apresolve.rs (+113 -72)
📝 core/src/audio_key.rs (+67 -34)

...and 80 more files

📄 Description

No description provided


🔄 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/955 **Author:** [@JasonLG1979](https://github.com/JasonLG1979) **Created:** 1/30/2022 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `new-api` --- ### 📝 Commits (10+) - [`1ade02b`](https://github.com/librespot-org/librespot/commit/1ade02b7ad1c20de775d10c0f0a0c48e0ca25038) Add basic websocket support - [`7ed3539`](https://github.com/librespot-org/librespot/commit/7ed35396f85e16dbe939841c05edd37ec05f863e) Mostly cosmetic changes in `dealer` (#762) - [`6244515`](https://github.com/librespot-org/librespot/commit/6244515879d6a4e40fff64a7cb281fff19d069f8) Resolve `dealer` and `spclient` access points (#795) - [`113ac94`](https://github.com/librespot-org/librespot/commit/113ac94c07cd6cbec80d47c112b8728bb6128571) Update protobufs (#796) - [`850db43`](https://github.com/librespot-org/librespot/commit/850db432540e1b8a7a33787372c4e2b4a22fb3bd) Add token provider - [`e1e2651`](https://github.com/librespot-org/librespot/commit/e1e265179fc2077a36919f235a4adb57bbad489e) Document known token scopes - [`ce4f8dc`](https://github.com/librespot-org/librespot/commit/ce4f8dc288e167b6f37242e16fa83bb7ff0832a3) Remove superfluous status check - [`1562884`](https://github.com/librespot-org/librespot/commit/15628842af2859eb11d6530431f2639b9c1c5868) Introduce HTTP client - [`b6357a2`](https://github.com/librespot-org/librespot/commit/b6357a27a5babf79825446b8fd2147183f61c507) Store `token_type` and simplify `scopes` argument - [`eee79f2`](https://github.com/librespot-org/librespot/commit/eee79f2a1e610feefbaaae7f1a87467b95c705a4) Introduce caching `ApResolver` component ### 📊 Changes **568 files changed** (+22821 additions, -4295 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+97 -38) 📝 `COMPILING.md` (+3 -3) 📝 `Cargo.lock` (+1175 -365) 📝 `Cargo.toml` (+7 -7) 📝 `audio/Cargo.toml` (+10 -6) 📝 `audio/src/decrypt.rs` (+20 -11) 📝 `audio/src/fetch/mod.rs` (+303 -173) 📝 `audio/src/fetch/receive.rs` (+209 -195) 📝 `audio/src/lib.rs` (+3 -5) 📝 `audio/src/range_set.rs` (+9 -8) 📝 `connect/Cargo.toml` (+5 -11) ➕ `connect/src/config.rs` (+20 -0) 📝 `connect/src/context.rs` (+20 -9) ➖ `connect/src/discovery.rs` (+0 -31) 📝 `connect/src/lib.rs` (+1 -5) 📝 `connect/src/spirc.rs` (+420 -238) 📝 `core/Cargo.toml` (+33 -21) 📝 `core/build.rs` (+12 -6) 📝 `core/src/apresolve.rs` (+113 -72) 📝 `core/src/audio_key.rs` (+67 -34) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:23 +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#1159
No description provided.