[PR #191] [MERGED] Add support for Related artists and top tacks #662

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/191
Author: @ghost
Created: 12/14/2019
Status: Merged
Merged: 12/28/2019
Merged by: @Rigellute

Base: masterHead: modify-artist-window


📝 Commits (1)

  • 959f058 Add support for top tracks and related artists in artist view

📊 Changes

10 files changed (+466 additions, -107 deletions)

View changed files

📝 src/app.rs (+43 -21)
src/handlers/artist.rs (+207 -0)
📝 src/handlers/artists.rs (+6 -2)
📝 src/handlers/common_key_events.rs (+55 -59)
📝 src/handlers/empty.rs (+2 -2)
📝 src/handlers/mod.rs (+11 -5)
📝 src/handlers/search_results.rs (+3 -2)
📝 src/ui/mod.rs (+55 -15)
📝 src/ui/util.rs (+13 -1)
src/util.rs (+71 -0)

📄 Description

Selecting an artist in artists or search result view show the artist's album so far. In this PR, I modifed to show top tracks and related artists of the selected artist.

Before:
before

After:
after


🔄 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/191 **Author:** [@ghost](https://github.com/ghost) **Created:** 12/14/2019 **Status:** ✅ Merged **Merged:** 12/28/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `modify-artist-window` --- ### 📝 Commits (1) - [`959f058`](https://github.com/Rigellute/spotify-tui/commit/959f0581fa3f1b57050067a693d148a74eb19b6e) Add support for top tracks and related artists in artist view ### 📊 Changes **10 files changed** (+466 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `src/app.rs` (+43 -21) ➕ `src/handlers/artist.rs` (+207 -0) 📝 `src/handlers/artists.rs` (+6 -2) 📝 `src/handlers/common_key_events.rs` (+55 -59) 📝 `src/handlers/empty.rs` (+2 -2) 📝 `src/handlers/mod.rs` (+11 -5) 📝 `src/handlers/search_results.rs` (+3 -2) 📝 `src/ui/mod.rs` (+55 -15) 📝 `src/ui/util.rs` (+13 -1) ➕ `src/util.rs` (+71 -0) </details> ### 📄 Description Selecting an artist in artists or search result view show the artist's album so far. In this PR, I modifed to show top tracks and related artists of the selected artist. Before: ![before](https://user-images.githubusercontent.com/54503126/70843851-1aa4b000-1e7c-11ea-85ec-1f4e0ac2254d.png) After: ![after](https://user-images.githubusercontent.com/54503126/70843855-1f696400-1e7c-11ea-9716-72e4cc8e7783.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:23 +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#662
No description provided.