From acdadb94eebc7cd1652d72072c8b4d337f60d412 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 19 Aug 2008 13:00:37 -0400 Subject: Documentation: minor cleanup of the Photo DB description section --- docs/reference/tmpl/photodb.sgml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/reference/tmpl/photodb.sgml b/docs/reference/tmpl/photodb.sgml index 08e307d..aded6bf 100644 --- a/docs/reference/tmpl/photodb.sgml +++ b/docs/reference/tmpl/photodb.sgml @@ -59,20 +59,21 @@ Library Album if called with no name. If you cannot add photos because your iPod is not recognized, -you may have to set the iPod model by calling: +you may have to set the iPod model by calling +itdb_device_set_sysinfo(), e.g. for an 80 GB 6th generation +iPod Video, you would use: -itdb_device_set_sysinfo (db->device, "ModelNumStr", model); +itdb_device_set_sysinfo (db->device, "ModelNumStr", "MA450"); -For example, "MA450" would stand for an 80 GB 6th generation iPod Video. See -itdb_device.c for a list of supported models. -This information will be written to the iPod when the PhotoDB is -saved (itdb_device_write_sysinfo() is called). +The model number will be saved on the iPod when the PhotoDB is +written (itdb_photodb_write() calls itdb_device_write_sysinfo()). Have a look at the