Files
gmusic-deleter/README.md
2015-11-12 12:26:42 +00:00

1.0 KiB

Delete unwanted songs from Google Music

Google Music Manager can automatically upload songs from your local iTunes library to Google Music. When you delete songs from you iTunes library, however, they remain to exist in you Google Music library. Two scripts automate the tedious process of deleting those (and duplicated) songs from Google Music manually.

Installation

This script relies on pyItunes and Unofficial-Google-Music-API. Installation of these dependencies is easy using pip:

pip install -r requirements.txt

Windows users can install pip as follows:

wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
python get-pip.py

Configuration

Generate an application specific password for your google account: https://security.google.com/settings/security/apppasswords

Just alter the values in broken brackets and run the script:

python itunes.py

or

python duplicates.py