mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[PR #955] [CLOSED] New api #1159
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/librespot-org/librespot/pull/955
Author: @JasonLG1979
Created: 1/30/2022
Status: ❌ Closed
Base:
dev← Head:new-api📝 Commits (10+)
1ade02bAdd basic websocket support7ed3539Mostly cosmetic changes indealer(#762)6244515Resolvedealerandspclientaccess points (#795)113ac94Update protobufs (#796)850db43Add token providere1e2651Document known token scopesce4f8dcRemove superfluous status check1562884Introduce HTTP clientb6357a2Storetoken_typeand simplifyscopesargumenteee79f2Introduce cachingApResolvercomponent📊 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.