[PR #67] [MERGED] Add artists view #588

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/67
Author: @svenvNL
Created: 10/15/2019
Status: Merged
Merged: 10/16/2019
Merged by: @Rigellute

Base: masterHead: add-artists-view


📝 Commits (1)

📊 Changes

6 files changed (+85 additions, -6 deletions)

View changed files

📝 README.md (+1 -2)
📝 src/app.rs (+22 -0)
📝 src/handlers/artists.rs (+23 -0)
📝 src/handlers/library.rs (+1 -1)
📝 src/main.rs (+2 -1)
📝 src/ui/mod.rs (+36 -2)

📄 Description

This adds the basic implementation for an artists view. I have not added pagination, in my opinion it is better to do this in a future commit or PR.

I have chosen to present the result in a table and not in a list because I would like to show the saved songs by the user per artist like the Spotify desktop application does. When an artist is selected, the user will be shown all albums of an artist, this should probably be filtered in another commit or PR.

screenshot_2019-10-15-150745


🔄 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/67 **Author:** [@svenvNL](https://github.com/svenvNL) **Created:** 10/15/2019 **Status:** ✅ Merged **Merged:** 10/16/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `add-artists-view` --- ### 📝 Commits (1) - [`0fdd5d2`](https://github.com/Rigellute/spotify-tui/commit/0fdd5d2be9fbd615790fc8701b07799c8c05f87d) Add artists view ### 📊 Changes **6 files changed** (+85 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -2) 📝 `src/app.rs` (+22 -0) 📝 `src/handlers/artists.rs` (+23 -0) 📝 `src/handlers/library.rs` (+1 -1) 📝 `src/main.rs` (+2 -1) 📝 `src/ui/mod.rs` (+36 -2) </details> ### 📄 Description This adds the basic implementation for an artists view. I have not added pagination, in my opinion it is better to do this in a future commit or PR. I have chosen to present the result in a table and not in a list because I would like to show the saved songs by the user per artist like the Spotify desktop application does. When an artist is selected, the user will be shown all albums of an artist, this should probably be filtered in another commit or PR. ![screenshot_2019-10-15-150745](https://user-images.githubusercontent.com/13982006/66836388-c1d69b00-ef50-11e9-8bfc-d6966bfe0bd6.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:07 +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#588
No description provided.