summaryrefslogtreecommitdiff
path: root/src/command.c
AgeCommit message (Expand)Author
2009-04-28command: added "sticker delete" commandMax Kellermann
2009-04-28command: use g_ascii_strcasecmp() instead of strcasecmp()Max Kellermann
2009-04-01command: added command "sticker find"Max Kellermann
2009-04-01Move db_get_song into sub-handlers. (FReq 2112)Eric Wollesen
2009-04-01sticker_print: new library for sending stickers to a clientMax Kellermann
2009-03-31do not consider single mode with "next" commandRomain Bignon
2009-03-30command: command_error() is not necessary for export.Avuton Olrich
2009-03-30implemented the 'consume' modeRomain Bignon
2009-03-27renamed smartstop to single and changed behaviorRomain Bignon
2009-03-27implements the smartstop featureRomain Bignon
2009-03-26queue/playlist/command: move rangeJeffrey Middleton
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann
2009-03-14command: return COMMAND_RETURN_OK in handle_addid()Max Kellermann
2009-03-14command: handle the addToPlaylist() result properlyMax Kellermann
2009-03-14command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann
2009-03-14volume: use bool instead of intMax Kellermann
2009-03-13all: Update copyright header.Avuton Olrich
2009-03-11Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen
2009-03-03Add sticker list command.Eric Wollesen
2009-02-27tag: no CamelCaseMax Kellermann
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann
2009-02-13added the shufflerange commandRomain Bignon
2009-02-11audio: moved code to output_command.cMax Kellermann
2009-02-10audio: moved protocol code to output_print.cMax Kellermann
2009-02-09playlist: provide information about "next song"Vladimir S Eremin
2009-02-04playlist_save: added spl_save_playlist()Max Kellermann
2009-02-04playlist_print: added wrappers for printing the queueMax Kellermann
2009-02-04playlist_print: use bool instead of intMax Kellermann
2009-02-04playlist_print: no CamelCaseMax Kellermann
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann
2009-01-24locate: added struct locate_item_listMax Kellermann
2009-01-24locate: no CamelCaseMax Kellermann
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann
2009-01-24command: use queue_print_*()Max Kellermann
2009-01-24command: eliminate gcc warningLaszlo Ashin
2009-01-23commands: don't advertise "sticker" unless configuredMax Kellermann
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann
2009-01-23playlist: removed stopOnError flag from playPlaylist()Max Kellermann
2009-01-21command: don't restart player in the "status" commandMax Kellermann
2009-01-20Add space after sticker: to make it consistent.Qball Cow
2009-01-19command: added "sticker" commandMax Kellermann
2009-01-18mapper: make the playlist directory optionalMax Kellermann
2009-01-18stats: no CamelCaseMax Kellermann
2009-01-11command: restore the "playlistinfo -1" behaviorMax Kellermann
2009-01-10playlist: pass unsigned integers to playlistInfo()Max Kellermann
2009-01-10playlist: exclude end of rangeMax Kellermann
2009-01-10command: playlistinfo now uses a range argument rather than just a song idThomas Jansen