mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[PR #1024] Showing release year on search result listings and artist pages #1134
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#1134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/1024
Author: @danielpietzsch
Created: 9/18/2022
Status: 🔄 Open
Base:
master← Head:releaseYear📝 Commits (4)
682f2efadding album release year to release listings306ba23Refactoring creation of combined album type and release yeara4ec908simplifying construction of release_year Stringcfb6fc4adding 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.