User Tools

Site Tools


vlc_autoplay_dvd

VLC Autoplay DVD

FIXME To be reformatted for wiki.

OK, here is exactly the sequence to have VLC autoplay DVDs:

Open Explorer Select a drive, then select Tools – Folder Options

Select File Types

Click the File Types header, so that it sorts by File Type

You should see something with Extension “[NONE]”, File Type “DVD Video”. Click on it, then select the Advanced button.

It should open an “Edit File Type” window. You should see a “Play with VLC Media Player” option. Select it, then select Edit. If you don't have that choice, just select New.

This opens a window, “Editing action for type: DVD Video”. Here are the settings: Action: Play with VLC media player Application used to perform action: “C:\Program Files\VideoLAN\VLC\vlc.exe” dvd:D:@0:1 %1 (put in your DVD drive letter where I show D ) Use DDE: Checked DDE Message: leave it blank Application: vlc DDE Application not running: leave it blank Topic: System Select OK, which closes the “Editing” window. You're back in the “Edit file type” window. Select “Play with VLC media player”, and then the “Set Default button. Leave the “Confirm open after download” and “Always show extension” boxes clear (unselected), then press OK, to exit the File Type window. Now for the fun part (hey, gotta work for some things): Warning: Editing the registry can mess up your computer if you aren't careful. Only make the precise change that I'm describing below; if you aren't comfortable with this, ask a techie friend. Open registry editor. Go to: My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\VLCPlayDVDMovieOnArrival This key has several values (variables). The one thing that MS doesn't set properly is “DefaultIcon”. It doesn't put the quotes around the command. Double click on DefaultIcon – put the first part of the Value Data in quotes: Old: C:\Program Files\VideoLAN\VLC\vlc.exe,0 New: “C:\Program Files\VideoLAN\VLC\vlc.exe”,0 Click OK, in the Edit string window, exit out of RegEdit. You now have VLC autoplay for DVDs. Ask nice, and maybe one of the devs will add this to the auto-installing package, or create a vlc_dvd.reg for those working from the zip version. The contents of such a file should be: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\VLCPlayDVDMovieOnArrival] “Action”=“Play DVD movie” “DefaultIcon”=“\”C:\\Program Files\\VideoLAN\\VLC\\vlc.exe\”,0“ “Invoke.ProgID”=“VLC.MediaFile” “InvokeVerb”=“play” “Provider”=“VideoLAN VLC media player” The above is for a “standard” vlc installation, where vlc is installed at C:\Program Files\Videolan\VLC\vlc.exe. “Program Files”, of course, changes depending on local language.

vlc_autoplay_dvd.txt · Last modified: 2017/01/01 20:05 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki