aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-03-18initial mp4/aac decoder, hasn't been tested at all yet, just compilesWarren Dukes1-35/+4
2004-03-18bunch of autotool cleanupsWarren Dukes1-16/+0
2004-03-17metadata parsing for mp4 files is working, next need to work on AACWarren Dukes1-9/+124
2004-03-17make playlist restart from current position in song when using state fileWarren Dukes1-2/+4
2004-03-17have AAC and MP4 typesWarren Dukes1-4/+18
2004-03-17fix a few snafoo's in configure.acWarren Dukes1-0/+19
2004-03-11move time back into MpdTagWarren Dukes1-2/+31
2004-03-10move time from tag info to song info.Warren Dukes1-31/+2
2004-03-09strip return characters that are in the id3 tagsWarren Dukes1-0/+13
2004-02-25use "$@" instead of "$*"Warren Dukes1-3/+3
2004-02-25oops, forgot to call utf8ToFsCharset when opening flac files for MetadataWarren Dukes1-2/+2