aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-12update mpd manpage and sample config file with replaygain andWarren Dukes1-1/+1
2004-06-12change 'current' command to 'currentsong'Warren Dukes1-3/+3
2004-06-12when we create log files, be sure to they're umasked to 066Warren Dukes1-1/+9
2004-06-12Add WARNING log method. it's the same as ERROR, except that when mpd starts,Warren Dukes10-36/+106
2004-06-10since stuff like vorbis streams report actual time into stream,Warren Dukes2-5/+8
2004-06-10minor little cleanupsWarren Dukes2-18/+24
2004-06-10todo updateWarren Dukes1-0/+13
2004-06-09fix bug where inputStream_httpRead was returning 0 when cnnection closed,Warren Dukes1-3/+4
2004-06-09fix some streaming metadata issuesWarren Dukes4-9/+19
2004-06-09debug code for stream name/titleWarren Dukes1-0/+6
2004-06-09implemented songid commands: playlistid, playid, seekid, deleteid, moveid, sw...Warren Dukes3-5/+155
2004-06-09implmented ID functions, need to implemented id commandsWarren Dukes1-1/+64
2004-06-09implemented song id'sWarren Dukes1-9/+60
2004-06-08fix ack error when attempt to save a playlist that already existsWarren Dukes2-2/+3
2004-06-08on random select, move current to the first song playedWarren Dukes1-0/+5
2004-06-08make enabling random always randomize the entire playlistWarren Dukes1-2/+2
2004-06-08remove "wrap" from buffering control, its not needed, and could potentiallyWarren Dukes3-16/+11
2004-06-07remove metadata debugging codeWarren Dukes3-11/+0
2004-06-07i'm a moronWarren Dukes1-1/+1
2004-06-07update copyright to 2004 for --versionWarren Dukes1-1/+1
2004-06-07fix bug with --no-create-dbWarren Dukes1-1/+1
2004-06-07bug fix for metadata again, had an extra "!" in mpdTagsAreEqual()Warren Dukes2-5/+9
2004-06-07some fixes to metadata stuffWarren Dukes3-15/+16
2004-06-07potential bugfixes for handling metadata in player/decoderWarren Dukes4-21/+55
2004-06-07remove the initial and trailing ' from the icy StreamTitle that shoutcastWarren Dukes1-2/+7
2004-06-07icy metadata! wahooWarren Dukes7-28/+116
2004-06-07add ack.h to mpd_headersWarren Dukes1-2/+2
2004-06-06harden metadatabufferWarren Dukes3-7/+33
2004-06-06spelling fix for avutonWarren Dukes3-3/+8
2004-06-06slightly safer copying of metadataChunk to MpdTagWarren Dukes3-13/+17
2004-06-06mechanism for updating metadata while decodingWarren Dukes13-134/+143
2004-06-06todo updateWarren Dukes13-78/+158
2004-06-05implement list_OK/command_list_ok_beginWarren Dukes4-37/+39
2004-06-05todo updateWarren Dukes1-0/+5
2004-06-05new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes7-55/+131
2004-06-04add mackstann to (c)Warren Dukes1-0/+1
2004-06-04todo updateWarren Dukes1-1/+1
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-04add ack.h and change format of error againWarren Dukes2-2/+18
2004-06-04change format of error stuffWarren Dukes1-5/+5
2004-06-04finish ack error codesWarren Dukes10-77/+120
2004-06-04work on ACK error codesWarren Dukes4-37/+43
2004-06-04clean up some command.h include stuffWarren Dukes1-1/+0
2004-06-04clean up some command.h include stuffWarren Dukes2-3/+0
2004-06-04clean up ACK error coding a little bitWarren Dukes8-111/+83
2004-06-03in decodeStart(), on switch for getting type of file, swtich on dc->utf8url, ...Warren Dukes1-1/+1
2004-06-03better method for computing total time playedWarren Dukes3-14/+6
2004-06-03remove debug code, and preivous commit fixes a segfault due to a doble free o...Warren Dukes2-8/+1
2004-06-03don't stop on play command!Warren Dukes4-5/+13