Sha256: 9e76ac9ef179861aa7f838c59db037d4f2fcbff752d2c9ba6e81802869f7f05e

Contents?: true

Size: 684 Bytes

Versions: 1

Compression:

Stored size: 684 Bytes

Contents

# iTunes CSV

Export iTunes Library XML data to CSV

## Installation

    $ gem install itunes_csv

## Usage

    $ itunes_csv --help
    Usage: itunes_csv [options]
        -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

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
itunes_csv-0.0.1 README.md