[PR #537] [MERGED] Upgrade rspotify to 0.10.0 (Podcast support) #881

Closed
opened 2026-02-28 14:53:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/537
Author: @Rigellute
Created: 7/24/2020
Status: Merged
Merged: 8/7/2020
Merged by: @Rigellute

Base: masterHead: upgrade-rspotify-0.10


📝 Commits (1)

  • 87e3152 Upgrade rspotify to 0.10.0

📊 Changes

10 files changed (+286 additions, -168 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)
📝 src/app.rs (+80 -54)
📝 src/handlers/basic_view.rs (+15 -6)
📝 src/handlers/mod.rs (+28 -11)
📝 src/handlers/playbar.rs (+15 -6)
📝 src/handlers/search_results.rs (+22 -23)
📝 src/handlers/track_table.rs (+0 -2)
📝 src/network.rs (+72 -36)
📝 src/ui/mod.rs (+51 -27)

📄 Description

The latest version of rspotify brings support for podcasts!

spotify-tui itself still needs to implement searching and playing podcasts, but this PR will enable its development.

This upgrade introduced a number of breaking changes, but thanks to the amazing type system and the Rust compiler, it was fairly easy to just follow the errors for everything to Just Work!


🔄 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/Rigellute/spotify-tui/pull/537 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 7/24/2020 **Status:** ✅ Merged **Merged:** 8/7/2020 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `upgrade-rspotify-0.10` --- ### 📝 Commits (1) - [`87e3152`](https://github.com/Rigellute/spotify-tui/commit/87e315276d0b04cbf011d3c83ae31cae3b4911aa) Upgrade rspotify to 0.10.0 ### 📊 Changes **10 files changed** (+286 additions, -168 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) 📝 `src/app.rs` (+80 -54) 📝 `src/handlers/basic_view.rs` (+15 -6) 📝 `src/handlers/mod.rs` (+28 -11) 📝 `src/handlers/playbar.rs` (+15 -6) 📝 `src/handlers/search_results.rs` (+22 -23) 📝 `src/handlers/track_table.rs` (+0 -2) 📝 `src/network.rs` (+72 -36) 📝 `src/ui/mod.rs` (+51 -27) </details> ### 📄 Description The latest version of [`rspotify`](https://github.com/ramsayleung/rspotify/blob/master/CHANGELOG.md#010-20200701) brings support for podcasts! spotify-tui itself still needs to implement searching and playing podcasts, but this PR will enable its development. This upgrade introduced a number of breaking changes, but thanks to the amazing type system and the Rust compiler, it was fairly easy to just follow the errors for everything to Just Work! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:53:41 +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-tui#881
No description provided.