iPod and iTunes Hacks by Hadley Stern The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated November 8, 2004. UNCONFIRMED errors and comments from readers: [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. {191} code in middle of 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)