aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-05-25clear playlist.current on clearPlaylist()Warren Dukes1-0/+1
2004-05-25fix for floating point exception when adding randomly to the playlist withWarren Dukes1-3/+5
2004-05-25mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist()Warren Dukes1-2/+2
2004-05-23by popular demand: have stop remember the current song and play will startWarren Dukes1-10/+26
2004-05-20when playing a url, previous always goto to previous song and never to theWarren Dukes1-1/+4
2004-05-19fix a nasty bug when deleting a stream from the playlistWarren Dukes1-4/+11
2004-05-19just a we bit of changesWarren Dukes1-8/+8
2004-05-13redimentary addition of url's to playlistWarren Dukes1-6/+21
2004-05-13add type element to Song struct, and change utf8file to utf8urlWarren Dukes1-12/+14
2004-04-15clean up a little bit main() codeWarren Dukes1-2/+2
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes1-4/+4
2004-04-13lots of fsCharset, utf8/ascii converting clean-up and robustness stuffWarren Dukes1-1/+3
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-24/+0
2004-04-11fix some snafoosWarren Dukes1-1/+0
2004-04-11don't stop playlist on finishPlaylist()[DWarren Dukes1-1/+0
2004-04-11make "update" command background/non-blockingWarren Dukes1-0/+4
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-8/+8
2004-03-31fix for loading playlists on platforms where char is unsigned (like PPC)Warren Dukes1-1/+3
2004-03-26close audio device on pause, after we say we have paused, makes pause seemWarren Dukes1-5/+0
2004-03-17make playlist restart from current position in song when using state fileWarren Dukes1-0/+2
2004-03-10remove some no longer used functionsWarren Dukes1-11/+0
2004-03-05make a set of nested if statements less ambigousWarren Dukes1-1/+4
2004-02-25finally found the segfault, it occurs with random and repeat on,Warren Dukes1-2/+2
2004-02-25some more cleanupsWarren Dukes1-1/+1