[PR #1024] Showing release year on search result listings and artist pages #1134

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

📋 Pull Request Information

Original PR: https://github.com/Rigellute/spotify-tui/pull/1024
Author: @danielpietzsch
Created: 9/18/2022
Status: 🔄 Open

Base: masterHead: releaseYear


📝 Commits (4)

  • 682f2ef adding album release year to release listings
  • 306ba23 Refactoring creation of combined album type and release year
  • a4ec908 simplifying construction of release_year String
  • cfb6fc4 adding CHANGELOG entry

📊 Changes

3 files changed (+15 additions, -3 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 src/ui/mod.rs (+5 -3)
📝 src/ui/util.rs (+9 -0)

📄 Description

I was missing a “Release Year” info on search result and artist pages, which would help me decide what release from an artist I am looking for.

When I forked this, I noticed, that @jackson15j recently had already done something similar with album types (which I also greatly appreciate). So I build my solution on top of that.

Hope you’ll find this worthwhile, too, @Rigellute.

On smaller screens and/or with long album titles, all this new info – especially this new “release year” addition – might not show, because it’s appended to the release’s name (and hence will be cut off). But I still found this to be useful for a lot of artists and result pages.


🔄 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/1024 **Author:** [@danielpietzsch](https://github.com/danielpietzsch) **Created:** 9/18/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `releaseYear` --- ### 📝 Commits (4) - [`682f2ef`](https://github.com/Rigellute/spotify-tui/commit/682f2ef2806ce6b5cee206b690ea006486460898) adding album release year to release listings - [`306ba23`](https://github.com/Rigellute/spotify-tui/commit/306ba23bddf170ebe5e9a94b69f8822049c31f23) Refactoring creation of combined album type and release year - [`a4ec908`](https://github.com/Rigellute/spotify-tui/commit/a4ec908bb911235fd77e1ef1a8bef719e8317be8) simplifying construction of release_year String - [`cfb6fc4`](https://github.com/Rigellute/spotify-tui/commit/cfb6fc4887a2c3d89efbe1df524d2c894bd5197c) adding CHANGELOG entry ### 📊 Changes **3 files changed** (+15 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `src/ui/mod.rs` (+5 -3) 📝 `src/ui/util.rs` (+9 -0) </details> ### 📄 Description I was missing a “Release Year” info on search result and artist pages, which would help me decide what release from an artist I am looking for. When I forked this, I noticed, that @jackson15j recently had [already done something similar with album _types_](https://github.com/Rigellute/spotify-tui/pull/869) (which I also greatly appreciate). So I build my solution on top of _that_. Hope you’ll find this worthwhile, too, @Rigellute. On smaller screens and/or with long album titles, all this new info – especially this new “release year” addition – might not show, because it’s _appended_ to the release’s name (and hence will be cut off). But I still found this to be useful for a lot of artists and result pages. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1134
No description provided.