[PR #233] [MERGED] Add track cover art in playlist and search results #459

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

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/233
Author: @itsjunetime
Created: 12/11/2021
Status: Merged
Merged: 12/22/2021
Merged by: @jpochyla

Base: masterHead: add_track_cover


📝 Commits (3)

  • 9494168 Add option to show track covers alongside the name and album
  • 0596417 Fixed regression with line and song length not appearing
  • 4ab747a gui: Add config option for the track covers

📊 Changes

6 files changed (+73 additions, -11 deletions)

View changed files

📝 psst-gui/src/data/config.rs (+2 -0)
📝 psst-gui/src/data/mod.rs (+2 -0)
📝 psst-gui/src/ui/playlist.rs (+1 -0)
📝 psst-gui/src/ui/preferences.rs (+24 -2)
📝 psst-gui/src/ui/search.rs (+1 -0)
📝 psst-gui/src/ui/track.rs (+43 -9)

📄 Description

Screen Shot 2021-12-11 at 4 38 40 PM

This adds cover art images to tracks within playlists and search results (but not in albums), akin to the first party Spotify app (see attached image for a visual of what it looks like now). I didn't see an issue about this, but I feel it makes sense since that is what the spotify electron app does.

If you feel this is an unwanted change or should be implemented some other way, let me know and I'd be glad to discuss it :)


🔄 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/jpochyla/psst/pull/233 **Author:** [@itsjunetime](https://github.com/itsjunetime) **Created:** 12/11/2021 **Status:** ✅ Merged **Merged:** 12/22/2021 **Merged by:** [@jpochyla](https://github.com/jpochyla) **Base:** `master` ← **Head:** `add_track_cover` --- ### 📝 Commits (3) - [`9494168`](https://github.com/jpochyla/psst/commit/94941684d2a0c59fda26af150eaf1801c033c44c) Add option to show track covers alongside the name and album - [`0596417`](https://github.com/jpochyla/psst/commit/059641738809db662097cd6f774adfa0fcdf7df8) Fixed regression with line and song length not appearing - [`4ab747a`](https://github.com/jpochyla/psst/commit/4ab747af5db92a7a8571cb49f5a16c86bba411eb) gui: Add config option for the track covers ### 📊 Changes **6 files changed** (+73 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/data/config.rs` (+2 -0) 📝 `psst-gui/src/data/mod.rs` (+2 -0) 📝 `psst-gui/src/ui/playlist.rs` (+1 -0) 📝 `psst-gui/src/ui/preferences.rs` (+24 -2) 📝 `psst-gui/src/ui/search.rs` (+1 -0) 📝 `psst-gui/src/ui/track.rs` (+43 -9) </details> ### 📄 Description <img width="477" alt="Screen Shot 2021-12-11 at 4 38 40 PM" src="https://user-images.githubusercontent.com/61218022/145695038-3505b69e-b7b6-4161-9f1a-ce4aff9a3271.png"> This adds cover art images to tracks within playlists and search results (but not in albums), akin to the first party Spotify app (see attached image for a visual of what it looks like now). I didn't see an issue about this, but I feel it makes sense since that is what the spotify electron app does. If you feel this is an unwanted change or should be implemented some other way, let me know and I'd be glad to discuss it :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:05 +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/psst#459
No description provided.