in reply to Perl program to connect to itunes and parse files (mostly related to playlist attribute)

Isn't it all stored in an xml file? I think so yes, so just use libxml or twig to read said file ... profit
  • Comment on Re: Perl program to connect to itunes and parse files (mostly related to playlist attribute)

Replies are listed 'Best First'.
Re^2: Perl program to connect to itunes and parse files (mostly related to playlist attribute)
by jesuashok (Curate) on Sep 11, 2016 at 04:40 UTC
    Thanks so much. I found that there is a file in my iMac /Users/user_name/Music/iTunes/iTunes Music Library.xml. I have also looked at the XML file and found how the track and it's ids are associated in the playlist. I'll play around.