Win Run batch file while launching Kodi's internal player?
#1
I want to run a batch file to modify the settings on various bits of equipment (via RS232) while launching Kodi’s internal DVDplayer. I was wondering if I could do this via a playercorefactory file such as shown in the example below?

<playercorefactory>
</players>
<player name="Internal_Player" type="DVDPlayer" audio="true" video="true" />
<C:\Users\Owner\AppData\Roaming\kodi\userdata\SetVol.bat>
<hideconsole>true</hideconsole>
</players>
<rules action="prepend">
<rule filename=".*mkv.*" player="Internal_Player"/>
</rules>
</playercorefactory>

Thanks for any input
Reply

Logout Mark Read Team Forum Stats Members Help
Run batch file while launching Kodi's internal player?0