Bug 438361

Summary: Media player mouse scroll action is inconsistent across media applications
Product: [Plasma] plasmashell Reporter: medin <med.medin.2014>
Component: Media Player widgetAssignee: Kai Uwe Broulik <kde>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: nate, plasma-bugs-null
Priority: NOR    
Version First Reported In: 5.21.5   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description medin 2021-06-09 20:11:11 UTC
If you scroll mouse over media player icon widget, the result differs from an app to another :
- With Elisa, no audio OSD is displayed but the action is relayed to the player and its sound level is changed.
- With VLC and Firefox, audio OSD is displayed with each increment/decrement action and the event is relayed to the player and its sound level is changed.
- With Clementine, audio OSD is displayed only when sound level reach 100% but the action is relayed to the player and its sound level is changed.
- With SMPlayer it shows weird behavior and get stuck between random values.
- With MPV and QtAVPlayer the scroll has no effect on the player.

See the following video for more info https://vimeo.com/561039845

Operating System: Manjaro Linux
KDE Plasma Version: 5.21.5
KDE Frameworks Version: 5.82.0
Qt Version: 5.15.2
Kernel Version: 5.4.123-1-MANJARO
OS Type: 64-bit
Graphics Platform: X11
Comment 1 Nate Graham 2021-06-09 23:25:42 UTC
The scroll action simply sends standard MPRIS commands to the app currently being controlled by the applet; it's up to apps to interpret those actions as they see fit. You would need to file bugs on the individual apps to correct any behavior that you find objectionable.
Comment 2 medin 2021-06-09 23:34:38 UTC
(In reply to Nate Graham from comment #1)

> You would need to file bugs on the individual apps to
> correct any behavior that you find objectionable.

I would rather remove/disable media player widget than do it :) because even if reported it's impossible to fix it with that many players.

What I want to know is which one is the correct response that should be given ? the one from Elisa ?
Comment 3 Nate Graham 2021-06-10 15:27:32 UTC
I have no idea. :) I don't know if there is a canonical standard for what is right and what is wrong here.