cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar
iTunes library xml parser
Jon_Weisz
Staff

This script parses the iTunes XML library file to create an analysis ready JMP table.  This is useful if you want to visualize your iTunes library with play counts.  Or, use this as an example of parsing XML into a JMP table for more general use.

Please note that you may have to edit the second line of the JSL to set an appropriate path to the iTunes library file on your machine.

iTunespath = "~/Music/iTunes/iTunes Library.xml"; <--- Please review or edit

7182_Treemap.png