summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2007-02-10 12:09:28 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2007-02-10 12:09:28 +0000
commit4e9766477b37579bfa0249fa17818da8d348db7f (patch)
tree0fceae7fd07d436285ae3605621585b58535919d /apps/tagtree.c
parent7bf62e8da66ca8ff0acc2702f92ea4fe06eb94b1 (diff)
downloadrockbox-4e9766477b37579bfa0249fa17818da8d348db7f.zip
rockbox-4e9766477b37579bfa0249fa17818da8d348db7f.tar.gz
rockbox-4e9766477b37579bfa0249fa17818da8d348db7f.tar.bz2
rockbox-4e9766477b37579bfa0249fa17818da8d348db7f.tar.xz
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
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c3
1 files changed, 3 insertions, 0 deletions
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);