Page 1 of 1

How Can VLC Play DVDs?

Posted: 18 Aug 2010 03:29
by taurusx5
I got VLC player version 1.0.5 for windows. I unfortunately have to manually play DVDs by going into VLC then Media>Open Disc. I got 2 questions:

1) How can I get VLC to play DVDs without doing so manually? It'd be nice to play DVDs by right clicking on the DVD icon in windows explorer. How can I do this?

2) Can I assign a shortcut in windows to get VLC to play DVDs?

.

Re: How Can VLC Play DVDs?

Posted: 18 Aug 2010 18:40
by VLC_help
1. Use newer VLC version. VLC 1.1.2 should have that fixed.
2. Yes you can. Just add dvd://X: (where X is drive letter of your DVD drive) to shortcut.

Re: How Can VLC Play DVDs?

Posted: 18 Aug 2010 19:14
by taurusx5
1. Use newer VLC version. VLC 1.1.2 should have that fixed.
2. Yes you can. Just add dvd://X: (where X is drive letter of your DVD drive) to shortcut.
Hi, i downloaded the latest version of VLC. I got 2 questions based on your answer:

1) now, how do i get VLC to play DVDs automatically?

2) where do i add 'dvd://X' to get VLC to play DVDs?

.

Re: How Can VLC Play DVDs?

Posted: 19 Aug 2010 17:38
by VLC_help
1. When you insert DVD, Windows should provide dialog that asks what you want to do. Just select play with VLC and tick the always use this/automatic option.
2. Either create new shortcut for VLC and edit its properties or create .bat file.

Re: How Can VLC Play DVDs?

Posted: 20 Aug 2010 07:44
by taurusx5
1. When you insert DVD, Windows should provide dialog that asks what you want to do. Just select play with VLC and tick the always use this/automatic option.
2. Either create new shortcut for VLC and edit its properties or create .bat file.
How do I create a new shortcut for VLC to play DVDs? And, how do I create a .bat file for that also?

.

Re: How Can VLC Play DVDs?

Posted: 20 Aug 2010 15:06
by VLC_help
For shortcut, Go to VLC install directory, right click vlc.exe and select Create shortcut. Then drag&drop the shortcut where you want it to be.

For .bat file, paste something like

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" dvd://D:
to new text file and then rename it something.bat

Re: How Can VLC Play DVDs?

Posted: 20 Aug 2010 22:16
by taurusx5
For shortcut, Go to VLC install directory, right click vlc.exe and select Create shortcut. Then drag&drop the shortcut where you want it to be.

For .bat file, paste something like

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" dvd://D:
to new text file and then rename it something.bat
I'm a bit lost here. How will the .bat file allow me to play DVDs automatically? What would be the steps necessary to get VLC to play DVDs?

Also, I typed in: "C:\Program Files\VideoLAN\VLC\vlc.exe" dvd://D: into properties>shortcut in the target field of the VLC shortcut I made to the desktop. And I get en error stating that the target is not valid. What do I do now?

.

Re: How Can VLC Play DVDs?

Posted: 21 Aug 2010 20:13
by VLC_help
.bat or shortcut cannot start playback automatically. The parameters in target should work
http://www.eurocardsharing.com/f30/stre ... w-to-32929

Re: How Can VLC Play DVDs?

Posted: 24 Aug 2010 00:30
by taurusx5
.bat or shortcut cannot start playback automatically. The parameters in target should work
http://www.eurocardsharing.com/f30/stre ... w-to-32929
thank you... the shortcut did the trick.. thanks!!

.