Beiträge von blutiges

Am Samstag (06.09.25) Vormittag werde ich ein Update der Forensoftware (inkl. aller Plugins) durchführen. Das Forum wird deshalb auf unbestimmte Zeit nicht verfügbar sein. Neuigkeiten wird es im Matrix Chat geben: https://www.kodinerds.net/thread/79927-freischaltung-matrix-chat/

    danke dir,

    aber ich nutze ja das Modul welches ich ein wenig erweitert habe:



    Den call in der SettingsSystemInfo.xml auf

    Code
    <onfocus>RunScript(script.module.wanip,"SYSTEM")</onfocus>


    in Der HOme xml ganz oben

    Code
    <window>
    	<onload>RunScript(script.module.wanip,"HOME")</onload>


    und in der Control gorup ach dem RSS

    Code
    <control type="label" id="99999999">
    				<left>470</left>
    				<top>10</top>
    				<label>IP?</label>
    			</control>

    Jetzt passt es ;)

    Hallo zusammen,

    Danke für das Addon.

    Hat es schon jemand beim Estuary Skin im Kodi 17.6 zur anzeige im Home gebracht?
    Oder weiss jemand wie ich die IP unter der Uhrzeit anzeigen kann?
    Ich finde iwie nicht die richtige stelle.

    Die Urzeit wird in der Includes.xml ja gesetzt:

    Code
    <control type="label">
    						<font>font_clock</font>
    						<shadowcolor>text_shadow</shadowcolor>
    						<height>200</height>
    						<width>auto</width>
    						<animation effect="fade" start="100" end="0" time="300" condition="Window.Next(screencalibration)">WindowClose</animation>
    						<label>$INFO[System.Time]</label>
    					</control>


    jetzt müsste das script nur bei ab un zu dort ausgeführt werden, onfocus geht da leider nicht.

    Jemand eine Idee?

    Vielen Dank