mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #891] [MERGED] WIP: new Spotify API #1134
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#1134
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/891
Author: @roderickvd
Created: 11/26/2021
Status: ✅ Merged
Merged: 12/29/2021
Merged by: @roderickvd
Base:
new-api← Head:new-api-wip📝 Commits (10+)
14c1779Adjust arg types ofCredentials::with_blobbb24778Don't explicitly set the number of periods5f99bbaMerge pull request #813 from JasonLG1979/alsa_buffer_hot_fixc0115fdMerge pull request #763 from Johannesd3/credentials-with-blob-args751ccf6Makeconvertanddecoderpublic (#814)9ff3398Better errors in PulseAudio backend (#801)b519a4aUpdate crates (#817)68bec41Improve Alsa backend buffer (#811)4c00b19Fix Alsa mixer2541f12Update documentation📊 Changes
315 files changed (+11635 additions, -4380 deletions)
View changed files
📝
.github/workflows/test.yml(+95 -39)📝
CHANGELOG.md(+51 -5)📝
COMPILING.md(+11 -14)📝
CONTRIBUTING.md(+15 -8)📝
Cargo.lock(+501 -297)📝
Cargo.toml(+11 -11)📝
README.md(+16 -13)📝
audio/Cargo.toml(+10 -5)📝
audio/src/decrypt.rs(+8 -5)📝
audio/src/fetch/mod.rs(+194 -126)📝
audio/src/fetch/receive.rs(+205 -175)📝
audio/src/lib.rs(+1 -3)📝
audio/src/range_set.rs(+9 -7)📝
connect/Cargo.toml(+7 -6)📝
connect/src/context.rs(+22 -9)📝
connect/src/discovery.rs(+6 -5)📝
connect/src/spirc.rs(+388 -198)📝
contrib/Dockerfile(+4 -2)📝
contrib/librespot.service(+4 -4)📝
contrib/librespot.user.service(+2 -0)...and 80 more files
📄 Description
This list will grow and be kept up to date as development progresses.
This work has been completed in earlier commits:
spclientanddealeraccess pointsThis PR adds the following:
spclientspclientplaylist4_externalprotodealerdealereventsdevin (ongoing; last caught up on December 8)devOptional work
The following work items are somewhat related but optional. They might go in if time allows, or warrant separate PR's later. They don't need to block merging this PR.
lewtontoSymphoniato support MP3 and FLACThese things I'm tackling on the go:
unwrap,expectand returnResultassert_debugFinally there is a slew of issues that are targeted to be fixed under the new API.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.