| Commit message (Expand) | Author | Files | Lines |
2004-06-13 | change 'Num' => 'Pos" for position | Warren Dukes | 1 | -1/+1 |
2004-06-10 | since stuff like vorbis streams report actual time into stream, | Warren Dukes | 1 | -4/+6 |
2004-06-09 | implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw... | Warren Dukes | 1 | -4/+6 |
2004-06-09 | implmented ID functions, need to implemented id commands | Warren Dukes | 1 | -1/+64 |
2004-06-09 | implemented song id's | Warren Dukes | 1 | -9/+60 |
2004-06-08 | fix ack error when attempt to save a playlist that already exists | Warren Dukes | 1 | -2/+2 |
2004-06-08 | on random select, move current to the first song played | Warren Dukes | 1 | -0/+5 |
2004-06-08 | make enabling random always randomize the entire playlist | Warren Dukes | 1 | -2/+2 |
2004-06-06 | spelling fix for avuton | Warren Dukes | 1 | -1/+1 |
2004-06-06 | slightly safer copying of metadataChunk to MpdTag | Warren Dukes | 1 | -4/+0 |
2004-06-06 | mechanism for updating metadata while decoding | Warren Dukes | 1 | -0/+4 |
2004-06-05 | new command, plchanges, and also add Num: to songinfo of playlistinfo | Warren Dukes | 1 | -18/+75 |
2004-06-04 | remove ickiness ness with play on a non existing file setting playlist_state ... | Warren Dukes | 1 | -1/+0 |
2004-06-04 | simple fix for play -1 | Warren Dukes | 1 | -0/+2 |
2004-06-04 | finish ack error codes | Warren Dukes | 1 | -22/+40 |
2004-06-04 | work on ACK error codes | Warren Dukes | 1 | -33/+11 |
2004-06-04 | clean up ACK error coding a little bit | Warren Dukes | 1 | -39/+31 |
2004-06-03 | remove debug code, and preivous commit fixes a segfault due to a doble free o... | Warren Dukes | 1 | -5/+0 |
2004-06-03 | don't stop on play command! | Warren Dukes | 1 | -0/+5 |
2004-06-02 | fix a segfault when deleteing the last song in the playlist and sync'ing meta... | Warren Dukes | 1 | -27/+30 |
2004-06-02 | when at the end of the playlist with and not repeat, on next, set current = -1 | Warren Dukes | 1 | -10/+11 |
2004-06-02 | validate url's before adding to playlist | Warren Dukes | 1 | -2/+5 |
2004-06-01 | not sure if i changed anything, but what the hey | Warren Dukes | 1 | -1/+13 |
2004-06-01 | more efficient of updating of metadata | Warren Dukes | 1 | -11/+10 |
2004-05-31 | icynames are now copied to title of streams | Warren Dukes | 1 | -0/+23 |
2004-05-31 | fix avuton's mp4 compile bug | Warren Dukes | 1 | -0/+3 |
2004-05-25 | clear playlist.current on clearPlaylist() | Warren Dukes | 1 | -0/+1 |
2004-05-25 | fix for floating point exception when adding randomly to the playlist with | Warren Dukes | 1 | -3/+5 |
2004-05-25 | mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist() | Warren Dukes | 1 | -2/+2 |
2004-05-23 | by popular demand: have stop remember the current song and play will start | Warren Dukes | 1 | -10/+26 |
2004-05-20 | when playing a url, previous always goto to previous song and never to the | Warren Dukes | 1 | -1/+4 |
2004-05-19 | fix a nasty bug when deleting a stream from the playlist | Warren Dukes | 1 | -4/+11 |
2004-05-19 | just a we bit of changes | Warren Dukes | 1 | -8/+8 |
2004-05-13 | redimentary addition of url's to playlist | Warren Dukes | 1 | -6/+21 |
2004-05-13 | add type element to Song struct, and change utf8file to utf8url | Warren Dukes | 1 | -12/+14 |
2004-04-15 | clean up a little bit main() code | Warren Dukes | 1 | -2/+2 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-13 | ok, rework myfprintf so it uses write() and never use any file stream | Warren Dukes | 1 | -4/+4 |
2004-04-13 | lots of fsCharset, utf8/ascii converting clean-up and robustness stuff | Warren Dukes | 1 | -1/+3 |
2004-04-11 | clean up signal handling using a polling method, from the genius that is mack... | Warren Dukes | 1 | -24/+0 |
2004-04-11 | fix some snafoos | Warren Dukes | 1 | -1/+0 |
2004-04-11 | don't stop playlist on finishPlaylist()[D | Warren Dukes | 1 | -1/+0 |
2004-04-11 | make "update" command background/non-blocking | Warren Dukes | 1 | -0/+4 |
2004-04-02 | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 1 | -8/+8 |
2004-03-31 | fix for loading playlists on platforms where char is unsigned (like PPC) | Warren Dukes | 1 | -1/+3 |
2004-03-26 | close audio device on pause, after we say we have paused, makes pause seem | Warren Dukes | 1 | -5/+0 |
2004-03-17 | make playlist restart from current position in song when using state file | Warren Dukes | 1 | -0/+2 |
2004-03-10 | remove some no longer used functions | Warren Dukes | 1 | -11/+0 |
2004-03-05 | make a set of nested if statements less ambigous | Warren Dukes | 1 | -1/+4 |
2004-02-25 | finally found the segfault, it occurs with random and repeat on, | Warren Dukes | 1 | -2/+2 |