Skip to content

Instantly share code, notes, and snippets.

View ragnor-rs's full-sized avatar

Renat Sarymsakov ragnor-rs

View GitHub Profile
@ragnor-rs
ragnor-rs / lastfm_to_gmusic.py
Last active March 21, 2018 15:28 — forked from Timmmm/lastfm_to_gmusic.py
Convert Last.fm loved tracks to your Google Play Store Music Play All Access Subscription Service by Google™. It creates a new playlist rather than adding the tracks to your library willy-nilly. See code for more details.
#!/usr/bin/env python
# Lastfm loved tracks to Google Music All Access playlist. As noted in the comments you do need the All Access subscription thing otherwise it will always find 0 songs.
#
# Written by Tim Hutt, tdhutt@gmail.com, based on this script:
#
# https://gist.github.com/oquno/3664731
#
# Today is the 15th of September 2013.
#