aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-03-23command: fix return value of handle_currentsong()Max Kellermann1-1/+1
2011-03-18command: print playlist load errorMax Kellermann1-1/+1
2010-12-07command: don't error when sticker list is run on song with no stickersAnton Khirnov1-7/+3
2010-05-18command: fallback strftime() formats on WIN32Max Kellermann1-2/+4
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+49
2010-03-12command: allow "update" with slash or empty pathMax Kellermann1-1/+4
2010-02-27command: "update" checks if the path is malformedMax Kellermann1-2/+16
2010-02-08command: "listplaylist" dumps playlist filesMax Kellermann1-0/+6
2010-01-04replay_gain: moved code to replay_gain_config.cMax Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-14audio_format: added function audio_format_to_string()Max Kellermann1-4/+5
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-11-07command: added command "decoders"Max Kellermann1-0/+10
2009-11-04sticker comments in code and example configuration fileRomain Bignon1-0/+5
2009-10-18command: omitting the range end is possibleMax Kellermann1-1/+4
2009-10-18command: use GLib limit macros in check_range()Max Kellermann1-10/+10
2009-10-17command: allow changing replay gain mode on-the-flyMax Kellermann1-0/+27
2009-10-13command: "load" supports remote playlists (m3u, xspf, lastfm://)Max Kellermann1-0/+5
2009-10-13song: renamed attribute "url" to "uri"Max Kellermann1-1/+1
2009-10-13tag: removed the "_ITEM_" suffix from the enum namesMax Kellermann1-3/+3
2009-10-08player_control: no CamelCaseMax Kellermann1-8/+8
2009-10-08player_control: bundle "get" functions in pc_get_status()Max Kellermann1-8/+13
2009-10-08player_control: allocate getPlayerErrorStr() resultMax Kellermann1-2/+5
2009-09-30command: range support for "delete"Max Kellermann1-3/+3
2009-09-25command: relax requirements for unquoted wordsMax Kellermann1-1/+1
2009-09-24command: added command "rescan"Max Kellermann1-1/+23
2009-09-24update: pass const string to update_enqueue()Max Kellermann1-2/+2
2009-09-24update: renamed directory_update_init() to update_enqueue()Max Kellermann1-1/+1
2009-08-25command: add "findadd" command.Anton Khirnov1-0/+25
2009-07-29command: moved command_process_list() to client.cMax Kellermann1-26/+3
2009-07-28playlist: CamelCaseIsBadCourtney Cavin1-21/+21
2009-07-19command: use the tokenizer libraryMax Kellermann1-4/+50
2009-07-14playlist: no CamelCaseMax Kellermann1-12/+12
2009-07-06volume: moved range check to handle_setvol()Max Kellermann1-0/+5
2009-07-06volume, mixer: removed the "relative" parameterMax Kellermann1-1/+1
2009-07-06command: removed the "volume" commandMax Kellermann1-22/+1
2009-06-25command: added new "status" line with more precise "elapsed time"Max Kellermann1-0/+2
2009-04-28command: added "sticker delete" commandMax Kellermann1-0/+22
2009-04-28command: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann1-1/+1
2009-04-01command: added command "sticker find"Max Kellermann1-0/+41
2009-04-01Move db_get_song into sub-handlers. (FReq 2112)Eric Wollesen1-9/+27
2009-04-01sticker_print: new library for sending stickers to a clientMax Kellermann1-10/+3
2009-03-31do not consider single mode with "next" commandRomain Bignon1-0/+7
2009-03-30command: command_error() is not necessary for export.Avuton Olrich1-1/+1
2009-03-30implemented the 'consume' modeRomain Bignon1-1/+23
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon1-6/+6
2009-03-27implements the smartstop featureRomain Bignon1-0/+22
2009-03-26queue/playlist/command: move rangeJeffrey Middleton1-3/+5
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann1-4/+3
2009-03-14command: return COMMAND_RETURN_OK in handle_addid()Max Kellermann1-1/+1