mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #599] [MERGED] Merge dev into tokio migration #991
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#991
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/599
Author: @Johannesd3
Created: 2/10/2021
Status: ✅ Merged
Merged: 2/11/2021
Merged by: @ashthespy
Base:
tokio_migration← Head:tokio_migration📝 Commits (10+)
a377463Align PLAYER_EVENT naming37a5796Add option to choose between track or album normalisation gain, default album.14a004fRefactored Cachefa5c9f7Made locations in cache optionalfd1f049Removed volume structd010cb7librespot-audio: update librespot-tremor.ed20f35Fix playback in pulseaudio backend (#577)78614c9Bump lewton to 0.106b09836Refactor SpotifyIde582f0aImproved SpotifyId implementation📊 Changes
23 files changed (+880 additions, -558 deletions)
View changed files
📝
.github/workflows/test.yml(+19 -1)➖
.travis.yml(+0 -73)📝
Cargo.lock(+157 -188)📝
README.md(+4 -5)📝
audio/Cargo.toml(+1 -1)📝
audio/src/fetch.rs(+8 -1)📝
audio/src/libvorbis_decoder.rs(+0 -4)📝
connect/src/discovery.rs(+4 -1)📝
connect/src/spirc.rs(+1 -2)📝
core/Cargo.toml(+1 -0)📝
core/src/authentication.rs(+36 -25)📝
core/src/cache.rs(+140 -77)📝
core/src/config.rs(+28 -0)📝
core/src/connection/mod.rs(+3 -6)📝
core/src/lib.rs(+2 -1)📝
core/src/session.rs(+3 -1)📝
core/src/spotify_id.rs(+340 -68)➖
core/src/volume.rs(+0 -33)📝
playback/Cargo.toml(+1 -1)📝
playback/src/audio_backend/pulseaudio.rs(+5 -1)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.