[Musicpd-dev-team] PATCH NCMPC: display songs time in playlist

2009-05-23 Thread Romain Bignon
Hello, I wrote a patch to display songs time on the ncmpc's playlist. It is pushed on git://git.musicpd.org/romain/ncmpc.git Romain pgp0yMhuwdqhT.pgp Description: PGP signature -- Register Now for Creativity and

[Musicpd-dev-team] [PATCH 1/1] Added the 'single' command

2009-03-29 Thread Romain Bignon
It also removes some trailing spaces... Signed-off-by: Romain Bignon rom...@peerfuse.org --- doc/mpc-bashrc |8 doc/mpc.1 |7 +-- src/command.c | 42 -- src/command.h |3 ++- src/libmpdclient.c | 14

[Musicpd-dev-team] [PATCH 1/1] Added the 'single' command

2009-03-29 Thread Romain Bignon
It also removes some trailing spaces... Signed-off-by: Romain Bignon rom...@peerfuse.org --- doc/mpc-bashrc |8 doc/mpc.1 |7 +-- src/command.c | 42 -- src/command.h |3 ++- src/libmpdclient.c | 14

[Musicpd-dev-team] [PATCH 2/2] support of the 'consume' mode

2009-03-29 Thread Romain Bignon
Signed-off-by: Romain Bignon rom...@peerfuse.org --- doc/mpc-bashrc |2 +- doc/mpc.1 |3 +++ src/command.c | 22 ++ src/command.h |1 + src/libmpdclient.c | 12 src/libmpdclient.h |4 src/main.c |1

[Musicpd-dev-team] Single and consume modes

2009-03-29 Thread Romain Bignon
Hello, I implemented few days ago the 'single' mode on MPD, and integrated support to this feature in libmpdclient and ncmpc. Ncmpcpp has also implemented it. I posted a patch bellow to support 'single' feature in mpc. The 'single' mode plays song only once, or repeat it if the 'repeat' mode is