| Commit message (Expand) | Author | Age | Files | Lines |
* | for windows compatibility, if we're unable to add a song, convert '\' to '/' ... | Warren Dukes | 2005-03-08 | 1 | -4/+14 |
* | fix stateFile path getting garbled | Warren Dukes | 2005-03-06 | 1 | -18/+28 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -16/+11 |
* | new command "addid", this is the same as "add" command, except it also return... | Warren Dukes | 2004-11-02 | 1 | -6/+12 |
* | oops, a typo, but that's ok, i'm still da man | Warren Dukes | 2004-11-02 | 1 | -1/+1 |
* | a few extra strerror()'s sprinkled in the code | Warren Dukes | 2004-11-02 | 1 | -2/+4 |
* | use random() instead of rand() | Warren Dukes | 2004-10-30 | 1 | -4/+4 |
* | oops, forgot the parse the state_file as a path | Warren Dukes | 2004-10-28 | 1 | -1/+1 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -23/+31 |
* | #1) Fix a potential security hole, where mpd sends a line from a playlist to ... | Warren Dukes | 2004-10-16 | 1 | -1/+3 |
* | fix bug #307 | Warren Dukes | 2004-10-15 | 1 | -2/+7 |
* | rename idToNum and numToId to idToPostion and positionToId - from tw-nym | Warren Dukes | 2004-06-30 | 1 | -34/+34 |
* | patch from np for orderPlaylist() | Warren Dukes | 2004-06-26 | 1 | -1/+3 |
* | fix move command | Warren Dukes | 2004-06-19 | 1 | -1/+1 |
* | fix C99 stuff for commandError | Warren Dukes | 2004-06-15 | 1 | -3/+4 |
* | forget to set playlist.current = 0 when toggling random | Warren Dukes | 2004-06-14 | 1 | -0/+1 |
* | bug fix for deleting a song when the last song or next to last song is playin... | Warren Dukes | 2004-06-14 | 1 | -4/+4 |
* | change 'Num' => 'Pos" for position | Warren Dukes | 2004-06-13 | 1 | -1/+1 |
* | since stuff like vorbis streams report actual time into stream, | Warren Dukes | 2004-06-10 | 1 | -4/+6 |
* | implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw... | Warren Dukes | 2004-06-09 | 1 | -4/+6 |
* | implmented ID functions, need to implemented id commands | Warren Dukes | 2004-06-09 | 1 | -1/+64 |
* | implemented song id's | Warren Dukes | 2004-06-09 | 1 | -9/+60 |
* | fix ack error when attempt to save a playlist that already exists | Warren Dukes | 2004-06-08 | 1 | -2/+2 |
* | on random select, move current to the first song played | Warren Dukes | 2004-06-08 | 1 | -0/+5 |
* | make enabling random always randomize the entire playlist | Warren Dukes | 2004-06-08 | 1 | -2/+2 |
* | spelling fix for avuton | Warren Dukes | 2004-06-06 | 1 | -1/+1 |
* | slightly safer copying of metadataChunk to MpdTag | Warren Dukes | 2004-06-06 | 1 | -4/+0 |
* | mechanism for updating metadata while decoding | Warren Dukes | 2004-06-06 | 1 | -0/+4 |
* | new command, plchanges, and also add Num: to songinfo of playlistinfo | Warren Dukes | 2004-06-05 | 1 | -18/+75 |
* | remove ickiness ness with play on a non existing file setting playlist_state ... | Warren Dukes | 2004-06-04 | 1 | -1/+0 |
* | simple fix for play -1 | Warren Dukes | 2004-06-04 | 1 | -0/+2 |
* | finish ack error codes | Warren Dukes | 2004-06-04 | 1 | -22/+40 |
* | work on ACK error codes | Warren Dukes | 2004-06-04 | 1 | -33/+11 |
* | clean up ACK error coding a little bit | Warren Dukes | 2004-06-04 | 1 | -39/+31 |
* | remove debug code, and preivous commit fixes a segfault due to a doble free o... | Warren Dukes | 2004-06-03 | 1 | -5/+0 |
* | don't stop on play command! | Warren Dukes | 2004-06-03 | 1 | -0/+5 |
* | fix a segfault when deleteing the last song in the playlist and sync'ing meta... | Warren Dukes | 2004-06-02 | 1 | -27/+30 |
* | when at the end of the playlist with and not repeat, on next, set current = -1 | Warren Dukes | 2004-06-02 | 1 | -10/+11 |
* | validate url's before adding to playlist | Warren Dukes | 2004-06-02 | 1 | -2/+5 |
* | not sure if i changed anything, but what the hey | Warren Dukes | 2004-06-01 | 1 | -1/+13 |
* | more efficient of updating of metadata | Warren Dukes | 2004-06-01 | 1 | -11/+10 |
* | icynames are now copied to title of streams | Warren Dukes | 2004-05-31 | 1 | -0/+23 |
* | fix avuton's mp4 compile bug | Warren Dukes | 2004-05-31 | 1 | -0/+3 |
* | clear playlist.current on clearPlaylist() | Warren Dukes | 2004-05-25 | 1 | -0/+1 |
* | fix for floating point exception when adding randomly to the playlist with | Warren Dukes | 2004-05-25 | 1 | -3/+5 |
* | mem leak: forgot to free stream songs on clearPlaylist() and finishPlaylist() | Warren Dukes | 2004-05-25 | 1 | -2/+2 |
* | by popular demand: have stop remember the current song and play will start | Warren Dukes | 2004-05-23 | 1 | -10/+26 |
* | when playing a url, previous always goto to previous song and never to the | Warren Dukes | 2004-05-20 | 1 | -1/+4 |
* | fix a nasty bug when deleting a stream from the playlist | Warren Dukes | 2004-05-19 | 1 | -4/+11 |
* | just a we bit of changes | Warren Dukes | 2004-05-19 | 1 | -8/+8 |