Skip to content

Instantly share code, notes, and snippets.

@adauma
Forked from kgriffs/vlc
Created February 23, 2024 17:57
Show Gist options
  • Select an option

  • Save adauma/4ee5b0f642672f2159c8a345ee5a4b61 to your computer and use it in GitHub Desktop.

Select an option

Save adauma/4ee5b0f642672f2159c8a345ee5a4b61 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