aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-11-12now more flexible list, search, find, where you can enter pairs ofWarren Dukes3-43/+152
2004-11-11ok, dottemag's id3v1_encoding config parameter should now work.Warren Dukes1-1/+19
2004-11-11somehow a } went missingWarren Dukes1-1/+1
2004-11-11ok, tagtracker now tracks title, this has the disadvantage of needing to sortWarren Dukes3-20/+42
2004-11-11better saved memmory displayWarren Dukes4-11/+31
2004-11-11ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes4-49/+115
2004-11-11fix a few memory leaks in conf.cWarren Dukes1-2/+9
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes13-37/+57
2004-11-11implement saved memory by not storing full pathWarren Dukes9-67/+124
2004-11-11this is brokenWarren Dukes3-19/+34
2004-11-11make copyTag to metadatachunk a little more efficientWarren Dukes1-13/+18
2004-11-10fix bug int tag->metadataChunk where artist was being copied to titleWarren Dukes1-1/+1
2004-11-10we can't store more than 255 tag items per tagWarren Dukes1-0/+3
2004-11-10moves some stuff from dbUtils.h that doesn't need to be publicWarren Dukes2-3/+3
2004-11-10merge changes from metadata-rewrite branchWarren Dukes28-713/+1021
2004-11-09here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes1-1/+1
2004-11-09add "genre" and "description" to shout config parametersWarren Dukes2-2/+22
2004-11-09be sure to flush the metadata on song changeWarren Dukes1-39/+47
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes2-6/+2
2004-11-09try one other thing to fix icecast dropping clientsWarren Dukes1-0/+1
2004-11-09add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2-15/+53
2004-11-08see if this fixes the clients disconnecting issuesWarren Dukes1-2/+9
2004-11-08new command "commands" for avutonWarren Dukes1-0/+22
2004-11-05more descriptive error messages for mpdWarren Dukes1-2/+22
2004-11-05not too smart shank, forgetting to set default buffer sizes in inputStream_httpWarren Dukes1-2/+2
2004-11-04make default non-publicWarren Dukes1-1/+1
2004-11-04shout config: make "user" optional and default to "source", also add optional...Warren Dukes1-2/+17
2004-11-03todo updateWarren Dukes1-1/+2
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes6-44/+97
2004-11-03remove vim &*(@Warren Dukes19-20/+0
2004-11-03todo updateWarren Dukes8-8/+0
2004-11-03todo updateWarren Dukes1-1/+0
2004-11-03remove signal handling code from ao open() and close()Warren Dukes1-5/+0
2004-11-03new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes3-9/+19
2004-11-03forgot a '\n' at the end of a error statementWarren Dukes1-2/+2
2004-11-02new command "addid", this is the same as "add" command, except it also return...Warren Dukes4-10/+24
2004-11-02new command "devices", prints devices and their statesWarren Dukes3-5/+26
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes3-1/+49
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes4-29/+43
2004-11-02begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes1-6/+67
2004-11-02rewrite replaygain code, needs testingWarren Dukes11-91/+133
2004-11-02make http buffer and prebuffer size configurableWarren Dukes3-12/+57
2004-11-02DEBUG statement that prints out which ao driver is being usedWarren Dukes1-0/+3
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes5-68/+112
2004-11-02print more info out in error messages for shoutWarren Dukes1-7/+16
2004-11-02only attempt to reconnect to shout server every 60 secondsWarren Dukes1-6/+21
2004-11-02move audioOutput dir to audioOutputsWarren Dukes4-5/+5
2004-11-02move audioOutput plugins to audioOutput directoryWarren Dukes5-23/+20
2004-11-02oops, a typo, but that's ok, i'm still da manWarren Dukes1-1/+1
2004-11-02a few extra strerror()'s sprinkled in the codeWarren Dukes4-6/+7