[PR #869] [MERGED] Feature/show album type in search panes #1069

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/869
Author: @jackson15j
Created: 8/25/2021
Status: Merged
Merged: 10/1/2021
Merged by: @Rigellute

Base: masterHead: feature/show_album_type_in_search_panes


📝 Commits (3)

  • 193c38d Added album_type in search panes.
  • 85e58f6 Added CHANGELOG.md note for album_type in Search panes.
  • 75f107f Added "unknown" for missing album types.

📊 Changes

2 files changed (+10 additions, -4 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 src/ui/mod.rs (+6 -4)

📄 Description

The Album search panes only showed: <album> - <artist>, so either required a User to know which item was an album/single/etc or select each item to see if the track list looks like an album/single.

This PR updates the Album search panes to the format: <album> - <artist> (<album_type>), so that it is easier to find an album vs single.

Fixes: #868


🔄 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/869 **Author:** [@jackson15j](https://github.com/jackson15j) **Created:** 8/25/2021 **Status:** ✅ Merged **Merged:** 10/1/2021 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `feature/show_album_type_in_search_panes` --- ### 📝 Commits (3) - [`193c38d`](https://github.com/Rigellute/spotify-tui/commit/193c38d5b5a6f76a3d39ed82058c89723254e513) Added `album_type` in search panes. - [`85e58f6`](https://github.com/Rigellute/spotify-tui/commit/85e58f6a7f2e7c704e9fd3d8e2beaec51ad97c68) Added `CHANGELOG.md` note for `album_type` in Search panes. - [`75f107f`](https://github.com/Rigellute/spotify-tui/commit/75f107f25fc71120e6586c6a511fa228947f845d) Added "unknown" for missing album types. ### 📊 Changes **2 files changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `src/ui/mod.rs` (+6 -4) </details> ### 📄 Description The Album search panes only showed: `<album> - <artist>`, so either required a User to know which item was an album/single/etc or select each item to see if the track list looks like an album/single. This PR updates the Album search panes to the format: `<album> - <artist> (<album_type>)`, so that it is easier to find an `album` vs `single`. Fixes: #868 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:54:21 +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#1069
No description provided.