aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-131-2/+0
* block signals when writing db to ensure db isn't corruptedWarren Dukes2004-04-131-0/+2
* add --only-create-db option from msellsWarren Dukes2004-04-111-1/+1
* work in prep of using msells/sbh's non-blocking update methodWarren Dukes2004-04-101-4/+55
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-2/+2
* lets cleanup some file type detection and not call stat() so muchWarren Dukes2004-03-311-14/+14
* parse length from Aac files and ID3 tagsWarren Dukes2004-03-211-0/+6
* bunch of autotool cleanupsWarren Dukes2004-03-181-6/+0
* have AAC and MP4 typesWarren Dukes2004-03-171-0/+6
* fix a few snafoo's in configure.acWarren Dukes2004-03-171-0/+10
* move time back into MpdTagWarren Dukes2004-03-111-31/+12
* move adding and removeing from tables from directory.c to song.cWarren Dukes2004-03-101-20/+48
* fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes2004-03-101-9/+9
* move time from tag info to song info.Warren Dukes2004-03-101-18/+36
* lets exit on unknown line in songinfo dbWarren Dukes2004-03-091-0/+1
* strip return characters that are in the id3 tagsWarren Dukes2004-03-091-2/+1
* import from SF CVSWarren Dukes2004-02-231-0/+231