|
All tools are written in Java, and were tested against iTunes 8.0.1. To launch, build a jar then run: java -cp itunes.jar org.kafsemo.titl.tools.command ExportRatingsUsage: ExportRatings <iTunes Library.itl> Extracts ratings from an iTunes library as a text file. e.g. ExportRatings "C:\Users\Joseph\Music\iTunes\iTunes Library.itl" MoveMusicUsage: MoveMusic <iTunes library.itl> <source directory> <destination directory> Modifies an iTunes library file to reflect a bulk move of music files from one directory to another. e.g. MoveMusic "C:\Users\Joseph\Music\iTunes\iTunes Library.itl" E:\mp3s "C:\Users\Joseph\Music\mp3s" ShowAllArtworkUsage: ShowAllArtwork <iTunes directory> Simple hack to flash up all local artwork as a collage. e.g. ShowAllArtwork "C:\Users\Joseph\Music\iTunes"
|