From 4e9766477b37579bfa0249fa17818da8d348db7f Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sat, 10 Feb 2007 12:09:28 +0000 Subject: FS#6638 - Album artist and comment patch for WPS and tagcache. Export your database before updating because initialization is needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12255 a1c6a512-1295-4272-9138-f99709370657 --- apps/tagtree.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/tagtree.c') diff --git a/apps/tagtree.c b/apps/tagtree.c index d5d70ac..885ff3e 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -195,6 +195,9 @@ static int get_tag(int *tag) MATCH(tag, buf, "artist", tag_artist); MATCH(tag, buf, "bitrate", tag_bitrate); MATCH(tag, buf, "composer", tag_composer); + MATCH(tag, buf, "comment", tag_comment); + MATCH(tag, buf, "albumartist", tag_albumartist); + MATCH(tag, buf, "ensemble", tag_albumartist); MATCH(tag, buf, "genre", tag_genre); MATCH(tag, buf, "length", tag_length); MATCH(tag, buf, "title", tag_title); -- cgit v1.1