1. Start spotify 2. Play song 3. Move mouse over Media Player widget 4. Use mouse wheel up and down When going up, Plasma shows that I set volume level to minimum, but actual audio level doesn't change When going down, Plasma shows "Spotify Muted", but spotify continues to play.
Are you using Spotify desktop client or the spotify website in the browser?
I'm using flatpak com.spotify.Client/x86_64/stable
I can reproduce the issuer with a local music player; the scroll direction seems to be inverted such that scrolling up reduces the volume, and scrolling down increases it.
That is different bug than the one I'm describing. I have made another test and behaviour is the same as described. I also tried the same thing with YouTube playing music in Firefox and volume changes as expected. So the issue is either with Spotify or maybe flatpaks in general.
*** Bug 433802 has been marked as a duplicate of this bug. ***
Works here. Please run the following in a terminal dbus-send --print-reply=literal --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:org.mpris.MediaPlayer2.Player string:Volume that should print the current volume dbus-send --print-reply=literal --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Set string:org.mpris.MediaPlayer2.Player string:Volume variant:double:0.9 where 0.9 is a value between 0 and 1 for the volume to set. If that's not working correctly we need to report to spotify
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
I just did a retest and everything works as expected. Mouse wheel sets volume of Spotify and scroll direction is correct as well. Thank you for fixing it.