Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.06 KB

Status

This repo is useless as Google Play Music doesn't exist anymore. I made a final update for the sake of it.

Google Play Music Library Download

This script will download your whole google play music library. Each downloaded song is saved into a database, so if the script fails while running, you won't be downloading songs twice. If a song fails downloading, it will be saved to database with downloaded equals to 0: you should try downloading this again manually.

The generated directory structure is of the format:

[album_artist | artist]/album_name

And inside each album, you will get:

track_id - track_name

Usage

  • In a terminal run:

python download_library.py

  • You will get a link to login with the google account where all the music is, google will give you a string that you have to copy and then paste it back into the terminal and hit enter.

  • Let it r(b)u(r)n.

Dependencies

  • Python >= v3.6

Packages

For this program to work you will need to (virtual environment recommended) install:

  • (pip install) sqlite3
  • (pip install) gmusicapi