summaryrefslogtreecommitdiff
path: root/plugins/vorbis
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-16 20:29:30 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-09-16 20:29:30 +0200
commitacbcd63fa365029b4a4f2a5ce8097df821554b1f (patch)
tree6d32e0543fab340d346ccaa14e5148662327b7d2 /plugins/vorbis
parent61fc1727beb76d7ecdc7dd89c0b653e8d9a6ba27 (diff)
changed album artist field support in vorbis and flac plugins
Diffstat (limited to 'plugins/vorbis')
-rw-r--r--plugins/vorbis/vorbis.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c
index 390e614e..6ae0a002 100644
--- a/plugins/vorbis/vorbis.c
+++ b/plugins/vorbis/vorbis.c
@@ -82,12 +82,13 @@ static const char *metainfo[] = {
"GENRE", "genre",
"COMMENT", "comment",
"PERFORMER", "performer",
- "ENSEMBLE", "band",
+// "ENSEMBLE", "band",
"COMPOSER", "composer",
"ENCODER", "vendor",
"DISCNUMBER", "disc",
"COPYRIGHT", "copyright",
"TRACKTOTAL", "numtracks",
+ "ALBUMARTIST", "band",
NULL
};