Skip to content

A simple Python script to sync your local MP3 library to Google Play Music

Notifications You must be signed in to change notification settings

Stono/google-music-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This script is old, and I no longer use or support it.

GoogleMusicSync:

A simple Python script to sync your local MP3 library to Google Play Music. Uses the excellent Google Music API script by Simon Weber and eyeD3 for MP3 tag reading.

To run it, you'll need the pre-reqs:

  • pip install git+git://github.com/simon-weber/Unofficial-Google-Music-API.git@develop
  • pip install eyeD3

Then glone the repo:

And finally make it executable:

  • sudo chmod 0755 googlemusicsync.py

The script accepts two parameters: ./googlemusicsync -p LOCAL_PATH -s 'true/false'

Where -p is the local path that you wish to scan -s should the changes be synced, or just report the differences.

Please note at the moment that this script is simply one way, any files that are on your local machine that are not on Google Play Music will be synced.

About

A simple Python script to sync your local MP3 library to Google Play Music

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages