Google Play Music - Playlist Generator
Project description
This is a command-line tool to generate a set of standard playlists for Google Play Music libraries.
It’s currently in beta, and some knowledge of Python and comfort with the command line is required. Depending on interest, I will make it more user friendly. The author is using the tool and care is being taken not to make a mess in the library manipulated (I care about mine too), but USE AT YOUR OWN RISK.
Installation
You can either do a:
pip install GPM-Playlist-Generator
or if you’ve cloned this repo:
python setup.py install
Running the tool
Simply run:
gpm-playlistgen.py config.yaml
What it does
The default configuration captured in config.sample.yaml will log prompt you to log into your account via OAuth, download the list of tracks and playlists in your library, and do the following as per the playlist section in the configuration:
Generate a set of playlists grouping your tracks by month in which they’ve been added to your library (monthly_added)
Generate a sorted list of your most frequently played tracks (most_played)
The playlist generated will all have a name starting with “[PG]”. This is configurable.
If you rerun the tool, it will only regenerate the playlists that are needed (new tracks in monthly added, and most played).
I need help
Try:
gpm-playlistgen.py config.yaml
I want to report a problem or I have a cool idea for this tool
Please use the issue tracker.
FAQ
I don’t trust this tool
“No problem”. You can run it with the --dry-run option. It will not write anything to your account, simply show you what it would do.
I want to get rid of all those generated playlists
You can run:
gpm-playlistgen.py --delete-all-playlists config.yaml
The description field is used to check that this is a generated list, but I strongly advise to the the following first to see what it’s going to do:
gpm-playlistgen.py --delete-all-playlists config.yaml --dry-run
Credits
The heavy lifting is done by Simon Weber’s gmusicapi.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file GPM-Playlist-Generator-1.2.1.tar.gz
.
File metadata
- Download URL: GPM-Playlist-Generator-1.2.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 689aaf0d1f5a9065869ed9ba6b1e910844aaa669a2e3b47081c868671761cc29 |
|
MD5 | 92f46aed3782b184344dceaf65b6b83b |
|
BLAKE2b-256 | 9e31ca4f36784b156167c264a190ac4f73cc809b6e8d0a3c05101c2db19a87aa |
File details
Details for the file GPM_Playlist_Generator-1.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: GPM_Playlist_Generator-1.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ac12ec6695b808da38a22d2b73465520bf9cff3d837df3eee5cf59abc907722 |
|
MD5 | b854cbade1b752cf074b4b3316eb0f26 |
|
BLAKE2b-256 | 668dcd4acca63cf4c9a6ccbb88f54561769f0e348227dd351438759565abb1d4 |