Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.02 KB

Google Music Dupe Killer

Really small script designed to remove pesky duplicates from Google Music.

** The duplicates must have all correct meta data as this evaluates their title and album for detection.

Thanks to simon weber for a GREAT client library that made this super easy to code.

Usage

This is a incredibly simple script, but does require a few small configurations.

  • For most environments with Python already installed:

    $ pip install gmusicapi

  • If you do not have pip or are running windows, please see Unofficial Google Music API usage

Change login credentials

  • Near line 89, change the 'username' and 'password' to your Google account credentials.

Run kill_dupes

  • The script will automatically detect and remove duplicates on any songs in your library.

Thanks!