From bf5fb99719d69d842d1f135b7fec281f02971d50 Mon Sep 17 00:00:00 2001 From: bossanova808 Date: Mon, 27 Nov 2023 01:01:26 +0000 Subject: [PATCH] [weather.ozweather] 2.1.0 --- weather.ozweather/README.md | 6 +++--- weather.ozweather/addon.xml | 6 +++--- weather.ozweather/changelog.txt | 3 +++ weather.ozweather/resources/lib/store.py | 4 ++-- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/weather.ozweather/README.md b/weather.ozweather/README.md index 06748ddb1..8e956e505 100644 --- a/weather.ozweather/README.md +++ b/weather.ozweather/README.md @@ -7,13 +7,13 @@ Kodi Oz Weather Script for Kodi for high quality Australian weather data sourced directly from the BOM. -Available from the Kodi official repository (i.e. don't install from here - just go to Addons -> Get Addons -> Weather -> OzWeather) +Available from the Kodi official repository (i.e. don't install from here - just go to Add-ons -> Get Add-ons -> Weather -> OzWeather) Retrieves BOM data including current conditions, 7-day forecast, and animated radar images. -Script works fine standalone for standard high quality Australian weather data, but you need to make skin changes for the best bit, which is the animated BOM radar support. See the Kodi [wiki page](http://wiki.xbmc.org/index.php?title=Add-on:Oz_Weather) for full details and links to the skin files. +Script works fine stand-alone for standard high quality Australian weather data, but you need to make skin changes for the best bit, which is the animated BOM radar support. See the Kodi [wiki page](http://wiki.xbmc.org/index.php?title=Add-on:Oz_Weather) for full details and links to a tool to make this very easy (or the actual modified skin files, if you wish to do this manually). -Contributions of skin files for other skins gratefully accepted....just message me on the forums with your skin files (or even better jsut add them directly to the Wiki yourself!). +Contributions of skin files for other skins gratefully accepted....just message me on the forums with your skin files. Support is via the [forum thread](), or open an issue here. diff --git a/weather.ozweather/addon.xml b/weather.ozweather/addon.xml index 7f5e62ffe..3d2fa8a33 100644 --- a/weather.ozweather/addon.xml +++ b/weather.ozweather/addon.xml @@ -1,5 +1,5 @@ - + @@ -22,8 +22,8 @@ icon.png fanart.jpg - 2.0.9 - - Better fix for ABC weather video + 2.1.0 + - Fix light_rain icon & update BOM radar list diff --git a/weather.ozweather/changelog.txt b/weather.ozweather/changelog.txt index 19820c417..5e201acc3 100644 --- a/weather.ozweather/changelog.txt +++ b/weather.ozweather/changelog.txt @@ -1,3 +1,6 @@ +2.1.0 +- Fix light_rain icon & update BOM radar list + 2.0.9 - Better fix for ABC weather video diff --git a/weather.ozweather/resources/lib/store.py b/weather.ozweather/resources/lib/store.py index da3e9e3f0..fddfbb5c5 100644 --- a/weather.ozweather/resources/lib/store.py +++ b/weather.ozweather/resources/lib/store.py @@ -98,7 +98,7 @@ class Store: # http://www.bom.gov.au/australia/radar/info/nt_info.shtml (-23.82, 133.90, "Alice Springs", "IDR253"), (-12.46, 130.93, "Darwin/Berrimah", "IDR633"), - (-12.28, 136.82, "Gove", "IDR093"), + (-12.27, 136.82, "Gove", "IDR1123"), (-14.51, 132.45, "Katherine/Tindal", "IDR423"), (-11.6494, 133.38, "Warruwi", "IDR773") ] @@ -186,7 +186,7 @@ class Store: 'rain': '45', 'rain_and_snow': '46', 'rain_clearing': '45', - 'Light_rain': '12', + 'light_rain': '12', 'rain_developing': '45', 'rain_tending to_snow': '45', 'shower': '45',