ciderapp / CiderDeck

Cider's official Stream Deck implementation for playback management and information.
https://cider.sh
MIT License
24 stars 1 forks source link

Feature requests #3

Open lgander opened 1 year ago

lgander commented 1 year ago

Thanks for this plugin! Working good on windows 11 (store version).

I'll add some feature requests in case you'll continue working on this at some point:

1- Add the ability to change both icons on the play/pause button (adding the toggle functionality) .

2- Add a button for Artist.

3- Song title always gets cropped. Would be nice if the words will be in different lines.

4- A button to "Add current song to a custom defined playlist". So if you have a playlist for work, another for the car, etc, you could have one button configured for each playlist and you can populate them really easy.

Again, thanks for taking the time to make and share this plugin.

LarveyOfficial commented 10 months ago

+1 on Adding a "Add to Playlist" button, would be nice to have

cringewatergod commented 5 months ago

+1 on adding a song to a playlist button -adding a button to play/shuffle a playlist would be nice -also a button that has both song name and album art one more thing, the releases link at the bottom of the main page doesnt take you anywhere

theironraiden commented 4 months ago

Excellent plugin, using native controls instead of the finnicky Windows Play/Next/Back/volume keyboard shortcuts is a world of difference. +1 to word wrap con the song title, right now it's not very visible.

William-Kwan21 commented 1 month ago

+1 to word rap/ cycle the song title

cryptofyre commented 1 month ago

Hey all, I've been working on this a little more lately and I'm looking into implementing most of these features.

Currently, im looking into a good way to composite text in a marquee similar to what I did for SD+ support. I expect to have this finished before the main 2.5.1 release. As for the artist tile, ill implement this too.

The Play/Pause tiles will have a global option config to disable their "dynamic" behavior which should fix this issue you all are having setting your own.

Just dont expect the play/pause button to actually dynamically change to your own custom icons of course as this is not possible in their SDK yet.

Playlists are a thing that I'd like to handle later on, but currently via the RPC API's present in Cider I cannot add song's to playlists or run my own requests to allow this yet. But when it is possible ill be sure to look into it.

cryptofyre commented 3 weeks ago

Some icons can now be changed as of #12, I've also introduced various icon changes so things look more similar.

Additionally, Shuffle and Repeat have been introduced.

JustSxm commented 2 weeks ago

Could you add one where its the album art + title + on click it pauses/play? Thats how the spotify one works and it was pretty convenient instead of having 3 button in different places

cryptofyre commented 2 weeks ago

Not sure the title would be very visible, not to mention how I'd render those changes would be a different thing entirely.