2022-11-25, 03:09
I tried to use autoexec.py on /storage/.kodi/userdata and nothing worked im trying to Automate a video system with over 50 TV´s connecting like 9 Video Splitter and Hikivision Digital Signage (Like android tv box) using a server and sending a command to open an app or play images but i want kodi to start a rtps when kodi start up so all 9 digital signage can send the same image to all the TV´s idk if you all understand.
My only problem is when i open Kodi app i want to start a stmr file so i can stream to all the TV´s at once instead of going floor by floor clicking on kodi app and searching the file.
Hope you guys can help me im from Mexico so sorry for my english.
If it helps here is the line that i used for autoexec.py
My only problem is when i open Kodi app i want to start a stmr file so i can stream to all the TV´s at once instead of going floor by floor clicking on kodi app and searching the file.
Hope you guys can help me im from Mexico so sorry for my english.
If it helps here is the line that i used for autoexec.py
Code:
import xbmc
xbmc.executebuiltin("PlayMedia(//storage//76E9-15FF//Encoder.strm)")