dockapps/wmusic
2018-06-24 07:46:57 -07:00
..
src Remove trailing whitespace 2018-06-24 07:46:57 -07:00
ChangeLog wmusic: Separate changelog into its own file. 2018-06-24 07:46:57 -07:00
configure.ac wmusic: Port to playerctl for MPRIS support. 2018-06-24 07:46:57 -07:00
COPYING wmusic: Add version 1.5.0 to repository 2018-06-24 07:46:56 -07:00
Makefile.am wmusic: Add manpage (adapted from Debian) 2018-06-24 07:46:57 -07:00
README wmusic: Separate changelog into its own file. 2018-06-24 07:46:57 -07:00
wmusic.1 wmusic: Add manpage (adapted from Debian) 2018-06-24 07:46:57 -07:00

wmusic
by Hadess <hadess@hadess.net>
maintained by John <john+wmusic@jtan.com>

wmusic is a dockapp that remote-controls xmms. Here is a list of the features:

- VCR style controls including fast rewind and fast forward
- Time and Playlist position display
- Super stylee rotating arrow
- Hiding of the xmms windows (on startup and through middle-click)

- 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.
- 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

http://home.jtan.com/~john/index.shtml?software.shtml

Building
--------

Requirements:
	- xmms >= 1.0.0 and all the appropriate devel packages (glib,
gtk+, xmms, glibc...)
	- xmms > 1.2.4 if you have problems with the prefs window popping up

Simply type:
    ./configure
    make
    make install

URLs
----
XMMS: http://xmms.org
DockMill: http://tigert.gimp.org/files/sawmill-themes/DockMill.tar.gz

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)