Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

jaymoulin/google-music-manager-auth

Repository files navigation

logo

Google Music Manager - Authentication

latest release

PyPI version

PayPal donation

Buy me a coffee

Become a Patron

(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

This program will replace former Google MusicManager to upload your music library to Google Music

This work is based upon Simon Weber's Google Music API.

Installation

apt-get install python3-pip build-essential
pip3 install google-music-manager-auth

Once installed, You have to authenticate to Google Music via the google-music-auth command

# Usage google-music-auth [path_to_oauth_cred_file=~/oauth]

If first parameter is not defined, the script will try to store/load your oauth credentials through the ~/oauth file.

Then follow prompted instructions.

You will be asked to go to a Google URL to allow the connection:

Visit the following url:
    https://accounts.google.com/o/oauth2/v2/auth?client_id=XXXXXXXXXXX.apps.googleusercontent.com&access_type=offline&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fmusicmanager&response_type=code&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob
Follow the prompts, then paste the auth code here and hit enter:

About

Requirements

Google Music Uploader works with Python 3 or above. It requires Simon Weber's Google Music API.

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub

Author

Jay MOULIN jaymoulin@gmail.com See also the list of contributors which participated in this program.

License

Google Music Uploader is licensed under the MIT License