aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-11-12correct a type in the error messageWarren Dukes1-1/+1
2004-11-12now more flexible list, search, find, where you can enter pairs ofWarren Dukes1-16/+28
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes1-3/+3
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-6/+59
2004-11-08new command "commands" for avutonWarren Dukes1-0/+22
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes1-1/+9
2004-11-02new command "devices", prints devices and their statesWarren Dukes1-2/+12
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes1-0/+36
2004-06-19fix playlistid command so it can take an argumentWarren Dukes1-1/+1
2004-06-15fix C99 stuff for commandErrorWarren Dukes1-12/+13
2004-06-13make swapid and deleteid actually workWarren Dukes1-2/+2
2004-06-13make seekid actually workWarren Dukes1-1/+1
2004-06-13make playid actually workWarren Dukes1-1/+1
2004-06-12change 'current' command to 'currentsong'Warren Dukes1-3/+3
2004-06-10todo updateWarren Dukes1-0/+13
2004-06-09implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes1-1/+133
2004-06-07potential bugfixes for handling metadata in player/decoderWarren Dukes1-1/+2
2004-06-05implement list_OK/command_list_ok_beginWarren Dukes1-1/+2
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes1-32/+48
2004-06-04finish ack error codesWarren Dukes1-21/+38
2004-06-04work on ACK error codesWarren Dukes1-1/+15
2004-06-04clean up ACK error coding a little bitWarren Dukes1-36/+23
2004-06-03don't stop on play command!Warren Dukes1-1/+1
2004-06-02add urlhandlers command, but prolly not neededWarren Dukes1-0/+8
2004-05-23by popular demand: have stop remember the current song and play will startWarren Dukes1-1/+3
2004-05-13redimentary addition of url's to playlistWarren Dukes1-3/+6
2004-04-15round crossfade for statusWarren Dukes1-1/+3
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-12cleanup interface between interface.[ch] and command.[ch]Warren Dukes1-10/+45
2004-04-11incremental updates and command-list/update kung fuWarren Dukes1-51/+150
2004-04-11update job id stuffWarren Dukes1-1/+4
2004-04-11updating_db in status and some ideas for the TODO that i've already forgottenWarren Dukes1-0/+3
2004-04-11make "update" command background/non-blockingWarren Dukes1-2/+1
2004-03-10increment playlist version on update, so clients know to updateWarren Dukes1-0/+1
2004-02-27crossfade should always be displayed in statusWarren Dukes1-1/+1
2004-02-27add xfade and audio to status, remove crossfade no args optionsWarren Dukes1-6/+6
2004-02-25have pause take an optional arugmentWarren Dukes1-1/+11