Auto-Close OSD in AEON Nox Silvo integrieren

  • 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!