Small program to fetch the google play music playlists and format them to iTunes playlists.
This program uses the gmusicapi from Simon Weber to fetch the correct data.
- Simply create a password on your google account security page for less secure apps.
- Run the script as follows:
python main.py -a ACCOUNT -p PASSWORD -f FUNCTION
- You can choose between the following functions:
fetch
: Your playlists will be written to textfiles which you can add to iTunes.
For more help, simply type python main.py -h
in your terminal.