YTMD-StreamDeck
YTMD-StreamDeck copied to clipboard
[FEATURE]: Play button showing Time remaining on another line
Consent
- [X] I have searched the existing issues and verified that there is no open issue for the same subject.
- [X] I understand that the YTMDesktop Elgato Plugin has NO affiliation with Google, YouTube or the YTMDesktop application.
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
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.
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.