[PR #568] [MERGED] Show album cover art #599

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

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/568
Author: @jacksongoode
Created: 12/13/2024
Status: Merged
Merged: 12/20/2024
Merged by: @jacksongoode

Base: mainHead: jackson/show-album-cover


📝 Commits (10+)

📊 Changes

6 files changed (+711 additions, -407 deletions)

View changed files

📝 Cargo.lock (+617 -399)
📝 psst-gui/src/cmd.rs (+3 -0)
📝 psst-gui/src/delegate.rs (+28 -1)
📝 psst-gui/src/ui/mod.rs (+58 -2)
📝 psst-gui/src/ui/playback.rs (+4 -1)
📝 psst-gui/src/ui/playlist.rs (+1 -4)

📄 Description

This allows users to click on the cover art of a currently playing song and see it in higher quality.


🔄 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/568 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 12/13/2024 **Status:** ✅ Merged **Merged:** 12/20/2024 **Merged by:** [@jacksongoode](https://github.com/jacksongoode) **Base:** `main` ← **Head:** `jackson/show-album-cover` --- ### 📝 Commits (10+) - [`4ff740c`](https://github.com/jpochyla/psst/commit/4ff740ce2eb5db24bdbca8249008169c2033bb46) Show album cover art - [`8e6d2e5`](https://github.com/jpochyla/psst/commit/8e6d2e5f9167d2bc307ff3351cfd92c46495f075) WIndows - [`d8068fb`](https://github.com/jpochyla/psst/commit/d8068fbcbd764f264695a92484281a97d1b42cac) Fix - [`5a0b4b8`](https://github.com/jpochyla/psst/commit/5a0b4b89d1782642a5a7c92786218c8df4ae6bdc) 30? - [`8ba5f8c`](https://github.com/jpochyla/psst/commit/8ba5f8cd1935e0675e0d8f8a563b4a8253ffb8d9) 28? - [`447beca`](https://github.com/jpochyla/psst/commit/447beca3ae6b3cdf001f28d17488c7cf36c6adb4) 26? - [`435d407`](https://github.com/jpochyla/psst/commit/435d40784f000407cdc1051e7629e26b410bc0c6) 24 - [`e4abd29`](https://github.com/jpochyla/psst/commit/e4abd292c55327913fe0c13104ffdfa834d8f876) Make esc close window - [`aa80ec6`](https://github.com/jpochyla/psst/commit/aa80ec6460dc12886dac4af8bf48af819df23def) Add esc to credits (#569) - [`e5674a0`](https://github.com/jpochyla/psst/commit/e5674a00117b5a69664553485b240fb64e4411a0) Cleanup ### 📊 Changes **6 files changed** (+711 additions, -407 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+617 -399) 📝 `psst-gui/src/cmd.rs` (+3 -0) 📝 `psst-gui/src/delegate.rs` (+28 -1) 📝 `psst-gui/src/ui/mod.rs` (+58 -2) 📝 `psst-gui/src/ui/playback.rs` (+4 -1) 📝 `psst-gui/src/ui/playlist.rs` (+1 -4) </details> ### 📄 Description This allows users to click on the cover art of a currently playing song and see it in higher quality. --- <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:35 +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#599
No description provided.