aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-03-14command: handle the addToPlaylist() result properlyMax Kellermann1-1/+2
2009-03-14command: use sticker_song_get() instead of sticker_song_list_values()Max Kellermann1-11/+10
2009-03-14volume: use bool instead of intMax Kellermann1-8/+14
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-03-11Move from the opaque GPtrArray to GHashTable for sticker lists.Eric Wollesen1-20/+13
2009-03-03Add sticker list command.Eric Wollesen1-1/+29
2009-02-27tag: no CamelCaseMax Kellermann1-1/+1
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-0/+1
2009-02-13added the shufflerange commandRomain Bignon1-2/+7
2009-02-11audio: moved code to output_command.cMax Kellermann1-9/+13
2009-02-10audio: moved protocol code to output_print.cMax Kellermann1-0/+1
2009-02-09playlist: provide information about "next song"Vladimir S Eremin1-0/+10
2009-02-04playlist_save: added spl_save_playlist()Max Kellermann1-1/+1
2009-02-04playlist_print: added wrappers for printing the queueMax Kellermann1-31/+13
2009-02-04playlist_print: use bool instead of intMax Kellermann1-8/+12
2009-02-04playlist_print: no CamelCaseMax Kellermann1-2/+2
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-40/+41
2009-01-25playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.cMax Kellermann1-2/+3
2009-01-24queue_print, dbUtils: use struct locate_item_listMax Kellermann1-7/+6
2009-01-24locate: added struct locate_item_listMax Kellermann1-48/+53
2009-01-24locate: no CamelCaseMax Kellermann1-14/+14
2009-01-24playlist: removed locate functions to queue_print.cMax Kellermann1-2/+2
2009-01-24locate: renamed LocateTagItem to "struct locate_item"Max Kellermann1-9/+7
2009-01-24command: use queue_print_*()Max Kellermann1-15/+43
2009-01-24command: eliminate gcc warningLaszlo Ashin1-1/+1
2009-01-23commands: don't advertise "sticker" unless configuredMax Kellermann1-1/+13
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann1-0/+1
2009-01-23playlist: removed stopOnError flag from playPlaylist()Max Kellermann1-2/+2
2009-01-21command: don't restart player in the "status" commandMax Kellermann1-1/+0
2009-01-20Add space after sticker: to make it consistent.Qball Cow1-1/+1
2009-01-19command: added "sticker" commandMax Kellermann1-0/+72
2009-01-18mapper: make the playlist directory optionalMax Kellermann1-0/+5
2009-01-18stats: no CamelCaseMax Kellermann1-1/+1
2009-01-11command: restore the "playlistinfo -1" behaviorMax Kellermann1-0/+8
2009-01-10playlist: pass unsigned integers to playlistInfo()Max Kellermann1-10/+26
2009-01-10playlist: exclude end of rangeMax Kellermann1-1/+1
2009-01-10command: playlistinfo now uses a range argument rather than just a song idThomas Jansen1-4/+5
2009-01-10command: add a parser for range argumentsThomas Jansen1-0/+48
2009-01-08added missing explicit config.h includesMax Kellermann1-0/+1
2009-01-04playlist: log errors during loadPlaylist()Max Kellermann1-1/+1
2009-01-04ls: renamed functions, no CamelCaseMax Kellermann1-4/+4
2009-01-04command: check URI scheme in "addid"Max Kellermann1-12/+22
2009-01-04command: added variable "uri" to command handlersMax Kellermann1-20/+24
2009-01-03don't include utils.h when it isn't usedMax Kellermann1-1/+2
2009-01-03command: fix adding local files on !WIN32Max Kellermann1-1/+5
2008-12-31Moving mixers to audio outputsViliam Mateicka1-3/+3
2008-12-30command: don't allow adding local files on WIN32Max Kellermann1-0/+4