Jump to content
Posted

@Matt: Hi, Matt! There is a modified Confluence-Skin for Kodi 20... can you tell or show me, where you've changed it for turning off the "Busy"-indicator? Background: I'm using Xonfluence because of its possibilities to change the menues. And I would like to modify it, too (as maybe you would like to modify it quickly ;-) ?) -- Thank you so much! -- Robert

  • Replies 3
  • Views 168
  • Created
  • Last Reply

Top Posters In This Topic

Featured Replies

  • Administrator

To suppress the busy dialog when PreShow Experience is running, add the following to the DialogBusy.xml file:

<visible>IsEmpty(Window(Home).Property(script.preshowexperience.running))</visible>

If it has a reference to CV in the DialogBusy.xml, change this 

<visible>String.IsEmpty(Window(Home).Property(script.cinemavision.running))</visible>

to this

<visible>String.IsEmpty(Window(Home).Property(script.preshowexperience.running))</visible>

Create an account or sign in to comment

Topics