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