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