summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--src/itdb_itunesdb.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1df7640..ec60ee4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
s/SWIG_SOURCES/SWIG_INTERFACES/ to avoid a warning from
automake about unused sources.
+ * src/itdb_itunesdb.c: add a few more MHOD types that Jorg
+ suggested
+
2007-01-12 Todd Zullinger <tmzullinger at users.sourceforge.net>
* src/itdb_itunesdb.c: TV shows patch from Mario Rossi
diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c
index 88d8f95..cad502b 100644
--- a/src/itdb_itunesdb.c
+++ b/src/itdb_itunesdb.c
@@ -1310,6 +1310,8 @@ static MHODData get_mhod (FContents *cts, glong mhod_seek, guint32 *ml)
case MHOD_ID_TVSHOW:
case MHOD_ID_TVEPISODE:
case MHOD_ID_TVNETWORK:
+ case MHOD_ID_ALBUMARTIST:
+ case MHOD_ID_KEYWORDS:
/* type of string: 0x02: UTF8, 0x01 or 0x00: UTF16 LE */
string_type = get32lint (cts, seek);
xl = get32lint (cts, seek+4); /* length of string */