Skip to content

Instantly share code, notes, and snippets.

@agalazis
Created November 15, 2014 20:56
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 agalazis/44120f8e44d203d8f870 to your computer and use it in GitHub Desktop.
Save agalazis/44120f8e44d203d8f870 to your computer and use it in GitHub Desktop.
final websocketd mplayer tarcker
websocketd strace -p$(pgrep mplayer |head -n1 ) -s9999 -e write 2>&1 |grep -Po 'KVolume.*?\\n|Title:.*?\\n|Album:.*?\\n|Year:.*?\\n|Track:.*?\\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment