Make AddMouseRegion's index unsigned
[dockapps.git] / wmusic / README
blob02c72b17223a8a005e842deed907bf3817166e0c
1 wmusic
2 by Hadess <hadess@hadess.net>
3 previously maintained by John <john+wmusic@jtan.com>
4 now maintained by the Window Maker Team <wmaker-dev@googlegroups.com>
5 https://dockapps.net/wmusic
7 wmusic is a dockapp that remote-controls MPRIS-compatible media players. Here
8 is a list of the features:
10 - VCR style controls including fast rewind and fast forward
11 - Time and Playlist position display
12 - Super stylee rotating arrow
14 - AfterStep users, add this line to your ~/GNUstep/Library/AfterStep/wharf:
15         *Wharf wmusic - Swallow "wmusic" wmusic -w &
16 - Sawfish users, grab Tiger-T's DockMill theme, and apply it to the running
17   dockapp with the -w flag on. See the theme's README for more details.
18   (http://sawmill.sourceforge.net/themes.org/current/DockMill.tar.gz)
19 - KDE users can use the "Dock Application Bar" to dock wmusic, don't forget
20   the -w flag to launch wmusic. Right-Click on Kicker, then pick:
21   Add->Extension->Dock Application Bar
23 Building
24 --------
26 Requirements:
27         - libdockapp (https://www.dockapps.net/libdockapp)
28         - playerctl (https://github.com/acrisci/playerctl)
29         - an MPRIS-compatible media player (most of them)
31 Simply type:
32     ./configure
33     make
34     sudo make install
36 Copyright
37 ---------
39 Plain and simple GPL version 2.0, see COPYING for more infos
40 - based on design work of Antoine Nulle and Martjin Pieterse
41 - double-click code from WMpop by Jérôme SAUTRET (jerome@linuxfan.com)