Kodi Community Forum

Full Version: hide "import EPG" dialog on startup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey
just a short question:
is there a way to hide the "import EPG" dialog on every startup? I don't want to blend it out because it lasts too long, but rather because it interferes other (for me) more important/interesting messages on startup.

regards
I'm very interested in a solution, too.
(2016-04-19, 19:18)Zombie Wrote: [ -> ]I'm very interested in a solution, too.


put this in your advancedsettings.xml

Code:
<epg>
   <displayupdatepopup>false</displayupdatepopup>  <!-- display a progress popup while updating EPG data from clients -->
   <displayincrementalupdatepopup>false</displayincrementalupdatepopup>  <!-- also display a progress popup while doing incremental EPG updates -->
</epg>
(2016-06-29, 18:05)horstepipe Wrote: [ -> ]
(2016-04-19, 19:18)Zombie Wrote: [ -> ]I'm very interested in a solution, too.


put this in your advancedsettings.xml

Code:
<epg>
   <displayupdatepopup>false</displayupdatepopup>  <!-- display a progress popup while updating EPG data from clients -->
   <displayincrementalupdatepopup>false</displayincrementalupdatepopup>  <!-- also display a progress popup while doing incremental EPG updates -->
</epg>

This file (advencedsettings.xml) for the place where dir.windows 7