auto load dvd
#1
how do i auto play a dvd in windows 8.1?
Reply
#2
Settings>video>discs>toggle play dvd automatically
Reply
#3
should have mentioned would like it to auto play when not open
Reply
#4
(2015-04-03, 19:16)maxone Wrote: should have mentioned would like it to auto play when not open

When what is not open?
Reply
#5
if kodi isn't running and i put a dvd in the drive and then have kodi launch to play dvd.
Reply
#6
Sorry for my ignorance, but what is the difference?
The way you would prefer: put in DVD then launch KODI
or
The way it works now: launch KODI then put in DVD

They both require a two step process?

But I digress, you could possibly utilize the autoexec.py with the following contents:

Code:
import xbmc
xbmc.executebuiltin( "PlayDVD()" )

http://kodi.wiki/view/Autoexec.py
Reply
#7
thanks you are very true. but would like to have it set up the other way as well. thanks for the help.
Reply

Logout Mark Read Team Forum Stats Members Help
auto load dvd0