• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

panel-plugin/H13-Aug-2019-2,5952,134

po/H13-Aug-2019-6,1204,879

AUTHORSH A D21-Jan-201141 21

COPYINGH A D17-Aug-2009895 1614

ChangeLogH A D13-Aug-20194.1 KiB11394

INSTALLH A D13-Aug-201915.4 KiB371289

Makefile.amH A D04-Mar-2015283 1913

Makefile.inH A D13-Aug-201926.3 KiB857759

READMEH A D15-Feb-20121.5 KiB3226

TODOH A D29-Jun-2016112 43

aclocal.m4H A D13-Aug-2019401.5 KiB11,42210,275

compileH A D13-Aug-20197.2 KiB348258

config.guessH A D13-Aug-201944.7 KiB1,5691,356

config.h.inH A D13-Aug-20192.6 KiB10168

config.subH A D13-Aug-201934.8 KiB1,7941,656

configureH A D13-Aug-2019477.2 KiB16,35813,574

configure.acH A D13-Aug-20192.7 KiB9075

depcompH A D13-Aug-201923 KiB792502

install-shH A D13-Aug-201913.7 KiB528351

ltmain.shH A D13-Aug-2019276 KiB9,6317,280

missingH A D13-Aug-20196.7 KiB216143

README

1Xfce4-Mpc-Plugin
2----------------
3
4This is a simple Musicpd (http://www.musicpd.org) client plugin for the Xfce panel.
5Features :
6- next/stop/play/pause/previous buttons
7- current volume/status/playing track when mouse passes over the plugin
8- decrease/increase volume with mousewheel
9- show a simple playlist window upon middle-click, permitting to select a track to play
10- toggle random/repeat/outputs in right-click menu
11- launch configurable client (gmpc, xterm -e ncmpc,..) through right-click menu
12- configurable tooltip and playlist formats, using a gmpc-like markup :
13  - playlist accepts %artist%, %title%, %album% and %track%
14  - tooltip accepts the same plus %vol%, %status% and %newline%
15
16To build it, you have two options :
17- against libmpd libraries :
18Get'em from your OS' repository/ports, or from source
19It will be autodetected by pkg-config.
20If libmpd is not installed in a standard directory, use --with-libmpd=path_to_libmpd.
21- without libmpd, using simple-libmpd :
22Since 0.2.0, i implemented a simple interface with mpd, using plain old sockets.
23If libmpd is not found, it will be used as a fallback (or if you specify --without-libmpd)
24
25./configure && make && su -c make install should suffice in most cases.
26
27If it crashes, recompile it with --enable-debug=full, add it to the panel, attach gdb to it
28(gdb -p `pgrep -f libmpc` , continue) and report a bug with a complete backtrace.
29
30This little piece of code is licensed under a BSD-style licence.
31(OpenBSD variant modeled after the ISC licence)
32