aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bug 483Qball Cow2006-05-081-1/+2
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-7/+13
* debug messages no longer cause segfaults :PEric Wong2005-10-251-1/+1
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-081-1/+6
* this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes2004-11-151-1/+1
* fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2004-11-121-1/+1
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-121-1/+1
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-111-7/+15
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-4/+5
* implement saved memory by not storing full pathWarren Dukes2004-11-111-31/+61
* this is brokenWarren Dukes2004-11-111-7/+21
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-36/+20
* todo updateWarren Dukes2004-11-031-1/+0
* todo updateWarren Dukes2004-06-061-0/+5
* '\n' are badWarren Dukes2004-06-021-1/+5
* little cleanup of plugin stuffWarren Dukes2004-05-311-2/+6
* mp3 and ogg plugin stuffWarren Dukes2004-05-311-64/+10
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-131-62/+79
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* 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