diff --git a/720p/Home.xml b/720p/Home.xml
index 7ff3479..dd4ad8d 100644
--- a/720p/Home.xml
+++ b/720p/Home.xml
@@ -525,7 +525,7 @@
35
CCFFFFFF
HomeSubEnd.png
- Conditional
+ Conditional
CCFFFFFF
@@ -545,7 +545,9 @@
HomeSubNF.png
false
- RunScript(script.globalsearch)
+ RunScript(script.globalsearch)
+ EnableAddon(script.globalsearch)
+ InstallAddon(script.globalsearch)
icon_search_home.png
icon_search_home.png
icon_search_home.png
@@ -554,7 +556,6 @@
601
9003
9000
- System.HasAddon(script.globalsearch)
180
@@ -907,8 +908,7 @@
60
9000
9000
- 608
- 603
+ 608
9001
300
diff --git a/720p/IncludesHomeMenuItems.xml b/720p/IncludesHomeMenuItems.xml
index 6e4c48e..c50d86c 100644
--- a/720p/IncludesHomeMenuItems.xml
+++ b/720p/IncludesHomeMenuItems.xml
@@ -202,13 +202,13 @@
ButtonHomeSubCommonValues
RunAddon(service.libreelec.settings)
- System.HasAddon(service.libreelec.settings)
+ System.AddonIsEnabled(service.libreelec.settings)
ButtonHomeSubCommonValues
RunAddon(service.coreelec.settings)
- System.HasAddon(service.coreelec.settings)
+ System.AddonIsEnabled(service.coreelec.settings)
ButtonHomeSubCommonValues
diff --git a/720p/IncludesHomeRecentlyAdded.xml b/720p/IncludesHomeRecentlyAdded.xml
index e222c97..e0ce60a 100644
--- a/720p/IncludesHomeRecentlyAdded.xml
+++ b/720p/IncludesHomeRecentlyAdded.xml
@@ -4,8 +4,7 @@
DepthMenu
20
- 608
- 603
+ 608
!Window.IsVisible(Favourites)
VisibleFadeEffect
WindowOpen
@@ -41,8 +40,7 @@
8000
8000
20
- 608
- 603
+ 608
list
200
@@ -277,8 +275,7 @@
8001
8001
20
- 608
- 603
+ 608
list
200
@@ -539,8 +536,7 @@
8002
8002
20
- 608
- 603
+ 608
list
200
diff --git a/720p/MyWeather.xml b/720p/MyWeather.xml
index 937870e..100634b 100644
--- a/720p/MyWeather.xml
+++ b/720p/MyWeather.xml
@@ -14,7 +14,7 @@
true
1000
VisibleFadeEffect
- System.HasAddon(resource.images.weatherfanart.multi)
+ System.AddonIsEnabled(resource.images.weatherfanart.multi)
WindowClose
diff --git a/addon.xml b/addon.xml
index 8dd4811..8a86491 100644
--- a/addon.xml
+++ b/addon.xml
@@ -1,7 +1,7 @@
-
+
-
+
@@ -143,6 +143,6 @@
resources/screenshot-08.jpg
resources/screenshot-09.jpg
- - Add support for PVR reminders.[CR]- Fix / add new buttons in PVR information window.[CR]- Update PVR group manager dialog with latest changes.
+ - Bump xbmc.gui.[CR]- Add support for enabled add-ons.
diff --git a/changelog.txt b/changelog.txt
index c8d5fc9..0b6a94d 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,8 @@
+[B]4.7.5[/B]
+
+- Bump xbmc.gui
+- Add support for enabled add-ons
+
[B]4.7.1[/B]
- Add support for PVR reminders