From 4309039cc897dc57c70507c2bf0d14794792ada6 Mon Sep 17 00:00:00 2001 From: djp952 Date: Tue, 3 Nov 2020 09:46:45 -0500 Subject: [PATCH] Update xbmc dependency to 19.0a3-Matrix --- README.md | 10 ----- depends/xbmc | 2 +- exportlist/exportlist.raspbian | 5 --- manifest/raspbian-armhf.manifest | 9 ----- msbuild.proj | 67 ++++---------------------------- pvr.hdhomerundvr.sln | 2 - pvr.hdhomerundvr/changelog.txt | 3 ++ src/addon.cpp | 2 +- src/sqlite3.vcxproj | 6 ++- src/uwp.vcxproj | 9 ++++- src/uwp.vcxproj.filters | 3 ++ src/version.vcxproj | 2 +- src/windows.vcxproj | 6 ++- template/addon.xml.tt | 6 +-- template/addons.xml.tt | 6 +-- 15 files changed, 40 insertions(+), 98 deletions(-) delete mode 100644 exportlist/exportlist.raspbian delete mode 100644 manifest/raspbian-armhf.manifest diff --git a/README.md b/README.md index bb61df08..5b6826b2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Copyright (C)2016-2020 Michael G. Brehm **OPTIONAL COMPONENTS** * Android NDK r20b for Windows 64-bit * Oracle Java SE Runtime Environment 8 -* Raspberry Pi Cross-Compiler * OSXCROSS Cross-Compiler (with Mac OSX 10.11 SDK) **REQUIRED: CONFIGURE UBUNTU ON WINDOWS** @@ -50,14 +49,6 @@ Download the latest jre-8xxx-windows-x64.tar.gz from Oracle: * Set a System Environment Variable named JAVA_HOME that points to the location the tar.gz was extracted * Generate a custom public-key certificate that can be used to sign the generated package(s). Follow the instructions provided by Google at the Android Developer [Sign Your App](https://developer.android.com/studio/publish/app-signing.html) page. -**OPTIONAL: CONFIGURE RASPBERRY PI CROSS-COMPILER** -*Necessary to build Raspbian Targets* - -* Open "Ubuntu" -``` -git clone https://github.com/raspberrypi/tools.git raspberrypi --depth=1 -``` - **OPTIONAL: CONFIGURE OSXCROSS CROSS-COMPILER** *Necessary to build OS X Targets* @@ -117,7 +108,6 @@ Examples: | linux-i686 | Linux X86 | /t:linux-i686 | | linux-x86\_64 | Linux X64 | /t:linux-x86\_64 | | osx-x86\_64 | Mac OS X X64 | /t:osx-x86\_64 | -| raspbian-armhf | Raspbian ARM (hard float) | /t:raspbian-armhf | | 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 | diff --git a/depends/xbmc b/depends/xbmc index 79247902..bb0699db 160000 --- a/depends/xbmc +++ b/depends/xbmc @@ -1 +1 @@ -Subproject commit 79247902092c3a152723a7bcea233abd1f50ad10 +Subproject commit bb0699db41d50a613de88f2bbe8124d4edf269d3 diff --git a/exportlist/exportlist.raspbian b/exportlist/exportlist.raspbian deleted file mode 100644 index ea21de69..00000000 --- a/exportlist/exportlist.raspbian +++ /dev/null @@ -1,5 +0,0 @@ -{ - global: ADDON_*; sqlite3_extension_init; - local: *; -}; - diff --git a/manifest/raspbian-armhf.manifest b/manifest/raspbian-armhf.manifest deleted file mode 100644 index 81fc51fe..00000000 --- a/manifest/raspbian-armhf.manifest +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/msbuild.proj b/msbuild.proj index 36250f02..a9423233 100644 --- a/msbuild.proj +++ b/msbuild.proj @@ -189,7 +189,7 @@ -Wall -Wno-unknown-pragmas -I/usr/include/i386-linux-gnu -Idepends/xbmc/xbmc -Idepends/xbmc/xbmc/linux -Idepends/xbmc/xbmc/addons/kodi-dev-kit/include -Idepends/http-status-codes-cpp -Idepends/libcurl/linux-i686/include -Idepends/libuuid/linux-i686/include -Idepends/libxml2/linux-i686/include -Idepends/libz/linux-i686/include -Idepends/libhdhomerun -Idepends/rapidjson/include -Idepends/sqlite -Itmp/version -L/usr/lib/gcc/i686-linux-gnu/4.9 -DNDEBUG -O2 -fPIC -m32 - -DNDEBUG -O2 -fPIC -std=c++11 -m32 + -DNDEBUG -O2 -fPIC -std=c++14 -m32 @@ -240,7 +240,7 @@ -Wall -Wno-unknown-pragmas -I/usr/include/x86_64-linux-gnu -Idepends/xbmc/xbmc -Idepends/xbmc/xbmc/linux -Idepends/xbmc/xbmc/addons/kodi-dev-kit/include -Idepends/http-status-codes-cpp -Idepends/libcurl/linux-x86_64/include -Idepends/libuuid/linux-x86_64/include -Idepends/libxml2/linux-x86_64/include -Idepends/libz/linux-x86_64/include -Idepends/libhdhomerun -Idepends/rapidjson/include -Idepends/sqlite -Itmp/version -L/usr/lib/gcc/x86_64-linux-gnu/4.9 -DNDEBUG -O2 -fPIC - -DNDEBUG -O2 -fPIC -std=c++11 + -DNDEBUG -O2 -fPIC -std=c++14 @@ -291,7 +291,7 @@ -Wall -Wno-unknown-pragmas -Idepends/xbmc/xbmc -Idepends/xbmc/xbmc/linux -Idepends/xbmc/xbmc/addons/kodi-dev-kit/include -Idepends/http-status-codes-cpp -Idepends/libcurl/linux-armel/include -Idepends/libuuid/linux-armel/include -Idepends/libxml2/linux-armel/include -Idepends/libz/linux-armel/include -Idepends/libhdhomerun -Idepends/rapidjson/include -Idepends/sqlite -Itmp/version -DNDEBUG -O2 -fPIC - -DNDEBUG -O2 -fPIC -std=c++11 + -DNDEBUG -O2 -fPIC -std=c++14 @@ -342,7 +342,7 @@ -Wall -Wno-unknown-pragmas -Idepends/xbmc/xbmc -Idepends/xbmc/xbmc/linux -Idepends/xbmc/xbmc/addons/kodi-dev-kit/include -Idepends/http-status-codes-cpp -Idepends/libcurl/linux-armhf/include -Idepends/libuuid/linux-armhf/include -Idepends/libxml2/linux-armhf/include -Idepends/libz/linux-armhf/include -Idepends/libhdhomerun -Idepends/rapidjson/include -Idepends/sqlite -Itmp/version -DNDEBUG -O2 -fPIC - -DNDEBUG -O2 -fPIC -std=c++11 + -DNDEBUG -O2 -fPIC -std=c++14 @@ -393,7 +393,7 @@ -Wall -Wno-unknown-pragmas -Idepends/xbmc/xbmc -Idepends/xbmc/xbmc/linux -Idepends/xbmc/xbmc/addons/kodi-dev-kit/include -Idepends/http-status-codes-cpp -Idepends/libcurl/linux-aarch64/include -Idepends/libuuid/linux-aarch64/include -Idepends/libxml2/linux-aarch64/include -Idepends/libz/linux-aarch64/include -Idepends/libhdhomerun -Idepends/rapidjson/include -Idepends/sqlite -Itmp/version -DNDEBUG -O2 -fPIC - -DNDEBUG -O2 -fPIC -std=c++11 + -DNDEBUG -O2 -fPIC -std=c++14 @@ -438,58 +438,6 @@ - - - - - PATH+=:~/raspberrypi/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin - -Wall -Wno-unknown-pragmas -Idepends/xbmc/xbmc -Idepends/xbmc/xbmc/linux -Idepends/xbmc/xbmc/addons/kodi-dev-kit/include -Idepends/http-status-codes-cpp -Idepends/libcurl/raspbian-armhf/include -Idepends/libuuid/raspbian-armhf/include -Idepends/libxml2/raspbian-armhf/include -Idepends/libz/raspbian-armhf/include -Idepends/libhdhomerun -Idepends/rapidjson/include -Idepends/sqlite -Itmp/version - -DNDEBUG -O2 -fPIC - -DNDEBUG -O2 -fPIC -std=c++11 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -497,7 +445,7 @@ OSXCROSS_NO_EXTENSION_WARNINGS=1 PATH+=:~/osxcross/target/bin -mmacosx-version-min=10.9 -Wall -Wno-unknown-pragmas -Idepends/xbmc/xbmc -Idepends/xbmc/xbmc/linux -Idepends/xbmc/xbmc/addons/kodi-dev-kit/include -Idepends/http-status-codes-cpp -Idepends/libcurl/osx-x86_64/include -Idepends/libuuid/osx-x86_64/include -Idepends/libxml2/osx-x86_64/include -Idepends/libz/osx-x86_64/include -Idepends/libhdhomerun -Idepends/rapidjson/include -Idepends/sqlite -Itmp/version -DNDEBUG -O2 -fPIC -stdlib=libc++ - -DNDEBUG -O2 -fPIC -std=c++11 -stdlib=libc++ + -DNDEBUG -O2 -fPIC -std=c++14 -stdlib=libc++ @@ -663,11 +611,10 @@ - - + diff --git a/pvr.hdhomerundvr.sln b/pvr.hdhomerundvr.sln index 3b898e47..f3ed397a 100644 --- a/pvr.hdhomerundvr.sln +++ b/pvr.hdhomerundvr.sln @@ -51,7 +51,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "manifest", "manifest", "{03 manifest\linux-i686.manifest = manifest\linux-i686.manifest manifest\linux-x86_64.manifest = manifest\linux-x86_64.manifest manifest\osx-x86_64.manifest = manifest\osx-x86_64.manifest - manifest\raspbian-armhf.manifest = manifest\raspbian-armhf.manifest manifest\uwp-arm.manifest = manifest\uwp-arm.manifest manifest\uwp-win32.manifest = manifest\uwp-win32.manifest manifest\uwp-x64.manifest = manifest\uwp-x64.manifest @@ -64,7 +63,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "exportlist", "exportlist", exportlist\exportlist.android = exportlist\exportlist.android exportlist\exportlist.linux = exportlist\exportlist.linux exportlist\exportlist.osx = exportlist\exportlist.osx - exportlist\exportlist.raspbian = exportlist\exportlist.raspbian exportlist\exportlist.uwp = exportlist\exportlist.uwp exportlist\exportlist.windows = exportlist\exportlist.windows EndProjectSection diff --git a/pvr.hdhomerundvr/changelog.txt b/pvr.hdhomerundvr/changelog.txt index 458a3c89..d481bc49 100644 --- a/pvr.hdhomerundvr/changelog.txt +++ b/pvr.hdhomerundvr/changelog.txt @@ -1,3 +1,6 @@ +v3.3.3a (2020.11.03) + - Update for compatibility with Matrix Alpha 3 release + v3.3.3 (2020.09.30) - Update SQLite database engine to version 3.33.0 - Update cURL library to version 7.72.0 diff --git a/src/addon.cpp b/src/addon.cpp index f5efffc2..802bc04a 100644 --- a/src/addon.cpp +++ b/src/addon.cpp @@ -3338,7 +3338,7 @@ PVR_ERROR addon::GetStreamTimes(kodi::addon::PVRStreamTimes& times) // Set the timeshift duration to the delta between the start time and the lesser of the // current wall clock time or the known stream end time time_t now = time(nullptr); - times.SetPTSEnd(static_cast(((now < m_stream_endtime) ? now : m_stream_endtime) - m_stream_starttime) * DVD_TIME_BASE); + times.SetPTSEnd(static_cast(((now < m_stream_endtime) ? now : m_stream_endtime) - m_stream_starttime) * STREAM_TIME_BASE); return PVR_ERROR::PVR_ERROR_NO_ERROR; } diff --git a/src/sqlite3.vcxproj b/src/sqlite3.vcxproj index fe130449..5ca508cc 100644 --- a/src/sqlite3.vcxproj +++ b/src/sqlite3.vcxproj @@ -22,7 +22,7 @@ {B43F7D9E-C32E-4D8A-B394-6D4E4778A7F5} Win32Proj sqlite3 - 10.0.17763.0 + 10.0.18362.0 @@ -101,6 +101,7 @@ WIN32;_DEBUG;_CONSOLE;SQLITE_ENABLE_JSON1;%(PreprocessorDefinitions) true $(ProjectDir)..\depends\sqlite + stdcpp14 Console @@ -115,6 +116,7 @@ WIN32;_DEBUG;_CONSOLE;SQLITE_ENABLE_JSON1;%(PreprocessorDefinitions) true $(ProjectDir)..\depends\sqlite + stdcpp14 Console @@ -131,6 +133,7 @@ WIN32;NDEBUG;_CONSOLE;SQLITE_ENABLE_JSON1;%(PreprocessorDefinitions) true $(ProjectDir)..\depends\sqlite + stdcpp14 Console @@ -149,6 +152,7 @@ WIN32;NDEBUG;_CONSOLE;SQLITE_ENABLE_JSON1;%(PreprocessorDefinitions) true $(ProjectDir)..\depends\sqlite + stdcpp14 Console diff --git a/src/uwp.vcxproj b/src/uwp.vcxproj index 1abbe6c7..d6cf5a9b 100644 --- a/src/uwp.vcxproj +++ b/src/uwp.vcxproj @@ -34,7 +34,7 @@ 14.0 true Windows Store - 10.0.17763.0 + 10.0.18362.0 10.0.16299.0 10.0 Unicode @@ -147,6 +147,7 @@ $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) stdafx.h _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + stdcpp14 Console @@ -163,6 +164,7 @@ $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) stdafx.h NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + stdcpp14 Console @@ -179,6 +181,7 @@ $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) stdafx.h _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + stdcpp14 Console @@ -195,6 +198,7 @@ $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) stdafx.h NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + stdcpp14 Console @@ -211,6 +215,7 @@ $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) stdafx.h _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + stdcpp14 Console @@ -227,6 +232,7 @@ $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) stdafx.h NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + stdcpp14 Console @@ -432,6 +438,7 @@ + diff --git a/src/uwp.vcxproj.filters b/src/uwp.vcxproj.filters index 452edd0b..a2b3c038 100644 --- a/src/uwp.vcxproj.filters +++ b/src/uwp.vcxproj.filters @@ -741,6 +741,9 @@ External Libraries\curl\Header Files + + Header Files + diff --git a/src/version.vcxproj b/src/version.vcxproj index e4c67c7c..6cf62a82 100644 --- a/src/version.vcxproj +++ b/src/version.vcxproj @@ -13,7 +13,7 @@ {3F7B8BC6-FA0C-4E08-8F7E-D6CD97E7581B} zuki.pvr.hdhomerundvr.version - 10.0.17763.0 + 10.0.18362.0 diff --git a/src/windows.vcxproj b/src/windows.vcxproj index 7065e3d5..ef34d30a 100644 --- a/src/windows.vcxproj +++ b/src/windows.vcxproj @@ -22,7 +22,7 @@ {5B5A17F1-4312-4A64-A796-2818CE0906B4} Win32Proj zuki.pvr.hdhomerundvr - 10.0.17763.0 + 10.0.18362.0 windows @@ -102,6 +102,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) + stdcpp14 Windows @@ -120,6 +121,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) + stdcpp14 Windows @@ -140,6 +142,7 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) + stdcpp14 Windows @@ -162,6 +165,7 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true $(ProjectDir)compat;$(ProjectDir)compat\libxml;$(ProjectDir)..\depends\xbmc\xbmc;$(ProjectDir)..\depends\xbmc\xbmc\platform\win32;$(ProjectDir)..\depends\xbmc\xbmc\addons\kodi-dev-kit\include;$(ProjectDir)..\depends\http-status-codes-cpp;$(ProjectDir)..\depends\libcurl\src\include;$(ProjectDir)..\depends\libhdhomerun;$(ProjectDir)..\depends\rapidjson\include;$(ProjectDir)..\depends\sqlite;$(ProjectDir)..\depends\libxml2\src\include;$(ProjectDir)..\depends\libz\src;$(ProjectDir)..\tmp\version;%(AdditionalIncludeDirectories) + stdcpp14 Windows diff --git a/template/addon.xml.tt b/template/addon.xml.tt index ce2da42d..27f3c0ce 100644 --- a/template/addon.xml.tt +++ b/template/addon.xml.tt @@ -4,11 +4,11 @@ " name="HDHomeRun DVR PVR Client" provider-name="Michael Brehm (djp952)"> - + - + - + ="<#= this.Host.ResolveParameterValue("", "", "libraryname") #>"/> <# if(!String.IsNullOrEmpty(this.Host.ResolveParameterValue("", "", "repomanifest"))) { #> diff --git a/template/addons.xml.tt b/template/addons.xml.tt index ee8d8228..2ae23d57 100644 --- a/template/addons.xml.tt +++ b/template/addons.xml.tt @@ -5,11 +5,11 @@ " name="HDHomeRun DVR PVR Client" provider-name="Michael Brehm (djp952)"> - + - + - + ="<#= this.Host.ResolveParameterValue("", "", "libraryname") #>"/>