aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix ack error when attempt to save a playlist that already existsWarren Dukes2004-06-082-2/+3
* 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
* remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes2004-06-083-16/+11
* remove metadata debugging codeWarren Dukes2004-06-073-11/+0
* i'm a moronWarren Dukes2004-06-071-1/+1
* update copyright to 2004 for --versionWarren Dukes2004-06-071-1/+1
* fix bug with --no-create-dbWarren Dukes2004-06-071-1/+1
* bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes2004-06-072-5/+9
* some fixes to metadata stuffWarren Dukes2004-06-073-15/+16
* potential bugfixes for handling metadata in player/decoderWarren Dukes2004-06-074-21/+55
* remove the initial and trailing ' from the icy StreamTitle that shoutcastWarren Dukes2004-06-071-2/+7
* icy metadata! wahooWarren Dukes2004-06-077-28/+116
* add ack.h to mpd_headersWarren Dukes2004-06-071-2/+2
* harden metadatabufferWarren Dukes2004-06-063-7/+33
* spelling fix for avutonWarren Dukes2004-06-063-3/+8
* slightly safer copying of metadataChunk to MpdTagWarren Dukes2004-06-063-13/+17
* mechanism for updating metadata while decodingWarren Dukes2004-06-0613-134/+143
* todo updateWarren Dukes2004-06-0613-78/+158
* implement list_OK/command_list_ok_beginWarren Dukes2004-06-054-37/+39
* todo updateWarren Dukes2004-06-051-0/+5
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-057-55/+131
* add mackstann to (c)Warren Dukes2004-06-041-0/+1
* todo updateWarren Dukes2004-06-041-1/+1
* 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
* add ack.h and change format of error againWarren Dukes2004-06-042-2/+18
* change format of error stuffWarren Dukes2004-06-041-5/+5
* finish ack error codesWarren Dukes2004-06-0410-77/+120
* work on ACK error codesWarren Dukes2004-06-044-37/+43
* clean up some command.h include stuffWarren Dukes2004-06-041-1/+0
* clean up some command.h include stuffWarren Dukes2004-06-042-3/+0
* clean up ACK error coding a little bitWarren Dukes2004-06-048-111/+83
* in decodeStart(), on switch for getting type of file, swtich on dc->utf8url, ...Warren Dukes2004-06-031-1/+1
* better method for computing total time playedWarren Dukes2004-06-033-14/+6
* remove debug code, and preivous commit fixes a segfault due to a doble free o...Warren Dukes2004-06-032-8/+1
* don't stop on play command!Warren Dukes2004-06-034-5/+13
* a slight cleanup in isValidRemoteUrl()Warren Dukes2004-06-031-7/+2
* add urlhandlers command, but prolly not neededWarren Dukes2004-06-024-0/+22
* fix a segfault when deleteing the last song in the playlist and sync'ing meta...Warren Dukes2004-06-021-27/+30
* main() cleanupWarren Dukes2004-06-021-70/+98
* '\n' are badWarren Dukes2004-06-026-10/+12
* 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-025-15/+83
* not sure if i changed anything, but what the heyWarren Dukes2004-06-011-1/+13
* remove an errant AHHHHWarren Dukes2004-06-011-1/+0
* remove some debug codeWarren Dukes2004-06-012-7/+0
* parsing mp3 id3v2 tags on the fly for streamsWarren Dukes2004-06-014-33/+117
* ogg voribs comment parsing on the fly in the decoderWarren Dukes2004-06-016-35/+111
* ogg_plugin cleanupWarren Dukes2004-06-011-60/+61