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