Mercurial > audlegacy-plugins
changeset 1460:68fab774c206
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 10 Aug 2007 19:36:01 -0500 |
parents | 4afd6954159d (diff) b2debf8c9ec8 (current diff) |
children | 161d289f335c |
files | |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/flacng/tools.c Sat Aug 11 02:43:18 2007 +0300 +++ b/src/flacng/tools.c Fri Aug 10 19:36:01 2007 -0500 @@ -241,6 +241,9 @@ out = tuple_new_from_filename(filename); + tuple_associate_string(out, "codec", "Free Lossless Audio Codec (FLAC)"); + tuple_associate_string(out, "quality", "lossless"); + tuple_associate_string(out, "artist", info->comment.artist); tuple_associate_string(out, "title", info->comment.title); tuple_associate_string(out, "album", info->comment.album);