Skip to content

Instantly share code, notes, and snippets.

@JunichiIto
Last active October 21, 2018 01:32
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 JunichiIto/87826e17d7c5142e2873a62242f0455f to your computer and use it in GitHub Desktop.
Save JunichiIto/87826e17d7c5142e2873a62242f0455f to your computer and use it in GitHub Desktop.
Use VLC to open VIDEO_TS folder instead of DVD Player app for macOS Mojave
tell application "VLC"
activate
open file "Users:your-name:Documents:some-dvd:VIDEO_TS"
play
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment