Giter Site home page Giter Site logo

gpmplaylistdl's Introduction

GPMplaylistDL

Google Play Music playlist downloader, forked from @fattredd: https://gist.github.com/fattredd/8b41590dfaf4bd819fa92dea0df216d2

Reddit post

This is a little script to download every song from every playlist in your Google Play Music account. Songs are organized as follows:

<artist>/<album>/<song number> <song name>.mp3

I Highly recomend putting this file in your %USER%\Music folder before running.

Please note that this will ONLY work if you have a subscription, and a mobile device associated with your account.

Requirements:

  • gmusicapi
  • requests

For further documentation on what I'm using here, check out: http://unofficial-google-music-api.readthedocs.io/en/latest/reference/mobileclient.html

Instructions

Install python 2.7 and pip, -OR- install python 3 and pip 3 (python3-pip on Debian)

Once you have these installed, you'll need some python packages. You can install these from the command line with:

pip install requests
pip install gmusicapi

(if using python 3, use pip3 instead)

Edit GPMplaylistDL.py and add your username and password to where the variables are set

Then navigate to your music directory and run the script with:

python GPMplaylistDL.py

(or python3 GPMplaylistDL3.py)

License

According to this comment, the license is

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
        Version 2, December 2004

gpmplaylistdl's People

Contributors

walkman100 avatar fattredd avatar

Stargazers

 avatar  avatar Jerry Wardlow avatar  avatar  avatar  avatar  avatar FredUK avatar bear avatar Vikentiy Ekgart avatar Ernesto Rocha avatar

Watchers

James Cloos avatar  avatar  avatar

gpmplaylistdl's Issues

Trouble with find device

Hello!
I have Python v3.x, also "requests & gmusicapi". Have subscription on youtube. Created "password to application". Setup fields (login/password) in script done.
However, i have successful login, but after that, script give me "No Android or iOS device linked to account!"
My phone, of course, associated with my G-Account. What's i do wrong?

UPD:
Custom string in script "print("DEV"+device['type'])" give me only one result: DEVDESKTOP_APP

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.