[Feature Request]: Always show volume slider #1703

Open
opened 2024-01-31 18:36:17 +00:00 by eivindholvik · 7 comments
eivindholvik commented 2024-01-31 18:36:17 +00:00 (Migrated from github.com)

Preflight Checklist

  • I use the latest version of YouTube Music (Application).
  • I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Problem Description

Great app!

Would like the ability to quickly change volume on screen 2. No need for two actions here imo :

Proposed Solution

Have an option to always show the volume, and remove class="expand-button style-scope ytmusic-player-bar" entirely. Or make it stay toggeled when clicked.

Alternatives Considered

Not do anything, it is strictly not a problem.

Additional Information

No response

### Preflight Checklist - [X] I use the latest version of YouTube Music (Application). - [X] I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a feature request that matches the one I want to file, without success. ### Problem Description Great app! Would like the ability to quickly change volume on screen 2. No need for two actions here imo : ### Proposed Solution Have an option to always show the volume, and remove `class="expand-button style-scope ytmusic-player-bar"` entirely. Or make it stay toggeled when clicked. ### Alternatives Considered Not do anything, it is strictly not a problem. ### Additional Information _No response_
ryanbuening commented 2024-07-31 12:51:57 +00:00 (Migrated from github.com)

I would also like this feature. Would it make the most sense to put this under Options > Visual Tweaks?

I would also like this feature. Would it make the most sense to put this under `Options` > `Visual Tweaks`?
Masood-ul-Rehman commented 2024-08-13 21:50:43 +00:00 (Migrated from github.com)

@eivindholvik can I work on this, can you assign this issue to me

@eivindholvik can I work on this, can you assign this issue to me
Owner

This can be achieved via a user theme

https://github.com/user-attachments/assets/f4611e2a-628f-4d69-8208-b93109d1ad3a

The css used is here

.volume-slider.ytmusic-player-bar {
    opacity: 1 !important;
}
This can be achieved via a user theme https://github.com/user-attachments/assets/f4611e2a-628f-4d69-8208-b93109d1ad3a The css used is here ```css .volume-slider.ytmusic-player-bar { opacity: 1 !important; } ```
ryanbuening commented 2024-08-14 12:31:22 +00:00 (Migrated from github.com)

@ArjixWasTaken when using your style, you are unable to click and change the volume slider until you manually mute and unmute as you demonstrated in the video, which kind of defeats the purpose.

@ArjixWasTaken when using your style, you are unable to click and change the volume slider until you manually mute and unmute as you demonstrated in the video, which kind of defeats the purpose.
Owner

I didn't demonstrate that, I didn't even try changing the value of the slider before muting/unmuting.

I just found it weird that the mouse cursor was not a "pointer" when hovering over the slider, that's why I muted/unmuted

I didn't demonstrate that, I didn't even try changing the value of the slider before muting/unmuting. I just found it weird that the mouse cursor was not a "pointer" when hovering over the slider, that's why I muted/unmuted
ryanbuening commented 2024-08-14 12:37:23 +00:00 (Migrated from github.com)

Ah, I see. Well that is what the end result is when using that style, which solves the "Always show volume slider", but IMO isn't ideal since it requires additional user interaction before being able to change the volume.

Ah, I see. Well that is what the end result is when using that style, which solves the "Always show volume slider", but IMO isn't ideal since it requires additional user interaction before being able to change the volume.
Owner

A bit more css should fix this issue.

A bit more css should fix this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: YTMD/youtube-music#1703
No description provided.