Skip to content

Instantly share code, notes, and snippets.

@zxx
Forked from kgriffs/vlc
Created August 31, 2017 04:33
Show Gist options
  • Save zxx/3e8b4a23027532d51e2a4be1153b9ce2 to your computer and use it in GitHub Desktop.
Save zxx/3e8b4a23027532d51e2a4be1153b9ce2 to your computer and use it in GitHub Desktop.
Run VLC from the command line on Mac OS X and stream internet radio (such as Radio Paradise).
#!/usr/bin/env bash
/Applications/VLC.app/Contents/MacOS/VLC -I rc "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment