Coder Social home page Coder Social logo

gmusicimport's Introduction

Import your playlists to Google Play Music using simple JSON files.

This script will try to find the best match from Play Music "All Access" library for each track.

The file format is:

{
  "playlists": [{"title": "My Playlist 1",
                 "tracks": [{"title": "My Song 1",
                             "artist": "My Artist 12",
                             "album": "My Album 42"},
                            {"title": "Meh Song 2",
                             ...}
                             ...]},
                {"title": "Mah Playlist 2",
                 "tracks": ...},
                 ...
               ]
}

This script was initially crafted to work with a Deezer playlist exporter (https://github.com/iXce/deezerexport)

Usage

Usage is straightforward: python2 gmusicimport.py -u USERNAME playlists.json

You can use the --dry-run flag to only check the importability of the playlists (i.e. if there are good matches for all the tracks from the All Access library), and -v to increase verbosity.

Dependencies

We only depend on gmusicapi (https://github.com/simon-weber/Unofficial-Google-Music-API). which can be easily installed by running pip install -r requirements.txt or pip install gmusicapi

Please note that as gmusicapi is not Python3 ready yet, this software is Python2 only for now, though its code in itself should be Python3-compliant.

gmusicimport's People

Contributors

anfabio avatar ixce avatar

Watchers

 avatar

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.