Skip to content

ewiner/google-music-dupe-killer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

Removes any duplicate songs from Google Music that have the same title and album.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%