mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #666] Add play button to album and playlist views #652
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#652
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/jpochyla/psst/pull/666
Author: @Cleboost
Created: 6/30/2025
Status: 🔄 Open
Base:
main← Head:play-button📝 Commits (4)
f75000eAdd play button to album and playlist viewsa476beaAdd play to top bar and group with sort54cbd2aRefactor play_items_with_mode to early return on empty itemsed9cd0fMerge remote-tracking branch 'upstream/main' into play-button📊 Changes
3 files changed (+90 additions, -1 deletions)
View changed files
📝
psst-gui/src/cmd.rs(+3 -1)📝
psst-gui/src/delegate.rs(+59 -0)📝
psst-gui/src/ui/mod.rs(+28 -0)📄 Description
Introduces a play button to both album and playlist detail views, allowing users to start playback directly from these screens. Implements new commands and delegate handling to support playing all tracks from an album or playlist, respecting the current queue behavior (e.g., random or sequential).
close https://github.com/jpochyla/psst/issues/656
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.