[PR #808] [MERGED] Upgrade librespot to 0.7.0, fixing audio, authentication, DNS lookup issues #885

Closed
opened 2026-03-03 00:01:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/808
Author: @aome510
Created: 8/24/2025
Status: Merged
Merged: 8/24/2025
Merged by: @aome510

Base: masterHead: pr-807


📝 Commits (7)

📊 Changes

11 files changed (+548 additions, -1077 deletions)

View changed files

📝 Cargo.lock (+510 -1013)
📝 spotify_player/Cargo.toml (+5 -5)
📝 spotify_player/src/auth.rs (+9 -6)
📝 spotify_player/src/client/mod.rs (+1 -1)
📝 spotify_player/src/config/mod.rs (+0 -2)
📝 spotify_player/src/event/clipboard.rs (+1 -1)
📝 spotify_player/src/state/ui/page.rs (+1 -1)
📝 spotify_player/src/streaming.rs (+7 -4)
📝 spotify_player/src/token.rs (+7 -34)
📝 spotify_player/src/ui/page.rs (+6 -9)
📝 spotify_player/src/utils.rs (+1 -1)

📄 Description

Resolves #802
Resolves #799
Resolves #796
Resolves #787

This PR was based on #807 with a few updates


🔄 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/aome510/spotify-player/pull/808 **Author:** [@aome510](https://github.com/aome510) **Created:** 8/24/2025 **Status:** ✅ Merged **Merged:** 8/24/2025 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `pr-807` --- ### 📝 Commits (7) - [`b7b59ce`](https://github.com/aome510/spotify-player/commit/b7b59cef9e9def7f3fcd3f83d6873e51b2eace4e) moved to login5 for token aquisition + integrated some changes from https://github.com/KUHLwasStolen/spotify-player/ to get audio working - [`a1d7e67`](https://github.com/aome510/spotify-player/commit/a1d7e67343539b5b29b15ddc0a68f09933f0c3b1) Updated cargo dependencies and brought token.rs syntax in line with other functions - [`0647248`](https://github.com/aome510/spotify-player/commit/06472485c4b8acb1dee47e23439d100baef08f9d) updated librespot to 0.7.0 - [`0246e16`](https://github.com/aome510/spotify-player/commit/0246e165ed7313b36fc7ee03b97384872cc731a3) Added extra scopes back to auth.rs - [`cf5f1e5`](https://github.com/aome510/spotify-player/commit/cf5f1e50828b29967eff5e7dc305d0a0578daa13) Fixed formatting issues - [`ab49505`](https://github.com/aome510/spotify-player/commit/ab49505e2b434e538d8dc4e158e8134f34395f26) cleanup - [`f4d9098`](https://github.com/aome510/spotify-player/commit/f4d9098edc9daa4f83aad6d6514b1ce82df2b26b) fix clippy ### 📊 Changes **11 files changed** (+548 additions, -1077 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+510 -1013) 📝 `spotify_player/Cargo.toml` (+5 -5) 📝 `spotify_player/src/auth.rs` (+9 -6) 📝 `spotify_player/src/client/mod.rs` (+1 -1) 📝 `spotify_player/src/config/mod.rs` (+0 -2) 📝 `spotify_player/src/event/clipboard.rs` (+1 -1) 📝 `spotify_player/src/state/ui/page.rs` (+1 -1) 📝 `spotify_player/src/streaming.rs` (+7 -4) 📝 `spotify_player/src/token.rs` (+7 -34) 📝 `spotify_player/src/ui/page.rs` (+6 -9) 📝 `spotify_player/src/utils.rs` (+1 -1) </details> ### 📄 Description Resolves #802 Resolves #799 Resolves #796 Resolves #787 This PR was based on #807 with a few updates --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:01:18 +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/spotify-player#885
No description provided.