Errata

iPod and iTunes Hacks

Errata for iPod and iTunes Hacks

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 158
Hack # 41

Either this section does not apply or needs to be updated for 4G iPods.

Hint: to work with 3G on Mac make sure to leave out % before ditto. Also, to find
specific name of iPod type find /Volumes.

Anonymous   
Printed Page 191
code in middle of page

Anonymous   
Printed Page 192
3rd line of code from bottom

You refer in your example code to ipodprefs.devicename(1, IPodID).
In both instances on page 191 and 192 it should read the varible
you declared above in your DIM statement. IpodPrefs does not work
unless that's the way you declare it.

DeviceName = iPodPrefs.DeviceName(1, IPodID)
should read:
DeviceName = iPodManager.DeviceName(1, IPodID)

Anonymous