iTunesList
A quick hack in Java to extract the Album names from an iTunes Library
Export. This program requires the Xerces-J XML
parser library.
Download
Running
To run the program (commands run in a Console window):
- Export your iTunes library using: File/Export Library...
- export CLASSPATH=/fst/lib/xerces-2_5_0/xercesImpl.jar:/fst/lib/xerces-2_5_0/xml-apis.jar:/fst/lib/xerces-2_5_0/xmlParserAPIs.jar:. (changing the path to the Xerces-J libraries as needed)
- (If you downloaded the source code.) javac ITunesList.java
- java ITunesList ~/tmp/Library.xml
The program should list all your albums in alphabetic order, prefixed
by the word "Album: ".
[Home] [Software] Frank Taylor - 16/7/2004