This is a simple program that will help you to recover your iPod music files. It will copy all the music files from your iPod to your computer and restructure them into artist and album order.
- Copy music files from your iPod to your computer
- Organize music files by artist and album
- Node.js
- npm
- Clone the repository
- Run
npm install
- Copy iPod music files to the
ipod_music
folder - Run
npm start
The music files will be copied to the music
folder with the following structure:
music
├── Artist 1
│ ├── Album 1
│ │ ├── Song 1.mp3
│ │ ├── Song 2.mp3
│ │ └── ...
│ └── Album 2
│ ├── Song 1.mp3
│ └── ...
└── Artist 2
└── ...
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
- 0.1.0: First release