I'm working on an iTunes menu bar controller and I want to get the names of all the songs in the user's library. I have found that there is an xml file called iTunes Library.xml.
It holds all the data for iTunes (name, artist, album .ect) I want to be able to access that data to use in my controller.
I really have never used xml for anything so go easy…
I am also a noob at objective-C so go REALLY easy…