[PR #599] [MERGED] Merge dev into tokio migration #991

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

📋 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_migrationHead: tokio_migration


📝 Commits (10+)

  • a377463 Align PLAYER_EVENT naming
  • 37a5796 Add option to choose between track or album normalisation gain, default album.
  • 14a004f Refactored Cache
  • fa5c9f7 Made locations in cache optional
  • fd1f049 Removed volume struct
  • d010cb7 librespot-audio: update librespot-tremor.
  • ed20f35 Fix playback in pulseaudio backend (#577)
  • 78614c9 Bump lewton to 0.10
  • 6b09836 Refactor SpotifyId
  • e582f0a Improved 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.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/599 **Author:** [@Johannesd3](https://github.com/Johannesd3) **Created:** 2/10/2021 **Status:** ✅ Merged **Merged:** 2/11/2021 **Merged by:** [@ashthespy](https://github.com/ashthespy) **Base:** `tokio_migration` ← **Head:** `tokio_migration` --- ### 📝 Commits (10+) - [`a377463`](https://github.com/librespot-org/librespot/commit/a3774632a0848eda5cfce89d9a97364eacb8d1b6) Align PLAYER_EVENT naming - [`37a5796`](https://github.com/librespot-org/librespot/commit/37a5796a86d77691250402af9c09c11eb60a18eb) Add option to choose between track or album normalisation gain, default album. - [`14a004f`](https://github.com/librespot-org/librespot/commit/14a004f84c01642dcb8b5efce2fd20ac8fd45bfa) Refactored Cache - [`fa5c9f7`](https://github.com/librespot-org/librespot/commit/fa5c9f7d11367e6d298b11e4d4aaad26d5f21472) Made locations in cache optional - [`fd1f049`](https://github.com/librespot-org/librespot/commit/fd1f04957211c504491864a8fd8cf0fa324dd2f9) Removed volume struct - [`d010cb7`](https://github.com/librespot-org/librespot/commit/d010cb7999e0420d8d5a0f8e99607523d76ba9b4) librespot-audio: update librespot-tremor. - [`ed20f35`](https://github.com/librespot-org/librespot/commit/ed20f357dc64afd62b8e2464e9984d9db31b12e0) Fix playback in pulseaudio backend (#577) - [`78614c9`](https://github.com/librespot-org/librespot/commit/78614c9d7ac30927c4c41c8827526c0de8fb32a6) Bump lewton to 0.10 - [`6b09836`](https://github.com/librespot-org/librespot/commit/6b0983611750e55346cb4f5c27d3b5470eb6a98f) Refactor SpotifyId - [`e582f0a`](https://github.com/librespot-org/librespot/commit/e582f0a3fc373df0cb216fbf79b81fe4c4a9aa19) Improved SpotifyId implementation ### 📊 Changes **23 files changed** (+880 additions, -558 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </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:00:44 +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#991
No description provided.