/sync-play-music

A Utility for syncronizing music files between Google Play Music and your computer.

Primary LanguagePython

Sync Play Music

A Utility for syncronizing music files between Google Play Music and your computer.

Supported file types

  • MP3
  • AAC
  • ALAC(16 bits per sample rate)
  • FLAC

Requirements

  • Python 3.7

Optional

Configuration

Virtualenv

$ cd REPOSITORY_ROOT
$ virtualenv syncgmenv
$ source syncgmenv/bin/activate
$ pip install -r syncgmenv/requirements.txt

Configuration file

Copy config.yml.sample to config.yml and edit in it.

Run

Run sync.py!!!