From 6971f29265749ee85d85917a8e66cb732fb2bb08 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Wed, 26 Sep 2007 13:18:37 +0000 Subject: * src/itdb_device.c: remove "read only" notice on Nano Video description. * ChangeLog: explained better about SysInfo* files. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1701 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 14 ++++++++++++-- src/itdb_device.c | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ec7ef7..d4e296d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,17 @@ +2007-09-26 Jorg Schuler + + * src/itdb_device.c: remove "read only" notice on Nano Video + description. + + * ChangeLog: explained better about SysInfo* files. + 2007-09-24 Jorg Schuler ** code courtesy of Christophe Fergeau ** * src/itdb_itunesdb.c (mk_mhbd): write extended header needed - for new iPod Nanos (3G Video) and iPod Classics. + for new iPod Nanos (3G Video) and iPod Classics (must fill + in SysInfo or SysInfoFileExtended -- see below). src/itdb_sysinfo.c src/itdb_device.c @@ -11,7 +19,9 @@ for the FireWireGUID. You must either copy the iPod description XML file to Device/SysInfoExtended or add a line 'FirewireGuid: 000A27....' to Device/SysInfo. You can get - your FirewireGuid by using the tests/test-fw-id test program. + your FirewireGuid by looking at /proc/bus/usb/devices and + search for a serial number close to the "Apple" entry. The + serial number will probably start with 000A27. * src/sha1.c src/sha1.h diff --git a/src/itdb_device.c b/src/itdb_device.c index 6b4ee77..29ff0eb 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -253,7 +253,7 @@ static const gchar *ipod_generation_name_table [] = { N_("Shuffle (3rd Gen.)"), N_("Nano (1st Gen.)"), N_("Nano (2nd Gen.)"), - N_("Nano Video (Read-Only)"), + N_("Nano Video (3rd Gen.)"), N_("Video (1st Gen.)"), N_("Video (2nd Gen.)"), N_("Classic (Read-Only)"), -- cgit