Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Play DVDs automatically on insertion in VLC media player' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Play DVDs automatically on insertion in VLC media player
Authored by: iMacThere4iAm on Jan 04, '12 04:21:12AM
Here is an alternative that doesn't require UI scripting. It should be faster and more reliable.
set devicename to do shell script "drutil status | grep -o /dev/disk.*"
set MRL to "dvdnav://" & devicename
tell application "VLC"
	OpenURL MRL
	play
	next
end tell


[ Reply to This | # ]