Kodi Community Forum

Full Version: Hide TV/EPG pop-up at Kodi start-up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I'm wondering if there is a way to hide the popup related to the TV/EPG when Kodi is starting up.

I'm actually using in the advancedsettings.xml the following parameters, but I think they have effects only for the EPG update when Kodi is already running (e.g. every two hours update):

Code:
<epg>
    <displayupdatepopup>false</displayupdatepopup>
    <displayincrementalupdatepopup>false</displayincrementalupdatepopup>
</epg>

Any suggestion is more than welcome! Thanks in advance!