Kodi text box with a dinamic external content
#1
Question 
Dear friends, im a noob in this area and im trying to be part of this community, I want to use Kodi as a media player for a hospital waiting room, i need to display a text area with a number, (that was not a problem) but i need that number to be changed in a dinamic way. Any suggestion?


This is the script im using, i need to replace DATA with some data from a website or xml or mySql or any dynamic i can change while the video is playing


<window id="2005">
<defaultcontrol>-</defaultcontrol>
<controls>
<control type="textbox" id="2">
<description>My first text box control</description>
<posx>80</posx>
<posy>60</posy>
<width>250</width>
<height>200</height>
<visible>true</visible>
<colordiffuse>FFFFFFFF</colordiffuse>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<pulseonselect></pulseonselect>
<pagecontrol>13</pagecontrol>
<scrolltime>200</scrolltime>
<autoscroll delay="3000" time="1000" repeat="10000">!Control.HasFocus(13)</autoscroll>
<label>DATA</label>
</control>
</controls>
</window>


Regards
Max
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi text box with a dinamic external content0