From f2b2bc006c9f38607315d3e5fba42d016fd3b2c2 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 20 Sep 2010 21:30:10 +0200 Subject: changed the way "total tracks" field is written to vorbis comments --- plugins/flac/flac.c | 2 +- plugins/vorbis/vorbis.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/flac/flac.c b/plugins/flac/flac.c index defa013c..536c8489 100644 --- a/plugins/flac/flac.c +++ b/plugins/flac/flac.c @@ -492,7 +492,7 @@ static const char *metainfo[] = { "ENCODED-BY", "vendor", "DISCNUMBER", "disc", "COPYRIGHT", "copyright", - "TRACKTOTAL", "numtracks", + "TOTALTRACKS", "numtracks", "ALBUM ARTIST", "band", NULL }; diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c index ae1e8832..40ee993e 100644 --- a/plugins/vorbis/vorbis.c +++ b/plugins/vorbis/vorbis.c @@ -87,7 +87,7 @@ static const char *metainfo[] = { "ENCODER", "vendor", "DISCNUMBER", "disc", "COPYRIGHT", "copyright", - "TRACKTOTAL", "numtracks", + "TOTALTRACKS", "numtracks", "ALBUM ARTIST", "band", NULL }; -- cgit v1.2.3