summaryrefslogtreecommitdiff
path: root/src/song.c
AgeCommit message (Expand)Author
2004-06-06todo updateWarren Dukes
2004-06-02'\n' are badWarren Dukes
2004-05-31little cleanup of plugin stuffWarren Dukes
2004-05-31mp3 and ogg plugin stuffWarren Dukes
2004-05-13add type element to Song struct, and change utf8file to utf8urlWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes
2004-04-13block signals when writing db to ensure db isn't corruptedWarren Dukes
2004-04-11add --only-create-db option from msellsWarren Dukes
2004-04-10work in prep of using msells/sbh's non-blocking update methodWarren Dukes
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes
2004-03-31lets cleanup some file type detection and not call stat() so muchWarren Dukes
2004-03-21parse length from Aac files and ID3 tagsWarren Dukes
2004-03-18bunch of autotool cleanupsWarren Dukes
2004-03-17have AAC and MP4 typesWarren Dukes
2004-03-17fix a few snafoo's in configure.acWarren Dukes
2004-03-11move time back into MpdTagWarren Dukes
2004-03-10move adding and removeing from tables from directory.c to song.cWarren Dukes
2004-03-10fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes
2004-03-10move time from tag info to song info.Warren Dukes
2004-03-09lets exit on unknown line in songinfo dbWarren Dukes
2004-03-09strip return characters that are in the id3 tagsWarren Dukes
2004-02-23import from SF CVSWarren Dukes