Skip to content

kennyszub/google-music-playlist-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Google Music Playlist Scripts

Some quick scripts for editing Google Music playlists.

Uses the unofficial Google Music Api by simon weber.

Usage

  • Pip installation: sudo pip install --upgrade gmusicapi

OAuth Login

  • Both scripts use OAuth to login with gmusicapi. Simply run either script once to generate the credentials.
  • The credentials will be saved to ~/.local/share/gmusicapi.cred

delete_dups_from_playlists

  • This script deletes the duplicate songs from within each individual playlist. The tracks must be identical (ie. the same track id and song file) to be deleted.

add_last_songs_to_top_of_playlist

  • This script provides a way to move the last N songs of a playlist to be the first N songs. Run it without arguments to see the usage.

Warning

  • Neither script prompts you before making changes to your playlists.

About

A couple quick scripts to modify Google Music Playlists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages