This is to copy files from your iTunes playlist into your music player. Avoding copying music that you don't really fancy or just from specific playlists.
- Change the location variables to match yours.
- Export your playlist from iTunes/Music
- Open the file and remove the top row and delete it (this is to make sure everything is in rows and not just 1 long line)
- Run the script and it will start copying.
- Run in parallel
- Config file for variables
- Unit Tests
- Ability to pass in variables
- Check to see if the file already exists and don't copy new if it does
- Overwrite to copy over if the file exist already
- Check to see if folder already exist to skip the creating folder step again
- Setup using UI as a desktop app
- Write out a summary of Time it took, files copied
- List files that wasn't able to be copied
- Implement Cobra
- Added better usage instructions for Cobra
- Needs to open and save m3u file before using it