[tracker] Correct the sorted order of id3v2 tags.
- From: Mikael Ottela <mottela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] Correct the sorted order of id3v2 tags.
- Date: Thu, 11 Mar 2010 11:42:37 +0000 (UTC)
commit 777639a2dc23177d1580a854d937424bbfac050c
Author: Mikael Ottela <mikael ottela ixonos com>
Date: Thu Mar 11 13:41:27 2010 +0200
Correct the sorted order of id3v2 tags.
Fixes GB#611919 Tracker-extract-mp3 failed to extract artist name of an id3v2.2 mp3 (generated by itunes)
src/tracker-extract/tracker-extract-mp3.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-extract-mp3.c b/src/tracker-extract/tracker-extract-mp3.c
index ef351a3..f72c368 100644
--- a/src/tracker-extract/tracker-extract-mp3.c
+++ b/src/tracker-extract/tracker-extract-mp3.c
@@ -232,9 +232,9 @@ static const struct {
{ "TCO", ID3V2_TCO },
{ "TCR", ID3V2_TCR },
{ "TLE", ID3V2_TLE },
- { "TPB", ID3V2_TPB },
{ "TP1", ID3V2_TP1 },
{ "TP2", ID3V2_TP2 },
+ { "TPB", ID3V2_TPB },
{ "TT1", ID3V2_TT1 },
{ "TT2", ID3V2_TT2 },
{ "TT3", ID3V2_TT3 },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]