
Basic Playback Controls
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Fedorateur
14 years ago
Report
shanepardue
14 years ago
Report
shanepardue
14 years ago
Report
pionono
14 years ago
Simply you can add to the panel an icon that, if clicked, run a command-line option for your music player (I did this with beep-media-player)
Sergej
Report
Fedorateur
14 years ago
Report
johny
14 years ago
Rewind: xmms -r
Play: xmms -p
Pause: xmms -u
Stop: xmms -s
Play/Pause: xmms -t
Forward: xmms -f
For amarok and other players, it might be similar.
Report