startup video launched by external player from autoexec.py
#1
Hello,

Would you help to advise how I can start up any custom video from autoexec.py (or other python solution) running in external player?

What is done:

- Kodi 19.4
- Windows Media Player set (and working) in advancedsettings.xml
- set working autoexec.py and this inside 

import xbmc

xbmc.executebuiltin("PlayMedia(C:\\temp\\video.mp4)")
xbmc.executebuiltin("PlayWith(Windows Media Player)")

How come it is not starting in external player? I am trying to use these in built in kodi functions, listed as Player's builts in

Image
Reply
#2
Don't have any real experience with external players, but need you to enable debug logging in settings, close and restart Kodi, then upload your kodi.log file to paste.kodi.tv and reply with link.  Probably also worth uploading your playercorefactory.xml.

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
startup video launched by external player from autoexec.py0