iTunes CSV
Export iTunes Library XML data to CSV
Installation
$ gem install itunes_csv
Usage
$ itunes_csv --help
Usage: itunes_csv []
-f, --fields name,track,year List of fields(default: name,artist)
-p, --path PATH Path to iTunes XML file (default: ~/Music/iTunes/iTunes Music Library.xml)
Notes
May take a long time to run for a large iTunes library (10,000+ tracks)
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request