diff --git a/1080i/Font.xml b/1080i/Font.xml
index 85aa9de..258e1e4 100644
--- a/1080i/Font.xml
+++ b/1080i/Font.xml
@@ -195,11 +195,6 @@
72
-
- symbolWeather
- weather.ttf
- 80
-
font13
diff --git a/1080i/Home.xml b/1080i/Home.xml
index 6ff881e..b55ee59 100644
--- a/1080i/Home.xml
+++ b/1080i/Home.xml
@@ -134,6 +134,13 @@
Skin.SetString(showRecentMusicItems,false)
Skin.SetString(showRecentVideoItems,false)
+ -
+ !isempty(Window(Weather).Property(WeatherProvider))
+
+
+ -
+ ActivateWindow(weather)
+
-
diff --git a/1080i/Includes_variables.xml b/1080i/Includes_variables.xml
index 40d3ef0..8fc3eff 100644
--- a/1080i/Includes_variables.xml
+++ b/1080i/Includes_variables.xml
@@ -282,103 +282,4 @@
$INFO[Skin.String(customMusicAddon7Name)]
$INFO[Skin.String(customMusicAddon8Name)]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/1080i/MyWeather.xml b/1080i/MyWeather.xml
index df3eb98..265237d 100644
--- a/1080i/MyWeather.xml
+++ b/1080i/MyWeather.xml
@@ -1,7 +1,241 @@
- action(back)
+ 3
+ fadeInOut
-
+
+ globalBackground
+
+ dimensionsFullscreen
+ resource://resource.images.weatherfanart.single/$INFO[Window.Property(Current.FanartCode),,.jpg]
+ 33ffffff
+ stretch
+ kenBurnsey
+ 1500
+
+
+ dimensionsFullscreen
+ vignette.png
+ ffffffff
+ stretch
+
+
+
+
+ 0
+ 0
+
+
+ col-1-begin
+ row-1-begin
+ 14-col
+ pageTitle
+
+ textActive
+
+
+
+ col-1-begin
+ 96
+ auto
+ pageSubTitle
+
+ textActive
+
+
+ dateTime
+
+
+
+ col-1-begin
+ row-5-begin
+
+
+ 0
+ 2-row
+
+ 0
+ 0
+ 24-col
+ 2-row
+ veryLarge
+
+ textActive
+ -
+
+
+
+
+
+
+
+
+
+
+
+ -12
+ 3-row
+ 3-col
+ 3-col
+ stretch
+ resource://resource.images.weathericons.outline/$INFO[Window.Property(current.FanartCode),,.png]
+
+
+ 3-col
+ 4-row
+ 21-col
+ 2-row
+ largeStrong
+
+ textActive
+ -
+
+
+ 3-col
+ 6-row
+ 21-col
+ 2-row
+ large
+
+ textActive
+ -
+
+
+ 3-col
+ 8-row
+ 12-col
+ 2-row
+ regular
+
+ textActive
+ -
+
+
+ 3-col
+ 336
+ 12-col
+ 2-row
+ regular
+
+ textActive
+ -
+
+
+
+
+
+
+
+
+
+
+
+ 0
+ 18-row
+ 24-col
+ 24-row
+
+
+ -12
+ -24
+ 2-col
+ 2-col
+ stretch
+ resource://resource.images.weathericons.outline/$INFO[listitem.property(fanartCode),,.png]
+
+
+ 2-col
+ -24
+ 6-col-gutter
+ 2-row
+ dialogTitle
+
+ textActive
+ -
+
+
+ 2-col
+ 18
+ 4-col
+ 2-row
+ itemTitle
+ textActive
+
+
+
+
+ 2-col
+ 76
+ 6-col-gutter
+ 1-row
+ itemSubTitle
+ textActive
+
+
+
+
+
+
-
+ Day 1
+
+ $INFO[Window.Property(Day1.fanartCode)]
+ $INFO[Window.Property(Day1.HighTemp)]
+ $INFO[Window.Property(Day1.LowTemp)]
+ $INFO[Window.Property(Day1.Outlook)]
+ $INFO[System.TemperatureUnits]
+ noop
+
+ -
+ Day 2
+
+ $INFO[Window.Property(Day2.fanartCode)]
+ $INFO[Window.Property(Day2.HighTemp)]
+ $INFO[Window.Property(Day2.LowTemp)]
+ $INFO[Window.Property(Day2.Outlook)]
+ $INFO[System.TemperatureUnits]
+ noop
+
+ -
+ Day 3
+
+ $INFO[Window.Property(Day3.fanartCode)]
+ $INFO[Window.Property(Day3.HighTemp)]
+ $INFO[Window.Property(Day3.LowTemp)]
+ $INFO[Window.Property(Day3.Outlook)]
+ $INFO[System.TemperatureUnits]
+ noop
+
+ -
+ Day 4
+
+ $INFO[Window.Property(Day4.fanartCode)]
+ $INFO[Window.Property(Day4.HighTemp)]
+ $INFO[Window.Property(Day4.LowTemp)]
+ $INFO[Window.Property(Day4.Outlook)]
+ $INFO[System.TemperatureUnits]
+ noop
+
+
+
+
+
+
+
+
+
+ change location button
+ -100
+ -100
+ 6-col
+ action(select)
+ action(select)
+
+
+
+ DebugGrid
+
+ WindowID
+
+
-
+
\ No newline at end of file
diff --git a/1080i/View_Seasons.xml b/1080i/View_Seasons.xml
index 8cd4259..5f6ccea 100644
--- a/1080i/View_Seasons.xml
+++ b/1080i/View_Seasons.xml
@@ -41,7 +41,7 @@
11-row
24-col
2-row
- largeStrong
+ large
textActive
background
diff --git a/addon.xml b/addon.xml
index 4b80e13..a767767 100644
--- a/addon.xml
+++ b/addon.xml
@@ -3,6 +3,8 @@
+
+
diff --git a/changelog.txt b/changelog.txt
index 1d81dac..82e84e0 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -38,7 +38,7 @@ Advanced launcher home link
Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xml
-Global search results needs a review
+Global search results simplify
Fullscreen music view - add star rating selector + Radio art / RDS support
@@ -56,5 +56,3 @@ PVR Recording scheduler (integrate with recordings)
Check extra button to dialogAddonInfo.xml actually works (auto update)
(use skin helper?) on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems)
-
-Explore Touchscreen controls for tablets (file seeking etc)
diff --git a/fonts/weather.ttf b/fonts/weather.ttf
deleted file mode 100644
index 8d8a1c4..0000000
Binary files a/fonts/weather.ttf and /dev/null differ
diff --git a/fonts/weatherLicense.txt b/fonts/weatherLicense.txt
deleted file mode 100644
index b8e7627..0000000
--- a/fonts/weatherLicense.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Sourced from: http://erikflowers.github.io/weather-icons/
-
-Weather Icons licensed under SIL OFL 1.1 — Code licensed under MIT License — Documentation licensed under CC BY 3.0
-
diff --git a/language/English/strings.po b/language/English/strings.po
index 2e9bd05..a746888 100644
--- a/language/English/strings.po
+++ b/language/English/strings.po
@@ -129,10 +129,26 @@ msgctxt "#31025"
msgid "Settings"
msgstr ""
+msgctxt "#31026"
+msgid "Outlook"
+msgstr ""
+
+msgctxt "#31027"
+msgid "Currently"
+msgstr ""
+
+msgctxt "#31028"
+msgid "feels like"
+msgstr ""
+
msgctxt "#31029"
msgid "Current playlist"
msgstr ""
+msgctxt "#31030"
+msgid "Humidity"
+msgstr ""
+
msgctxt "#31031"
msgid "Content:"
msgstr ""
@@ -581,6 +597,10 @@ msgctxt "#31199"
msgid "Artists in"
msgstr ""
+msgctxt "#31200"
+msgid "Today"
+msgstr ""
+
msgctxt "#31201"
msgid "Record Show"
msgstr ""
@@ -626,7 +646,7 @@ msgid ""
msgstr ""
msgctxt "#31212"
-msgid "5 Day Forecast"
+msgid "From"
msgstr ""
msgctxt "#31213"