I'm working on an application that analyzes the iTunes XML file, and I'm also considering one that does something similar for the iPhoto library. What is the best way to determine the number of tracks/photos in the different libraries?
WHen I open either file with Property List editor I see the correct value, but when I count nodes with Cocoa, I get more than the actual value. Any suggestions for traversing a particular node inside the XML file?
WHen I open either file with Property List editor I see the correct value, but when I count nodes with Cocoa, I get more than the actual value. Any suggestions for traversing a particular node inside the XML file?