Skip to content

alundiak/my-tunes

Repository files navigation

Initial Info

My iTunes library statistics project. Designed to run script ./setup.sh, then refresh http-server and look to music tracks which require some changes (missed artwork, missed artist name, missed album name, etc.)

logo

Tools

Alternatives:

D3.Bubble

D3.Pack

D3 Pie chart

Donut chart

Other

HowTo

Find library xml file

The iTunes Library.xml file is no longer used by the latest versions of Apple media applications on OS X Yosemite and later.

The iTunes Library.xml file contains some, but not all, of the same information that's stored in the iTunes Library.itl file. The purpose of the iTunes Library.xml file is to make your music and playlists available to other applications on your computer, such as iPhoto, Garageband, iMovie, and third-party software, in OS X Mountain Lion and earlier. These applications use this file to make it easier for you to add music from your iTunes library to your projects.

Export iTunes library

You can do File -> Library -> Export Library and get an XML file of your library metadata. From there it would be a relatively straightforward matter for a programmer to convert the XML data into a CSV, spreadsheet, or database.

Generate XSD scheme from Library.xml

Visualize JSON

Redo with ReactJS

Other people do