
Play Control
Source (link to git-repo or to original if based on someone elses unmodified work):
For VLC users:
You might have to enable the D-Bus interface before you can use this plasmoid. You can do so under Tools -> Preferences (Show settings: All) -> Interface -> Control interfaces -> D-Bus control interface
1.2.5
Double clicking player icons triggers play.
1.2.4
FIX: load config on startup, even if no configChanged signal is fired
1.2.3
Added command based player preset for "Steam Music"
1.2.2
FIX: Refresh command based players after settings change.
1.2.1
NEW: Web socket server supports SSL/TLS (wss://) so it can be used on https web pages.
NEW: Web socket server logfile
Fix icons sometimes not going away after a player exists (and resolved possible ref loop)
1.2.0
NEW: Web socket server to which web apps can connect. Currently only supported by http://greattuneplayer.jit.su/ (also written by me). A browser plugin that adds this feature to more sites might follow later.
1.1.0
NEW: Configure a non-dbus player controlled via shell commands.
1.0.5
handle dbus errors more gracefully
layout improvements
1.0.4
Support for version 2 of the mpris API.
Automatically change selection to the last used player. This means if no player is playing and a player starts playing (e.g. you clicked play in the said player) the selection changes to this player.
1.0.3
Seeking support
Fixed strange crash when refreshing player list
1.0.2
Better workaround for play/pause in VLC
Nice context menu
Ratings & Comments
14 Comments
how i can install on linux mint kde
Rightclick on Plasma Overlay/Desktop (-> Unlock Widgets) -> Add Widgets... -> Get new widgets -> Download New Plasma Widgets -> Search for "Play Control" -> click install on the entry called "Play Control" By panzi If you still have problems ask again. :)
Awesome widget and I especially like it now when the buttons are small enough to be displayed directly in the panel. Thank you so much! Would it be possible to support also vertical panels so that the buttons can be stacked vertically above each other?
Yes, it would be be _possible_. But I won't implement this because I don't use it in the panel at all. If you want this feature you have to implement it yourself. :)
good widget, but don't work for me in kubuntu 11.10 (((
How does it not work? What is the error message? With which media player do you use it?
kde dont want install it, say that appear error. I try install it from file. I rename this file and it install well. Seem's kde little bug. Now it work. Sory( Thanks 4 widget
Glad it works for you now.
Is MPD player supported? If no, can you add support for it?
If this MPD player supports the mpris D-Bus API then it's supported. What does `qdbus org.mpris.*` say on your system? I won't add any other methods than D-Bus, because that's all I use.
It returns empty, so mpd don't have DBUS support. I have found another plasmoid for control mpd: http://kde-apps.org/content/show.php?action=content&content=140412
or you can run mpdris2 to give mpd mpris support: https://github.com/eonpatapon/mpDris2
The buttons, in panel, too large http://itmages.ru/image/view/258508/380553ed
I'ts not meant to be used in the panel. If you want to use it like that you have to adapt the code yourself. ;)