A command line tool written in Python to lookup a mass amount of songs on Google Play Music to see if they are available on the service. Useful if you want to import a Youtube or Soundcloud playlist to Google Play Music. Made possible by Simon Weber and his awesome Unofficial Google Play Music API
This tool performs TEXT LOOK-UP ONLY and does not perform audio matching.
-
-
- Replace
MyUsername
with your Google User Name - Replace
MyPassword
with your Google Password - OPTIONAL: Add Mobile Device ID (excluding 0x) after
MobileId:
(See unofficial google music api docs for more information) - If you want to put your login information in a text file in a different directory and not use the credentials in the settings.ini file add the text file path to the
LoginPath:
attribute.
- Replace
-
- If you want to change the path from the default for the music.txt file add the text file path to the
MusicPath:
attribute
- If you want to change the path from the default for the music.txt file add the text file path to the
-
-
- Replace
GOOGLE USER NAME HERE
with your Google User Name - Replace
GOOGLE PASSWORD HERE
with your Google Password - Replace
MOBILE DEVICE ID HERE (WITHOUT 0x) *OPTIONAL*
with a mobile device id (excluding 0x if the device id starts with 0x)
- Replace
-
- Add the text lookups you want to perform with each separate music search query separated by a newline.
- Unofficial Google Play Music API - Installation instructions
$ pip install gmusicapi