Add playback toggle support to Album Art Grid action#29
Open
vxncz3 wants to merge 2 commits into
Open
Conversation
Added KeyDownEvent handling to toggle play/pause on album art click. Improved SVG rendering logic and code formatting.
Added functionality to toggle playback on the current track when pressing any tile.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pressing any tile in the Album Art Grid will now toggle playback of the current track.
I took inspiration from the Spotify Stream Deck plugin and thought this functionality would be a nice addition to CiderDeck.
I use the Stream Deck MK.2 (15 keys), and previously my main page had four separate buttons: album artwork, previous track, play/pause, and next track. I started running out of space on my main page, so I decided to combine the album artwork and playback control into the Album Art Grid.
This makes the grid more useful while keeping the interface cleaner and reducing the number of buttons needed.
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.