aboutsummaryrefslogtreecommitdiff
path: root/src/playlist.c
Commit message (Expand)AuthorAge
...
* oops, a typo, but that's ok, i'm still da manWarren Dukes2004-11-02
* a few extra strerror()'s sprinkled in the codeWarren Dukes2004-11-02
* use random() instead of rand()Warren Dukes2004-10-30
* oops, forgot the parse the state_file as a pathWarren Dukes2004-10-28
* merge shank-rewrite-config changesWarren Dukes2004-10-28
* #1) Fix a potential security hole, where mpd sends a line from a playlist to ...Warren Dukes2004-10-16
* fix bug #307Warren Dukes2004-10-15
* rename idToNum and numToId to idToPostion and positionToId - from tw-nymWarren Dukes2004-06-30
* patch from np for orderPlaylist()Warren Dukes2004-06-26
* fix move commandWarren Dukes2004-06-19
* fix C99 stuff for commandErrorWarren Dukes2004-06-15
* forget to set playlist.current = 0 when toggling randomWarren Dukes2004-06-14
* bug fix for deleting a song when the last song or next to last song is playin...Warren Dukes2004-06-14
* change 'Num' => 'Pos" for positionWarren Dukes2004-06-13
* since stuff like vorbis streams report actual time into stream,Warren Dukes2004-06-10
* implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes2004-06-09
* implmented ID functions, need to implemented id commandsWarren Dukes2004-06-09
* implemented song id'sWarren Dukes2004-06-09
* fix ack error when attempt to save a playlist that already existsWarren Dukes2004-06-08
* on random select, move current to the first song playedWarren Dukes2004-06-08
* make enabling random always randomize the entire playlistWarren Dukes2004-06-08
* spelling fix for avutonWarren Dukes2004-06-06
* slightly safer copying of metadataChunk to MpdTagWarren Dukes2004-06-06
* mechanism for updating metadata while decodingWarren Dukes2004-06-06
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-05
* remove ickiness ness with play on a non existing file setting playlist_state ...Warren Dukes2004-06-04
* simple fix for play -1Warren Dukes2004-06-04
* finish ack error codesWarren Dukes2004-06-04
* work on ACK error codesWarren Dukes2004-06-04
* clean up ACK error coding a little bitWarren Dukes2004-06-04
* remove debug code, and preivous commit fixes a segfault due to a doble free o...Warren Dukes2004-06-03
* don't stop on play command!Warren Dukes2004-06-03
* fix a segfault when deleteing the last song in the playlist and sync'ing meta...Warren Dukes2004-06-02
* when at the end of the playlist with and not repeat, on next, set current = -1Warren Dukes2004-06-02
* validate url's before adding to playlistWarren Dukes2004-06-02
* not sure if i changed anything, but what the heyWarren Dukes2004-06-01
* more efficient of updating of metadataWarren Dukes2004-06-01
* icynames are now copied to title of streamsWarren Dukes2004-05-31
* fix avuton's mp4 compile bugWarren Dukes2004-05-31
* clear playlist.current on clearPlaylist()Warren Dukes2004-05-25
* fix for floating point exception when adding randomly to the playlist withWarren Dukes2004-05-25
* mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist()Warren Dukes2004-05-25
* by popular demand: have stop remember the current song and play will startWarren Dukes2004-05-23
* when playing a url, previous always goto to previous song and never to theWarren Dukes2004-05-20
* fix a nasty bug when deleting a stream from the playlistWarren Dukes2004-05-19
* just a we bit of changesWarren Dukes2004-05-19
* redimentary addition of url's to playlistWarren Dukes2004-05-13
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-13
* clean up a little bit main() codeWarren Dukes2004-04-15
* add vim shiznit to end of all source filesWarren Dukes2004-04-14