KilianMichiels / fGMP

Small program to fetch the google play music playlists and format them to iTunes playlists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fetchGoogleMusicPlaylists

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.

Usage

  • 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.

Help

For more help, simply type python main.py -h in your terminal.

About

Small program to fetch the google play music playlists and format them to iTunes playlists.

License:MIT License


Languages

Language:Python 100.0%