Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created March 12, 2020 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creaktive/b164b9953575fcb3b3d26fe9e4c58a2b to your computer and use it in GitHub Desktop.
Save creaktive/b164b9953575fcb3b3d26fe9e4c58a2b to your computer and use it in GitHub Desktop.
psyndora recent tracks CLI
curl -q -s 'https://cast.magicstreams.gr:2199/external/rpc.php?m=recenttracks.get&username=psyndora&charset=&mountpoint=&rid=psyndora&limit=10' | \
jq -c '.data[0][] | [.localtime, .artist, .album, .title]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment