Program to download mp3 from Google Play music
Right now it uses ./bin/metamp3.exe
to write metadata tags. This only runs on Windows. In the future, this should probably use something like this: https://www.npmjs.com/package/ffmetadata
- Install node.js
cd play-music-downloader/
npm install
- Fill out
config.json.template
with your Google account details. - Rename
config.json.template
toconfig.json
. - Run
node index.js
- Log in, and the program will download to folder
music/
.