From 9170102754b8dd19d3eb697dedd853360dfef1c6 Mon Sep 17 00:00:00 2001
From: psicotron3 <59427589+psicotron3@users.noreply.github.com>
Date: Thu, 9 Jan 2020 23:26:10 -0400
Subject: [PATCH 1/3] Update to Confluence on Leia
Update config skin script to work with confluence on Kodi Leia
---
confupdate.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/confupdate.py b/confupdate.py
index 2285b9c..4fca5e1 100644
--- a/confupdate.py
+++ b/confupdate.py
@@ -175,8 +175,7 @@ def _updateDialogVideoInfo(self):
\t\t\t\t\t\tButtonInfoDialogsCommonValues
\t\t\t\t\t\t
\t\t\t\t\t\tRunScript(script.videoextras,display,"$INFO[ListItem.FilenameAndPath]")
-\t\t\t\t\t\tSystem.HasAddon(script.videoextras) + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows) | Container.Content(musicvideos)] + IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton"))'''
-
+\t\t\t\t\t\tSystem.HasAddon(script.videoextras) + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows) | Container.Content(musicvideos)] + String.IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton"))'''
insertTxt = previousButton + (DIALOG_VIDEO_INFO_BUTTON % idval)
dialogXmlStr = dialogXmlStr.replace(previousButton, insertTxt)
From 894c3e6b32ecfe452cd22d09a9b3a0a70a9deb42 Mon Sep 17 00:00:00 2001
From: psicotron3 <59427589+psicotron3@users.noreply.github.com>
Date: Thu, 9 Jan 2020 23:31:20 -0400
Subject: [PATCH 2/3] Updated Estuary skin configuration
Update Estuary skin configuration to include "Extras" button after the "Playback" button on info screen. Estuary skin still don't have visual indication/overlay of existing extras
---
estuaryupdate.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/estuaryupdate.py b/estuaryupdate.py
index 48ad0d5..85be89d 100644
--- a/estuaryupdate.py
+++ b/estuaryupdate.py
@@ -99,7 +99,7 @@ def _updateDialogVideoInfo(self):
dialogXmlStr = dialogXmlStr.replace(previousOnLoad, insertTxt)
# Now we need to add the button after the Final button
- previousButton = ''
+ previousButton = ''
if previousButton not in dialogXmlStr:
# The file has had a standard component deleted, so quit
From 2f867a0d8035be367e2db92f07958b8c4fe9ccb6 Mon Sep 17 00:00:00 2001
From: psicotron3 <59427589+psicotron3@users.noreply.github.com>
Date: Fri, 10 Jan 2020 00:01:07 -0400
Subject: [PATCH 3/3] Change default option to disable Detailed List
Changed the default option do disable the detailed list screen until I figure out a way to make it work again
---
resources/settings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/settings.xml b/resources/settings.xml
index 99b8979..4865fa9 100644
--- a/resources/settings.xml
+++ b/resources/settings.xml
@@ -5,7 +5,7 @@
-
+