[Goodies-commits] r2387 - xfce4-mpc-plugin/trunk

Landry Breuil landry at xfce.org
Tue Jan 16 21:25:14 CET 2007


Author: landry
Date: 2007-01-16 20:25:14 +0000 (Tue, 16 Jan 2007)
New Revision: 2387

Modified:
   xfce4-mpc-plugin/trunk/ChangeLog
   xfce4-mpc-plugin/trunk/README
   xfce4-mpc-plugin/trunk/TODO
   xfce4-mpc-plugin/trunk/configure.ac
Log:
Updating informations for 0.3 release


Modified: xfce4-mpc-plugin/trunk/ChangeLog
===================================================================
--- xfce4-mpc-plugin/trunk/ChangeLog	2007-01-16 19:59:34 UTC (rev 2386)
+++ xfce4-mpc-plugin/trunk/ChangeLog	2007-01-16 20:25:14 UTC (rev 2387)
@@ -1,3 +1,9 @@
+16-01-2007 Landry Breuil <landry at fr.homeunix.org>
+   * release 0.3.0
+   * added configurable client (gmpc, xterm -e ncmpc,..) entry in context menu (uses xfce_exec())
+   * added simple playlist window on middle-click permitting to select a track to play
+   * completed simple-libmpd to improve communication with mpd
+
 26-10-2006 Landry Breuil <landry at fr.homeunix.org>
    * release 0.2.0
    * written a simple interface with mpd when libmpd is not available

Modified: xfce4-mpc-plugin/trunk/README
===================================================================
--- xfce4-mpc-plugin/trunk/README	2007-01-16 19:59:34 UTC (rev 2386)
+++ xfce4-mpc-plugin/trunk/README	2007-01-16 20:25:14 UTC (rev 2387)
@@ -4,20 +4,25 @@
 This is a simple Musicpd (http://www.musicpd.org) client plugin for the Xfce 4.4 panel.
 Features :
 - next/stop/play/pause/previous buttons
-- current status/playing track when mouse passes over the plugin
+- 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 in right-click menu
+- launch configurable client (gmpc, xterm -e ncmpc,..) through right-click menu
 
 To build it, you have two options :
-- against libmpd libraries : 
+- against libmpd libraries :
 Get'em from your OS' repository/ports, or from source here : http://cms.qballcow.nl
 It will be autodetected by pkg-config.
 If libmpd is not installed in a standard directory, use --with-libmpd=path_to_libmpd.
-- without libmpd :
-In 0.2.0, i implemented a simple interface with mpd, using plain old sockets.
+- 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 `pidof xfce4-mpc-plugin` , 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)

Modified: xfce4-mpc-plugin/trunk/TODO
===================================================================
--- xfce4-mpc-plugin/trunk/TODO	2007-01-16 19:59:34 UTC (rev 2386)
+++ xfce4-mpc-plugin/trunk/TODO	2007-01-16 20:25:14 UTC (rev 2387)
@@ -1,2 +1,2 @@
-- add a simple track selection window (no complete playlist mgmt)
-- run a standalone configurable client on demand (dbl click ?)
+- improve playlist management, keep it persistent instead of creating it on each middle-click
+- add configurable title display string (with %artist%, %title%, %track%, %album%...) in tooltip and playlist

Modified: xfce4-mpc-plugin/trunk/configure.ac
===================================================================
--- xfce4-mpc-plugin/trunk/configure.ac	2007-01-16 19:59:34 UTC (rev 2386)
+++ xfce4-mpc-plugin/trunk/configure.ac	2007-01-16 20:25:14 UTC (rev 2387)
@@ -3,7 +3,7 @@
 dnl xfce4-mpc-plugin - mpd client plugin for the XFce4 panel
 dnl
 
-m4_define([mpc_version], [0.2.0])
+m4_define([mpc_version], [0.3.0])
 
 AC_INIT([xfce4-mpc-plugin], [mpc_version()],
 	[landry at fr.homeunix.org])




More information about the Goodies-commits mailing list