From 647d7ce0cf8191a22453262faa4030b5cdf5940e Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Fri, 19 Oct 2007 16:17:54 +0000 Subject: - added 'ignore missing EPG info' introduced in epgsearch-0.9.23 --- pages/edit_searchtimer.ecpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pages/edit_searchtimer.ecpp') diff --git a/pages/edit_searchtimer.ecpp b/pages/edit_searchtimer.ecpp index f9b448b..71a2acf 100644 --- a/pages/edit_searchtimer.ecpp +++ b/pages/edit_searchtimer.ecpp @@ -81,6 +81,7 @@ using namespace vdrlive; string blacklistids_internal; string useassearchtimerfrom; string useassearchtimerto; + bool ignoreMissingEPGCats = false; <%session scope="global"> bool logged_in(false); @@ -133,6 +134,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); infos.push_back(os.str()); } searchtimer.SetExtEPGInfo(infos); + searchtimer.SetIgnoreMissingEPGCats(ignoreMissingEPGCats); } searchtimer.SetUseChannel((SearchTimer::eUseChannel)usechannel); if (usechannel == SearchTimer::Interval) @@ -314,6 +316,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); else extepgvalues.push_back(""); } + ignoreMissingEPGCats = searchtimer->IgnoreMissingEPGCats(); avoidrepeats = searchtimer->AvoidRepeats(); allowedrepeats = searchtimer->AllowedRepeats(); repeatswithindays = searchtimer->RepeatsWithinDays(); @@ -577,6 +580,16 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); % } % } + + + +
+ /> + + <& tooltip.help text=(tr("When active this can cause very many timers. So please always first test this search before using it as search timer!")) &> +
+ + -- cgit v1.2.3