summaryrefslogtreecommitdiff
path: root/src/playlist.c
AgeCommit message (Expand)Author
2006-07-16Sigh, another memory leakJ. Alexander Treuman
2006-07-16Fixing what looks like a *huge* memory leakJ. Alexander Treuman
2006-07-16Fixing a whopping 4 memory leaksJ. Alexander Treuman
2006-07-14[CLEANUP] cleanup whitespace -> tabsAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-05-20Remove superfluous \n from addid's commandError call.J. Alexander Treuman
2006-05-08Commit Jat's patch for bug 1282Qball Cow
2006-05-08Commit Jat's patch for bug 1281Qball Cow
2006-04-23Adding of plchangesposid command, this is a stripped down version of the plch...Qball Cow
2006-03-26src/playlist.c: remove unnecessary strdup()Eric Wong
2006-03-26Small fix, it's file: test not file:testQball Cow
2006-03-26Support for fetching the content of a stored playlist (patch by qball), this ...Qball Cow
2005-03-08for windows compatibility, if we're unable to add a song, convert '\' to '/' ...Warren Dukes
2005-03-06fix stateFile path getting garbledWarren Dukes
2004-11-11implement saved memory by not storing full pathWarren Dukes
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes
2004-11-02oops, a typo, but that's ok, i'm still da manWarren Dukes
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes
2004-10-30use random() instead of rand()Warren Dukes
2004-10-28oops, forgot the parse the state_file as a pathWarren Dukes
2004-10-28merge shank-rewrite-config changesWarren Dukes
2004-10-16#1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes
2004-10-15fix bug #307Warren Dukes
2004-06-30rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes
2004-06-26patch from np for orderPlaylist()Warren Dukes
2004-06-19fix move commandWarren Dukes
2004-06-15fix C99 stuff for commandErrorWarren Dukes
2004-06-14forget to set playlist.current = 0 when toggling randomWarren Dukes
2004-06-14bug fix for deleting a song when the last song or next to last song is playin...Warren Dukes
2004-06-13change 'Num' => 'Pos" for positionWarren Dukes
2004-06-10since stuff like vorbis streams report actual time into stream,Warren Dukes
2004-06-09implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes
2004-06-09implmented ID functions, need to implemented id commandsWarren Dukes
2004-06-09implemented song id'sWarren Dukes
2004-06-08fix ack error when attempt to save a playlist that already existsWarren Dukes
2004-06-08on random select, move current to the first song playedWarren Dukes
2004-06-08make enabling random always randomize the entire playlistWarren Dukes
2004-06-06spelling fix for avutonWarren Dukes
2004-06-06slightly safer copying of metadataChunk to MpdTagWarren Dukes
2004-06-06mechanism for updating metadata while decodingWarren Dukes
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes
2004-06-04remove ickiness ness with play on a non existing file setting playlist_state ...Warren Dukes
2004-06-04simple fix for play -1Warren Dukes
2004-06-04finish ack error codesWarren Dukes
2004-06-04work on ACK error codesWarren Dukes
2004-06-04clean up ACK error coding a little bitWarren Dukes
2004-06-03remove debug code, and preivous commit fixes a segfault due to a doble free o...Warren Dukes
2004-06-03don't stop on play command!Warren Dukes
2004-06-02fix a segfault when deleteing the last song in the playlist and sync'ing meta...Warren Dukes