gmusicsync

Google Music playlist syncing to offline destination


Keywords
gmusic, google, music, google-music
License
MIT
Install
pip install gmusicsync==0.1.2

Documentation

gmusicsync

Google Music playlist syncing to offline destination

Installation

Python3.5 is required.

pip install gmusicsync

Usage

usage: gmusicsync.py [-h] [--email EMAIL] [--password PASSWORD] --playlist
                     PLAYLIST
                     path

Google Music playlist sync tool

positional arguments:
  path                 Path to sync playlist to

optional arguments:
  -h, --help           show this help message and exit
  --email EMAIL
  --password PASSWORD
  --playlist PLAYLIST  Playlist name

You can omit --email and --password arguments, if you set GMUSICSYNC_EMAIL and GMUSICSYNC_PASSWORD environment variables.

The program will scan path directory, and create it, if it does not exist (including all parent directories). After audio download, program will also set artist, title and album ID3 tags on it.