Kodi Community Forum
auto load dvd - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: auto load dvd (/showthread.php?tid=223243)



auto load dvd - maxone - 2015-04-03

how do i auto play a dvd in windows 8.1?


RE: auto load dvd - k4sh1n - 2015-04-03

Settings>video>discs>toggle play dvd automatically


RE: auto load dvd - maxone - 2015-04-03

should have mentioned would like it to auto play when not open


RE: auto load dvd - k4sh1n - 2015-04-03

(2015-04-03, 19:16)maxone Wrote: should have mentioned would like it to auto play when not open

When what is not open?


RE: auto load dvd - maxone - 2015-04-04

if kodi isn't running and i put a dvd in the drive and then have kodi launch to play dvd.


RE: auto load dvd - k4sh1n - 2015-04-04

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


RE: auto load dvd - maxone - 2015-04-04

thanks you are very true. but would like to have it set up the other way as well. thanks for the help.