aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CLEANUP] cleanup whitespace -> tabsAvuton Olrich2006-07-141-69/+66
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Remove superfluous \n from addid's commandError call.J. Alexander Treuman2006-05-201-1/+1
* Commit Jat's patch for bug 1282Qball Cow2006-05-081-3/+3
* Commit Jat's patch for bug 1281Qball Cow2006-05-081-1/+1
* Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow2006-04-231-0/+20
* src/playlist.c: remove unnecessary strdup()Eric Wong2006-03-261-4/+5
* Small fix, it's file: test not file:testQball Cow2006-03-261-2/+2
* Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow2006-03-261-73/+106
* for windows compatibility, if we're unable to add a song, convert '\' to '/' ...Warren Dukes2005-03-081-4/+14
* fix stateFile path getting garbledWarren Dukes2005-03-061-18/+28
* implement saved memory by not storing full pathWarren Dukes2004-11-111-16/+11
* new command "addid", this is the same as "add" command, except it also return...Warren Dukes2004-11-021-6/+12
* oops, a typo, but that's ok, i'm still da manWarren Dukes2004-11-021-1/+1
* a few extra strerror()'s sprinkled in the codeWarren Dukes2004-11-021-2/+4
* use random() instead of rand()Warren Dukes2004-10-301-4/+4
* oops, forgot the parse the state_file as a pathWarren Dukes2004-10-281-1/+1
* merge shank-rewrite-config changesWarren Dukes2004-10-281-23/+31
* #1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes2004-10-161-1/+3
* fix bug #307Warren Dukes2004-10-151-2/+7
* rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes2004-06-301-34/+34
* patch from np for orderPlaylist()Warren Dukes2004-06-261-1/+3
* fix move commandWarren Dukes2004-06-191-1/+1
* fix C99 stuff for commandErrorWarren Dukes2004-06-151-3/+4
* forget to set playlist.current = 0 when toggling randomWarren Dukes2004-06-141-0/+1
* bug fix for deleting a song when the last song or next to last song is playin...Warren Dukes2004-06-141-4/+4
* change 'Num' => 'Pos" for positionWarren Dukes2004-06-131-1/+1
* since stuff like vorbis streams report actual time into stream,Warren Dukes2004-06-101-4/+6
* implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes2004-06-091-4/+6
* implmented ID functions, need to implemented id commandsWarren Dukes2004-06-091-1/+64
* implemented song id'sWarren Dukes2004-06-091-9/+60
* fix ack error when attempt to save a playlist that already existsWarren Dukes2004-06-081-2/+2
* on random select, move current to the first song playedWarren Dukes2004-06-081-0/+5
* make enabling random always randomize the entire playlistWarren Dukes2004-06-081-2/+2
* spelling fix for avutonWarren Dukes2004-06-061-1/+1
* slightly safer copying of metadataChunk to MpdTagWarren Dukes2004-06-061-4/+0
* mechanism for updating metadata while decodingWarren Dukes2004-06-061-0/+4
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-051-18/+75
* remove ickiness ness with play on a non existing file setting playlist_state ...Warren Dukes2004-06-041-1/+0
* simple fix for play -1Warren Dukes2004-06-041-0/+2
* finish ack error codesWarren Dukes2004-06-041-22/+40
* work on ACK error codesWarren Dukes2004-06-041-33/+11
* clean up ACK error coding a little bitWarren Dukes2004-06-041-39/+31
* remove debug code, and preivous commit fixes a segfault due to a doble free o...Warren Dukes2004-06-031-5/+0
* don't stop on play command!Warren Dukes2004-06-031-0/+5
* fix a segfault when deleteing the last song in the playlist and sync'ing meta...Warren Dukes2004-06-021-27/+30
* when at the end of the playlist with and not repeat, on next, set current = -1Warren Dukes2004-06-021-10/+11
* validate url's before adding to playlistWarren Dukes2004-06-021-2/+5
* not sure if i changed anything, but what the heyWarren Dukes2004-06-011-1/+13