diff --git a/README.md b/README.md
index 18f258c..210361b 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Unofficial Kodi HDHomeRun DVR PVR Client
## [__USER DOCUMENTATION AND DOWNLOADS__](https://github.com/djp952/pvr.hdhomerundvr/wiki)
-Copyright (C)2016-2022 Michael G. Brehm
+Copyright (C)2016-2024 Michael G. Brehm
[MIT LICENSE](https://opensource.org/licenses/MIT)
[__CURL__](https://curl.haxx.se/) - Copyright (C)1996-2022, Daniel Stenberg, daniel@haxx.se, and many contributors
@@ -130,7 +130,6 @@ Examples:
| uwp-arm | Universal Windows Platform ARM | /t:uwp-arm |
| uwp-win32 | Universal Windows Platform X86 | /t:uwp-win32 |
| uwp-x64 | Universal Windows Platform X64 | /t:uwp-x64 |
-| uwpappx-arm | Universal Windows Platform ARM MSIX | /t:uwpappx-arm /p:Keystore={keystore};KeystorePassword={keystore-password} |
| uwpappx-x64 | Universal Windows Platform X64 MSIX | /t:uwpappx-x64 /p:Keystore={keystore};KeystorePassword={keystore-password} |
| windows-win32 | Windows X86 | /t:windows-win32 |
| windows-x64 | Windows X64 | /t:windows-x64 |
diff --git a/depends/libhdhomerun b/depends/libhdhomerun
index f118dfe..e8f29fd 160000
--- a/depends/libhdhomerun
+++ b/depends/libhdhomerun
@@ -1 +1 @@
-Subproject commit f118dfe468e914a79c8c3a1922336c6245201e8d
+Subproject commit e8f29fd4e071580ffb583cbeb9cf720c96a4e75f
diff --git a/depends/sqlite b/depends/sqlite
index d04e34a..591626a 160000
--- a/depends/sqlite
+++ b/depends/sqlite
@@ -1 +1 @@
-Subproject commit d04e34a7ee727431e0950314e44b635481023201
+Subproject commit 591626afd1fe942e40233e51d74793c23b7653fa
diff --git a/depends/xbmc b/depends/xbmc
index 5f418d0..4b95737 160000
--- a/depends/xbmc
+++ b/depends/xbmc
@@ -1 +1 @@
-Subproject commit 5f418d0b133535c6675154688ac7144e34f4d436
+Subproject commit 4b95737efaddf7c869736e539318f18433413ff1
diff --git a/msbuild.proj b/msbuild.proj
index ea94c72..7c053c0 100644
--- a/msbuild.proj
+++ b/msbuild.proj
@@ -620,48 +620,7 @@
-
-
-
-
-
-
-
-
- $([System.Version]::Parse($(AddonVersion)).Revision)
- 20.2.$(BuildNumber).0
- 1F9928BF-0F41-49C8-941A-466153ED2C55
- Kodi-20230629-5f418d0b-Nexus-x86
- kodi-20.2-zuki.pvr.hdhomerundvr-win32-$(AddonVersion)
- <Namespace Prefix='n' Uri='http://schemas.microsoft.com/appx/manifest/foundation/windows10' /><Namespace Prefix='mp' Uri='http://schemas.microsoft.com/appx/2014/phone/manifest' />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -670,10 +629,10 @@
$([System.Version]::Parse($(AddonVersion)).Revision)
- 20.2.$(BuildNumber).0
+ 20.5.$(BuildNumber).0
1F9928BF-0F41-49C8-941A-466153ED2C55
- Kodi-20230629-5f418d0b-Nexus-x64
- kodi-20.2-zuki.pvr.hdhomerundvr-x64-$(AddonVersion)
+ kodi-20.5-Nexus_20.5.0.0-x64
+ kodi-20.5-zuki.pvr.hdhomerundvr-x64-$(AddonVersion)
<Namespace Prefix='n' Uri='http://schemas.microsoft.com/appx/manifest/foundation/windows10' /><Namespace Prefix='mp' Uri='http://schemas.microsoft.com/appx/2014/phone/manifest' />
@@ -688,7 +647,7 @@
-
+
@@ -746,7 +705,7 @@
-
+
diff --git a/pvr.hdhomerundvr/changelog.txt b/pvr.hdhomerundvr/changelog.txt
index 5520324..9e97149 100644
--- a/pvr.hdhomerundvr/changelog.txt
+++ b/pvr.hdhomerundvr/changelog.txt
@@ -1,3 +1,7 @@
+v20.9.3 (2024.04.06)
+ - Update libhdhomerun library to version 20231109
+ - Update SQLite database engine to version 3.45.2
+
v20.9.2 (2023.07.13)
- Remove cURL low speed limit detection options on HTTP streams
diff --git a/src/version.ini b/src/version.ini
index a3500c6..ccb6c24 100644
--- a/src/version.ini
+++ b/src/version.ini
@@ -8,4 +8,4 @@
Company=Michael G. Brehm
Copyright=
Product=zuki.pvr.hdhomerundvr
-Version=20.9.2
+Version=20.9.3
diff --git a/template/addon.xml.tt b/template/addon.xml.tt
index 6682998..1621416 100644
--- a/template/addon.xml.tt
+++ b/template/addon.xml.tt
@@ -12,13 +12,20 @@
="<#= this.Host.ResolveParameterValue("", "", "libraryname") #>"/>
<# if(!String.IsNullOrEmpty(this.Host.ResolveParameterValue("", "", "repomanifest"))) { #>
-
+
https://raw.githubusercontent.com/djp952/repository.hdhomerundvr/Nexus/<#= this.Host.ResolveParameterValue("", "", "repomanifest") #>
https://raw.githubusercontent.com/djp952/repository.hdhomerundvr/Nexus/<#= this.Host.ResolveParameterValue("", "", "repomanifest") #>.sha256
https://github.com/djp952/pvr.hdhomerundvr/releases/download
https://github.com/djp952/pvr.hdhomerundvr/releases/download
sha256
+
+ https://raw.githubusercontent.com/djp952/repository.hdhomerundvr/Omega/<#= this.Host.ResolveParameterValue("", "", "repomanifest") #>
+ https://raw.githubusercontent.com/djp952/repository.hdhomerundvr/Omega/<#= this.Host.ResolveParameterValue("", "", "repomanifest") #>.sha256
+ https://github.com/djp952/pvr.hdhomerundvr/releases/download
+ https://github.com/djp952/pvr.hdhomerundvr/releases/download
+ sha256
+
<# } #>
HDHomeRun DVR PVR Client