Skip to content

Instantly share code, notes, and snippets.

@trollknurr
Created August 21, 2019 13:02
Show Gist options
  • Save trollknurr/70d894291e57c40174ecf1449a7c99b3 to your computer and use it in GitHub Desktop.
Save trollknurr/70d894291e57c40174ecf1449a7c99b3 to your computer and use it in GitHub Desktop.
Mac google play music app current song
#!/usr/local/bin/bash
cat /Users/ashtarev/Library/Application\ Support/Google\ Play\ Music\ Desktop\ Player/json_store/playback.json | /usr/local/bin/jq '.song.artist + " - " + .song.title' | tr '"' ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment