Skip to content

loogle18/apple_to_google_music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apple_to_google_music

apple_to_google_music is a library converter that allows you easily convert your exported Apple Music songs list to Google Music. It parses passed list of songs and add them to your Google Music library.

It also creates file with ignored tracks that were not found on Google Music library. So You can check them out.

Install common requirements

pip3 install -r requirements.txt

Credentials configuration

Before using script be sure you have generated app password in your google account.

Usage

python3 apple_to_google_music.py -e ${EMAIL} -p ${APP_PASSWORD} -f ${PATH_TO_TXT_SONGS_LIST}

Example:

python3 apple_to_google_music.py -e "some.name@gmail.com" -p "dniandisand1a" -f "apple-music.txt"

About

Apple Music to Google Music library converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages