Go to file
rtlhq 0481d8f60c changed debian source format to native 2022-11-09 14:29:53 +08:00
debian changed debian source format to native 2022-11-09 14:29:53 +08:00
panel-plugin Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
po Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
AUTHORS Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
COPYING Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
ChangeLog Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
INSTALL Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
Makefile.am Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
Makefile.in Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
NEWS Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
README Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
TODO Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
aclocal.m4 Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
compile Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
config.guess Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
config.h.in Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
config.sub Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
configure Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
configure.ac Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
depcomp Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
install-sh Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
intltool-extract.in Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
intltool-merge.in Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
intltool-update.in Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
ltmain.sh Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00
missing Import Upstream version 0.5.2 2022-09-24 18:21:41 +08:00

README

Xfce4-Mpc-Plugin
----------------

This is a simple Musicpd (http://www.musicpd.org) client plugin for the Xfce panel.
Features :
- next/stop/play/pause/previous buttons
- current volume/status/playing track when mouse passes over the plugin
- decrease/increase volume with mousewheel
- show a simple playlist window upon middle-click, permitting to select a track to play
- toggle random/repeat/outputs in right-click menu
- launch configurable client (gmpc, xterm -e ncmpc,..) through right-click menu
- configurable tooltip and playlist formats, using a gmpc-like markup :
  - playlist accepts %artist%, %title%, %album% and %track%
  - tooltip accepts the same plus %vol%, %status% and %newline%

To build it, you have two options :
- against libmpd libraries :
Get'em from your OS' repository/ports, or from source
It will be autodetected by pkg-config.
If libmpd is not installed in a standard directory, use --with-libmpd=path_to_libmpd.
- without libmpd, using simple-libmpd :
Since 0.2.0, i implemented a simple interface with mpd, using plain old sockets.
If libmpd is not found, it will be used as a fallback (or if you specify --without-libmpd)

./configure && make && su -c make install should suffice in most cases.

If it crashes, recompile it with --enable-debug=full, add it to the panel, attach gdb to it
(gdb -p `pgrep -f libmpc` , continue) and report a bug with a complete backtrace.

This little piece of code is licensed under a BSD-style licence.
(OpenBSD variant modeled after the ISC licence)