mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #956] [MERGED] Port remove unsafe code and catch up new-api with dev #1161
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#1161
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/956
Author: @JasonLG1979
Created: 1/30/2022
Status: ✅ Merged
Merged: 2/14/2022
Merged by: @roderickvd
Base:
new-api← Head:new-api📝 Commits (10+)
5e8e2baexamples/playlist_tracks: Use normal URI parserc6e97a7Save some more CPU cycles in the limiter (#939)ceebb37Remove unsafe code (#940)55ced49Merge pull request #929 from jforberg/playlist_tracks03e71f6simplify get_factor (#942)c8971dcFix Alsa softvol linear mapping (#950)3c749a8Remove basic normalisation deprecation warningf4be9bbMerge pull request #954 from JasonLG1979/remove-dep-warningccd72b6Port https://github.com/librespot-org/librespot/pull/94000f37daMerge branch 'dev' into new-api📊 Changes
18 files changed (+370 additions, -245 deletions)
View changed files
📝
CHANGELOG.md(+4 -0)📝
connect/src/spirc.rs(+3 -3)📝
core/src/cache.rs(+11 -6)📝
core/src/file_id.rs(+4 -3)📝
core/src/spclient.rs(+7 -7)📝
core/src/spotify_id.rs(+38 -24)📝
examples/playlist_tracks.rs(+7 -5)📝
metadata/src/episode.rs(+1 -1)📝
metadata/src/playlist/annotation.rs(+1 -1)📝
metadata/src/playlist/list.rs(+2 -2)📝
metadata/src/track.rs(+1 -1)📝
playback/src/config.rs(+1 -1)📝
playback/src/convert.rs(+17 -23)📝
playback/src/dither.rs(+3 -3)📝
playback/src/mixer/alsamixer.rs(+13 -2)📝
playback/src/player.rs(+162 -112)📝
src/main.rs(+5 -18)📝
src/player_event_handler.rs(+90 -33)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.