|
|
WMmp
| Category: |
Audio |
|
|
| Maintainer: |
sbh |
| Website: |
http://musicpd.org |
| Description: |
A (Window Maker) dock app for interfacing MPD.
(based on WMxmms) |
Screenshots:
|
|
|
Available Versions:
|
You are not the owner of this file version
| Date |
Author |
Changelog |
Download |
Delete |
|
sbh |
0.8.0
|
0.8.0
|
 |
|
sbh |
0.9.0
|
0.9.0
|
 |
Add a new Version of this Dockapp
You may add a new (or even old) version of this dockapp by using
the link above. This way we can be sure that this application will
be available even if the project's homepage goes down (did that ever
happen to you? :)).
|
User Comments
What is the difference between WMxmms?
Is there a changelog?
The difference is that this uses Music Player Daemon as a backend, rather than XMMS.
Patch for xmms launch
For some reason on my system launching xmms as system("xmms &"); caused system to return a -1, killing the applet. Simply restarting the applet (or launching xmms first) works fine. You can get a trivial patch for this program http://people.montana.com/~marmon/wmxmms.patch">here that will fix this minor annoyance.
eject button
The eject button is unused? So you can't see a playlist or modify it ... I decided to put gmpc on that button: you can add following to src/mpd_func.c to start gmpc
line 9: char * str_eject = "/usr/bin/gmpc";
line 66, in function MpdEject: system(str_eject);
done this with v0.9.0. regards!
|
|
|
|