aboutsummaryrefslogtreecommitdiff
path: root/src/song.c
Commit message (Expand)AuthorAge
* remove deprecated myfprintf wrapperEric Wong2006-07-30
* interface/connection malloc reductions from mpd-keEric Wong2006-07-30
* Add mpd-indent.shAvuton Olrich2006-07-20
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* [CLEANUP] Remove unused codeAvuton Olrich2006-07-15
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Fix for bug 483Qball Cow2006-05-08
* merge with mpd/trunk up to r3925Eric Wong2006-03-16
* debug messages no longer cause segfaults :PEric Wong2005-10-25
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-08
* this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes2004-11-15
* fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2004-11-12
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-12
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-11
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-11
* implement saved memory by not storing full pathWarren Dukes2004-11-11
* this is brokenWarren Dukes2004-11-11
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* todo updateWarren Dukes2004-11-03
* todo updateWarren Dukes2004-06-06
* '\n' are badWarren Dukes2004-06-02
* little cleanup of plugin stuffWarren Dukes2004-05-31
* mp3 and ogg plugin stuffWarren Dukes2004-05-31
* add type element to Song struct, and change utf8file to utf8urlWarren Dukes2004-05-13
* add vim shiznit to end of all source filesWarren Dukes2004-04-14
* ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes2004-04-13
* block signals when writing db to ensure db isn't corruptedWarren Dukes2004-04-13
* add --only-create-db option from msellsWarren Dukes2004-04-11
* work in prep of using msells/sbh's non-blocking update methodWarren Dukes2004-04-10
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-02
* lets cleanup some file type detection and not call stat() so muchWarren Dukes2004-03-31
* parse length from Aac files and ID3 tagsWarren Dukes2004-03-21
* bunch of autotool cleanupsWarren Dukes2004-03-18
* have AAC and MP4 typesWarren Dukes2004-03-17
* fix a few snafoo's in configure.acWarren Dukes2004-03-17
* move time back into MpdTagWarren Dukes2004-03-11
* move adding and removeing from tables from directory.c to song.cWarren Dukes2004-03-10
* fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes2004-03-10
* move time from tag info to song info.Warren Dukes2004-03-10
* lets exit on unknown line in songinfo dbWarren Dukes2004-03-09
* strip return characters that are in the id3 tagsWarren Dukes2004-03-09
* import from SF CVSWarren Dukes2004-02-23