-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add volume and playback rate change notification feature to vid… #6473
feat: add volume and playback rate change notification feature to vid… #6473
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also use a icon for playbackspeed the same one that is used in the player controls should be fine.
Not sure about the placement would like others to chime in. Does YouTube this with volume and playback speed
firefox_OHfjnbsDIj.mp4
I wonder about placement too. I'd like to put it in top left corner, but stats are already there. |
I think the volume low/high icons make sense to indicate down/up. Top middle placement similar to YT here makes sense because the position of these buttons is subject to change, and top middle ensures that it can catch users' attention. |
VirtualBoxVM_qdQIXzINZn.mp4 |
Head branch was pushed to by a user without write access
I placed message in top middle. |
Head branch was pushed to by a user without write access
Volume icon now shows if volume become higher/lower or muted. |
This is awesome! Minor notes: suggestion (blocking): Show mute / current volume popup on mute/unmute with m key. suggestion (blocking): Show mute icon in popup instead of the volume low icon when using volume down shortcut and hitting 0. Currently, it shows volume low icon when it reaches zero, and you have to press it again to show the mute icon. nitpick: Don't show trailing zeroes in playback rate popup (e.g., |
Head branch was pushed to by a user without write access
done
fixed
I did this on purpose. Otherwise if you have step eq. 0.25 and hold o/p values will "jump" inside message. something like this |
nitpick: It doesn't fade out elegantly like the player controls. Is it possible to make it do that VirtualBoxVM_JAWqHudP8y.mp4 |
FWIW, YT also has no transition for it. |
src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.vue
Outdated
Show resolved
Hide resolved
src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.js
Outdated
Show resolved
Hide resolved
src/renderer/components/ft-shaka-video-player/ft-shaka-video-player.js
Outdated
Show resolved
Hide resolved
Head branch was pushed to by a user without write access
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would love to have something like this for toasts while in FS / FW 👀
Pull Request Type
Related issue
closes #4658
Description
it adds small popup in top center of the player, when volume or playback rate is changed using shortcuts (but not ui)
Screenshots