From cc14ff02510d387ea3df08c3523f3397e999179e Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Fri, 6 Jan 2023 20:02:35 +0000 Subject: [PATCH 1/2] Always match auto timers from start then when not doing a full text search --- src/enigma2/Timers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/enigma2/Timers.cpp b/src/enigma2/Timers.cpp index be4e0e6c..ff033ebd 100644 --- a/src/enigma2/Timers.cpp +++ b/src/enigma2/Timers.cpp @@ -613,7 +613,7 @@ PVR_ERROR Timers::AddAutoTimer(const kodi::addon::PVRTimer& timer) if (timer.GetFullTextEpgSearch()) strTmp += StringUtils::Format("&searchType=%s", WebUtils::URLEncodeInline(AUTOTIMER_SEARCH_TYPE_DESCRIPTION).c_str()); else - strTmp += StringUtils::Format("&searchType=%s", WebUtils::URLEncodeInline(AUTOTIMER_SEARCH_TYPE_EXACT).c_str()); + strTmp += StringUtils::Format("&searchType=%s", WebUtils::URLEncodeInline(AUTOTIMER_SEARCH_TYPE_START).c_str()); std::underlying_type::type deDup = static_cast(timer.GetPreventDuplicateEpisodes()); if (deDup == AutoTimer::DeDup::DISABLED) From 9d8fb7ae394c7d792135867a0a36e4bf64d6dea0 Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Fri, 6 Jan 2023 20:04:31 +0000 Subject: [PATCH 2/2] changelog and version 20.4.1 --- pvr.vuplus/addon.xml.in | 2 +- pvr.vuplus/changelog.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pvr.vuplus/addon.xml.in b/pvr.vuplus/addon.xml.in index 27106321..1cb2bae7 100644 --- a/pvr.vuplus/addon.xml.in +++ b/pvr.vuplus/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff --git a/pvr.vuplus/changelog.txt b/pvr.vuplus/changelog.txt index 93f1608a..34a3fcce 100644 --- a/pvr.vuplus/changelog.txt +++ b/pvr.vuplus/changelog.txt @@ -1,3 +1,6 @@ +v20.4.1 +- Always match auto timers from start then when not doing a full text search. Then episodes like finals etc. will still be caught by the autotimer. + v20.4.0 - Kodi inputstream API update to version 3.2.0 - Kodi PVR API update to version 8.0.2