aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* more efficient of updating of metadataWarren Dukes2004-06-011-11/+10
* icynames are now copied to title of streamsWarren Dukes2004-05-311-0/+23
* fix avuton's mp4 compile bugWarren Dukes2004-05-311-0/+3
* clear playlist.current on clearPlaylist()Warren Dukes2004-05-251-0/+1
* fix for floating point exception when adding randomly to the playlist withWarren Dukes2004-05-251-3/+5
* mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist()Warren Dukes2004-05-251-2/+2
* by popular demand: have stop remember the current song and play will startWarren Dukes2004-05-231-10/+26
* when playing a url, previous always goto to previous song and never to theWarren Dukes2004-05-201-1/+4
* fix a nasty bug when deleting a stream from the playlistWarren Dukes2004-05-191-4/+11
* just a we bit of changesWarren Dukes2004-05-191-8/+8
* redimentary addition of url's to playlistWarren Dukes2004-05-131-6/+21
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-131-12/+14
* clean up a little bit main() codeWarren Dukes2004-04-151-2/+2
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-131-4/+4
* lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes2004-04-131-1/+3
* clean up signal handling using a polling method, from the genius that is mack...Warren Dukes2004-04-111-24/+0
* fix some snafoosWarren Dukes2004-04-111-1/+0
* don't stop playlist on finishPlaylist()[DWarren Dukes2004-04-111-1/+0
* make "update" command background/non-blockingWarren Dukes2004-04-111-0/+4
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-8/+8
* fix for loading playlists on platforms where char is unsigned (like PPC)Warren Dukes2004-03-311-1/+3
* close audio device on pause, after we say we have paused, makes pause seemWarren Dukes2004-03-261-5/+0
* make playlist restart from current position in song when using state fileWarren Dukes2004-03-171-0/+2
* remove some no longer used functionsWarren Dukes2004-03-101-11/+0