| Commit message (Expand) | Author | Files | Lines |
2004-11-12 | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 4 | -31/+33 |
2004-11-12 | correct a type in the error message | Warren Dukes | 1 | -1/+1 |
2004-11-12 | now more flexible list, search, find, where you can enter pairs of | Warren Dukes | 3 | -43/+152 |
2004-11-11 | ok, dottemag's id3v1_encoding config parameter should now work. | Warren Dukes | 1 | -1/+19 |
2004-11-11 | somehow a } went missing | Warren Dukes | 1 | -1/+1 |
2004-11-11 | ok, tagtracker now tracks title, this has the disadvantage of needing to sort | Warren Dukes | 3 | -20/+42 |
2004-11-11 | better saved memmory display | Warren Dukes | 4 | -11/+31 |
2004-11-11 | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 4 | -49/+115 |
2004-11-11 | fix a few memory leaks in conf.c | Warren Dukes | 1 | -2/+9 |
2004-11-11 | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 13 | -37/+57 |
2004-11-11 | implement saved memory by not storing full path | Warren Dukes | 9 | -67/+124 |
2004-11-11 | this is broken | Warren Dukes | 3 | -19/+34 |
2004-11-11 | make copyTag to metadatachunk a little more efficient | Warren Dukes | 1 | -13/+18 |
2004-11-10 | fix bug int tag->metadataChunk where artist was being copied to title | Warren Dukes | 1 | -1/+1 |
2004-11-10 | we can't store more than 255 tag items per tag | Warren Dukes | 1 | -0/+3 |
2004-11-10 | moves some stuff from dbUtils.h that doesn't need to be public | Warren Dukes | 2 | -3/+3 |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 28 | -713/+1021 |
2004-11-09 | here's why mikmod was segfaulting, the char * strings returned need to be str... | Warren Dukes | 1 | -1/+1 |
2004-11-09 | add "genre" and "description" to shout config parameters | Warren Dukes | 2 | -2/+22 |
2004-11-09 | be sure to flush the metadata on song change | Warren Dukes | 1 | -39/+47 |
2004-11-09 | don't set granulepos, that's pad, mmmkay? | Warren Dukes | 2 | -6/+2 |
2004-11-09 | try one other thing to fix icecast dropping clients | Warren Dukes | 1 | -0/+1 |
2004-11-09 | add a buffer to audio layer, so we only send data to audio devices 32 times p... | Warren Dukes | 2 | -15/+53 |
2004-11-08 | see if this fixes the clients disconnecting issues | Warren Dukes | 1 | -2/+9 |
2004-11-08 | new command "commands" for avuton | Warren Dukes | 1 | -0/+22 |
2004-11-05 | more descriptive error messages for mpd | Warren Dukes | 1 | -2/+22 |
2004-11-05 | not too smart shank, forgetting to set default buffer sizes in inputStream_http | Warren Dukes | 1 | -2/+2 |
2004-11-04 | make default non-public | Warren Dukes | 1 | -1/+1 |
2004-11-04 | shout config: make "user" optional and default to "source", also add optional... | Warren Dukes | 1 | -2/+17 |
2004-11-03 | todo update | Warren Dukes | 1 | -1/+2 |
2004-11-03 | now one can specify multiple bind_to_addresses | Warren Dukes | 6 | -44/+97 |
2004-11-03 | remove vim &*(@ | Warren Dukes | 19 | -20/+0 |
2004-11-03 | todo update | Warren Dukes | 8 | -8/+0 |
2004-11-03 | todo update | Warren Dukes | 1 | -1/+0 |
2004-11-03 | remove signal handling code from ao open() and close() | Warren Dukes | 1 | -5/+0 |
2004-11-03 | new setSigHandlersForDecoder() function, and be sure player/decode processes ... | Warren Dukes | 3 | -9/+19 |
2004-11-03 | forgot a '\n' at the end of a error statement | Warren Dukes | 1 | -2/+2 |
2004-11-02 | new command "addid", this is the same as "add" command, except it also return... | Warren Dukes | 4 | -10/+24 |
2004-11-02 | new command "devices", prints devices and their states | Warren Dukes | 3 | -5/+26 |
2004-11-02 | new commands: enalbe_device, and disable_device, (maybe these commands should... | Warren Dukes | 3 | -1/+49 |
2004-11-02 | enabling and disabling individual audioOutputs is mostly done, just need | Warren Dukes | 4 | -29/+43 |
2004-11-02 | begin work on avuton's disabling and enabling of individual audio outputs | Warren Dukes | 1 | -6/+67 |
2004-11-02 | rewrite replaygain code, needs testing | Warren Dukes | 11 | -91/+133 |
2004-11-02 | make http buffer and prebuffer size configurable | Warren Dukes | 3 | -12/+57 |
2004-11-02 | DEBUG statement that prints out which ao driver is being used | Warren Dukes | 1 | -0/+3 |
2004-11-02 | abstract out audioFormat conversion from shout plugin to the audioOutput layer, | Warren Dukes | 5 | -68/+112 |
2004-11-02 | print more info out in error messages for shout | Warren Dukes | 1 | -7/+16 |
2004-11-02 | only attempt to reconnect to shout server every 60 seconds | Warren Dukes | 1 | -6/+21 |
2004-11-02 | move audioOutput dir to audioOutputs | Warren Dukes | 4 | -5/+5 |
2004-11-02 | move audioOutput plugins to audioOutput directory | Warren Dukes | 5 | -23/+20 |