Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-18 | command/list: reset used size after the list has been processed | Andrzej Rybczak | 1 | -0/+1 | |
2014-07-11 | PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs | Max Kellermann | 3 | -0/+9 | |
Implement a "bulk" edit mode that postpones both UpdateQueuedSong() and OnModified(). This way, the playlist version gets incremented only once. More importantly: when adding multiple songs to a queue that consists of only one song, the first song that got added will always be played next. By postponing this choice, all newly added songs get a chance to become the next song. Fixes the second (and last) part of Mantis ticket 0004005. | |||||
2014-07-11 | QueueCommands: make "result" more local | Max Kellermann | 1 | -3/+2 | |
2014-02-27 | AllCommands: "findadd" requires the "add" permission | Max Kellermann | 1 | -1/+1 | |
2013-11-06 | ClientRead: "close" flushes the output buffer | Max Kellermann | 2 | -1/+7 | |
Add a new CommandResult code called "FINISH" which, unlike "CLOSE", will attempt to flush the output buffer. This is a one-shot attempt; it will do one write, and not try again. | |||||
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 15 | -15/+15 | |
2013-10-30 | PlayerCommands: show CrossFade/MixRamp only if enabled | Max Kellermann | 1 | -4/+10 | |
2013-10-29 | Revert "command: new commands "findin", "searchin" with base URI" | Max Kellermann | 3 | -25/+4 | |
This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find". | |||||
2013-10-28 | *: use nullptr instead of NULL | Max Kellermann | 2 | -3/+3 | |
2013-10-26 | command: new commands "findin", "searchin" with base URI | Max Kellermann | 3 | -4/+25 | |
2013-10-26 | FileCommands: "readcomments" understands APE and ID3v2 tags | Max Kellermann | 1 | -0/+5 | |
Implements Mantis ticket 3843. | |||||
2013-10-26 | FileCommands: fix wrong control character check in IsValidValue() | Max Kellermann | 1 | -1/+1 | |
Check was the wrong way around, and made all valid values invisible. | |||||
2013-10-26 | TagFile: use Path instead of const char * | Max Kellermann | 1 | -1/+1 | |
2013-10-25 | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | 3 | -0/+154 | |
2013-10-25 | OtherCommands: re-add the "volume" command | Max Kellermann | 3 | -0/+37 | |
This command was removed by commit 206392ad (MPD 0.16), even though it was been proven useful for some very simple clients. On request, I add it to the protocol again. | |||||
2013-10-20 | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 1 | -3/+2 | |
Replaces GLib's g_ascii_strcasecmp(). | |||||
2013-10-20 | *Commands: move to src/command/ | Max Kellermann | 23 | -0/+3197 | |