XeroxDev / YTMD-StreamDeck

This Stream Deck Plugin allows you to control the YouTube Music Desktop App (https://github.com/ytmdesktop/ytmdesktop)
MIT License
50 stars 16 forks source link

[FEATURE]: Play button showing Time remaining on another line #48

Closed CatbotTsumi closed 1 year ago

CatbotTsumi commented 2 years ago

Consent

Feature

Here's another idea for you from the maker of the success that is the Toggle/play/pause button. The title says it. Its great to see how much time there's left in the current song, which is great for timing the song change. I personally prefer this as a counting down thing rather than having the length of the song displayed. But if you feel like being fancy you could make it an option or something.

Solution

No response

Alternatives

No response

Anything else?

No response

XeroxDev commented 2 years ago

Hello! Good to hear you're happy with the plugin and thank you for contributing great ideas!

I'll add an option to fully customize it.

It will be added in the next release.

XeroxDev commented 2 years ago

Hey! I've one good and one bad message.

Good: Like seen above, I've created the feature. I added a few more options. The title can now be fully customized. I've also added 3*2 variables everyone can use. {current}, {duration}, {remaining}. Also you can addition put an :S or :H behind the variable (example {current:S}) to display it in seconds instead of formatted.

Example: Song is at position 1:31 and goes 3 minutes. {current} = 1:31 {current:S} = 91 {duration} = 3:00 {duration:S} = 180 {remaining} = 1:29 {remaining:S} = 89

Bad: I can't release it right now. I don't have a lot of time this weekend (also I hope we can add a few more things, so we can put multiple news into a release, instead of one :D)

But if you can't wait for that feature, you could clone the develop branch, build it yourself and install it.