Skip to content

Instantly share code, notes, and snippets.

@iogakos
Created September 19, 2012 10:11
Show Gist options
  • Save iogakos/3748834 to your computer and use it in GitHub Desktop.
Save iogakos/3748834 to your computer and use it in GitHub Desktop.
Fav radio station load script using VLC
#!/usr/bin/osascript
tell application "VLC"
activate
OpenURL "<stream_url_goes_here>"
play
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment