Auto-Close OSD in AEON Nox Silvo integrieren

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/
  • Hallo,

    ich habe folgendes gefunden, welches sich doch sicherlich bestimmt auch in AEON Nox oder AEON Nox Silvo integrieren lässt:


    Code
    <control type="button" id="9239" description="Close OSD Auto">
        <width>1310</width>
        <visible>ControlGroup(9100).HasFocus(9103)</visible>
        <include>DefSettingsButton</include>
        <label>Auto Close OSD</label>
        <label2>$INFO[Skin.String(SkinHelper.AutoCloseVideoOSD)]</label2>
        <onclick condition="!String.IsEmpty(SkinHelper.AutoCloseVideoOSD)">Skin.Reset(SkinHelper.AutoCloseVideoOSD)</onclick>
        <onclick condition="String.IsEmpty(SkinHelper.AutoCloseVideoOSD)">Skin.SetNumeric(SkinHelper.AutoCloseVideoOSD)</onclick>
    </control>

    https://forum.kodi.tv/showthread.php?tid=293302


    Hintergrund: Es gibt ein script.hideosd, aber das finde ich nur in einer banned repo.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!