Commit Graph

8 Commits

Author SHA1 Message Date
Andrzej Rybczak
5f41640cd9 handle single command and remove hacks used as substitute for it
mpd-git has single command, which provides functionality
of both "repeat one" and "stop after current track" modes.

repeat one = single && repeat
stop after current track = single && !repeat
2009-03-27 16:40:55 +01:00
Andrzej Rybczak
d1d1011eeb make function 'clear' in playlist editor clear selected playlist 2009-03-17 18:24:35 +01:00
Andrzej Rybczak
6768e3cdaa change char * to const char * in libmpdclient where appropriate to avoid casts 2009-03-12 18:29:13 +01:00
Andrzej Rybczak
24c37eb592 do not store commands list in MPD::Connection
it should have sent commandlist begin and end commands from the beginning,
having separated functions just to handle queueing commands was plainly ugly.
2009-03-12 17:30:25 +01:00
unK
4ab4e72c97 implement argv handler and basic mpc commands 2008-10-05 22:41:29 +02:00
unK
9fd373625d add to libmpdclient support for getting list of any tag type 2008-10-05 19:30:42 +02:00
unK
ded070c61b allocate strings in a pool (taken from ncmpc) 2008-09-16 14:43:04 +02:00
unknown
1c2ef6fc6a drop libmpd dependency in favor of its own libmpdclient wrapper 2008-08-17 21:23:21 +02:00