Bug 350578 - media controller: no stop
Summary: media controller: no stop
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: Media Player widget (other bugs)
Version First Reported In: 5.3.2
Platform: Other Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 09:29 UTC by arne anka
Modified: 2015-08-31 00:39 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:
thomas.pfeiffer: Usability+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arne anka 2015-07-24 09:29:00 UTC
media controller has not stop button, just play or pause

Reproducible: Always
Comment 1 Thomas Pfeiffer 2015-08-31 00:39:21 UTC
(not exactly a visual design issue, but certainly a usability issue)

The Mediacontroller Plasmoid is used for quick access to a media player, to quickly skip to the next track if you don't like the one playing, or the previous one if you liked it so much you want to hear it again, or to quickly pause if e.g. the phone rings and then unpause again.

Stopping as opposed to pausing was important for cassette or optical disc players because they continued to consume energy in pause mode, but for a digital media player, this is not the case. Therefore, the usecases for stop are pretty rare in a digital player (for example if you take a longer break form listening and afterwards would like to resume the track from the beginning).
These usecases can well be served from within the player's main UI.
Even many players (e.g. Amarok) do not have a stop button in their main UI by default anymore, so if even they don't have it, why would a quick-access Plasmoid with only the most important features have it?

Stop may seem like an important function if you're still used to using it, but if they don't have it easily accessible, most users realize sooner rather than later that they don't actually need it all that often. So, the media controller Plasmoid is not the right place for it.