2018-06-22 20:20:52 +00:00
|
|
|
wmusic
|
|
|
|
by Hadess <hadess@hadess.net>
|
2018-06-22 20:21:07 +00:00
|
|
|
previously maintained by John <john+wmusic@jtan.com>
|
|
|
|
now maintained by the Window Maker Team <wmaker-dev@googlegroups.com>
|
|
|
|
https://dockapps.net/wmusic
|
2018-06-22 20:20:52 +00:00
|
|
|
|
2018-06-22 20:21:07 +00:00
|
|
|
wmusic is a dockapp that remote-controls MPRIS-compatible media players. Here
|
|
|
|
is a list of the features:
|
2018-06-22 20:20:52 +00:00
|
|
|
|
|
|
|
- VCR style controls including fast rewind and fast forward
|
|
|
|
- Time and Playlist position display
|
|
|
|
- Super stylee rotating arrow
|
|
|
|
|
|
|
|
- AfterStep users, add this line to your ~/GNUstep/Library/AfterStep/wharf:
|
|
|
|
*Wharf wmusic - Swallow "wmusic" wmusic -w &
|
|
|
|
- Sawfish users, grab Tiger-T's DockMill theme, and apply it to the running
|
|
|
|
dockapp with the -w flag on. See the theme's README for more details.
|
2018-06-22 20:21:07 +00:00
|
|
|
(http://sawmill.sourceforge.net/themes.org/current/DockMill.tar.gz)
|
2018-06-22 20:20:52 +00:00
|
|
|
- KDE users can use the "Dock Application Bar" to dock wmusic, don't forget
|
|
|
|
the -w flag to launch wmusic. Right-Click on Kicker, then pick:
|
|
|
|
Add->Extension->Dock Application Bar
|
|
|
|
|
|
|
|
Building
|
|
|
|
--------
|
|
|
|
|
|
|
|
Requirements:
|
2018-06-22 20:21:07 +00:00
|
|
|
- libdockapp (https://www.dockapps.net/libdockapp)
|
|
|
|
- playerctl (https://github.com/acrisci/playerctl)
|
|
|
|
- an MPRIS-compatible media player (most of them)
|
2018-06-22 20:20:52 +00:00
|
|
|
|
|
|
|
Simply type:
|
|
|
|
./configure
|
|
|
|
make
|
2018-06-22 20:21:07 +00:00
|
|
|
sudo make install
|
2018-06-22 20:20:52 +00:00
|
|
|
|
|
|
|
Copyright
|
|
|
|
---------
|
|
|
|
|
|
|
|
Plain and simple GPL version 2.0, see COPYING for more infos
|
|
|
|
- based on design work of Antoine Nulle and Martjin Pieterse
|
|
|
|
- double-click code from WMpop by Jérôme SAUTRET (jerome@linuxfan.com)
|