Hi, trying to export my Itunes library song list to excel. When I do it, it exports most of the info but not the column BPM (Beats per minute). I need this one more than any as a DJ. Why is it not exporting? Any ideas? Everything else looks fine.
iTunes keeps an XML copy of your Library data in Music:iTunes:iTunes Music Library.xml. iTunes only writes to this file as a quasi-backup of the real database at the heart of iTunes - "iTunes Music Library".
The XML file does contain the BPM data. Depending on your familiarity with XML you may be able to easily parse out the data yourself rather than relying on iTunes' Export command.
Hi, this does give me the BPM info, although the headers ( artist, time, BPM, etc.) do not show up like when we export song list under file. I guess i can just add that myself. Many thanks for the insight.