-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathepgsearchtools.h
279 lines (235 loc) · 9.1 KB
/
epgsearchtools.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
/* -*- c++ -*-
Copyright (C) 2004-2013 Christian Wieninger
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Or, point your browser to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
The author can be reached at [email protected]
The project's page is at http://winni.vdr-developer.org/epgsearch
*/
#ifndef __EPGSEARCH_TOOLS_INC__
#define __EPGSEARCH_TOOLS_INC__
#include <string>
#include <vdr/config.h> // For VDRVERSNUM only
#include "epgsearchext.h"
#include "recdone.h"
using std::string;
#define MAXPARSEBUFFER KILOBYTE(10)
#undef CHANNELNAME
#define CHANNELNAME(x) (x ? x->ShortName(true) : "")
#undef TIMESTRING
#define TIMESTRING(x) *(TimeString(x))
#undef DATESTRING
#define DATESTRING(x) *(DateString(x))
#undef GETDATESTRING
#define GETDATESTRING(x) *(x->GetDateString())
#undef GETTIMESTRING
#define GETTIMESTRING(x) *(x->GetTimeString())
#undef PRINTDAY
#define PRINTDAY *cTimer::PrintDay
#undef DAYDATETIME
#define DAYDATETIME(x) *DayDateTime(x)
#undef CHANNELSTRING
#define CHANNELSTRING(x) (*x->GetChannelID().ToString())
#undef WEEKDAYNAME
#define WEEKDAYNAME(x) (*WeekDayName(x))
#undef ADDDIR
#define ADDDIR *AddDirectory
#undef CONFIGDIR
#define CONFIGDIR (!ConfigDir?cPlugin::ConfigDirectory():ConfigDir)
#define CHNUMWIDTH (numdigits(Channels->MaxNumber()) + 2)
#define SHORTTEXT(EVENT) \
(EVENT && EPGSearchConfig.showShortText && !isempty((EVENT)->ShortText()))?" ~ ":"", \
(EVENT && EPGSearchConfig.showShortText && !isempty((EVENT)->ShortText()))?(EVENT)->ShortText():""
#define ISRADIO(x) ((x)->Vpid()==0||(x)->Vpid()==1||(x)->Vpid()==0x1fff)
#ifndef MENU_SEPARATOR_ITEMS
#define MENU_SEPARATOR_ITEMS "----------------------------------------"
#endif
#define UPDS_WITH_OSD (1<<1)
#define UPDS_WITH_EPGSCAN (1<<2)
// Icons used in VDRSymbols-Font
#define ICON_REC 0x8B
#define ICON_RUNNING 0x92
#define ICON_CLOCK 0x8C
#define ICON_CLOCK_HALF 0x94
#define ICON_BAR_OPEN 0x87
#define ICON_BAR_FULL 0x88
#define ICON_BAR_EMPTY 0x89
#define ICON_BAR_CLOSE 0x8A
#define ICON_VPS 0x93
#define ICON_TIMER_INACT 0x95
// UTF-8 Icons
#define ICON_BAR_OPEN_UTF8 "\uE007"
#define ICON_BAR_FULL_UTF8 "\uE008"
#define ICON_BAR_EMPTY_UTF8 "\uE009"
#define ICON_BAR_CLOSE_UTF8 "\uE00A"
#define ICON_REC_UTF8 "\uE00B"
#define ICON_CLOCK_UTF8 "\uE00C"
#define ICON_CLOCK_HALF_UTF8 "\uE014"
#define ICON_RUNNING_UTF8 "\uE012"
#define ICON_VPS_UTF8 "\uE013"
#define ICON_TIMER_INACT_UTF8 "\uE015"
#define CONTENT_DESCRIPTOR_MAX 255
#define ERROR(T) Skins.Message(mtError, T)
#define INFO(I) Skins.Message(mtInfo, I)
extern const char AllowedChars[];
extern char* ConfigDir;
// Helper functions
class cSearchExt;
class cSearchExtCat;
class cEvent;
cString IndentMenuItem(const char*, int indentions = 1);
bool MatchesSearchMode(const char* test, const char* values, int searchmode, const char* delim, int tolerance);
char* GetExtEPGValue(const cEvent* e, cSearchExtCat* SearchExtCat);
char* GetExtEPGValue(const char* description, const char* catname, const char *format);
char* GetAuxValue(const char* aux, const char* name);
char* GetAuxValue(const cRecording *recording, const char* name);
char* GetAuxValue(const cTimer* timer, const char* name);
string UpdateAuxValue(string aux, string section, string value);
string UpdateAuxValue(string aux, string section, long num);
void ToLower(char* szText);
char *strreplacei(char *s, const char *s1, const char *s2);
std::string strreplace(std::string& result, const std::string& replaceWhat, const std::string& replaceWithWhat);
// replace s1 with s2 in s ignoring the case of s1
inline char *strreplacei(char *s, const char *s1, const char s2)
{
char *p = strcasestr(s, s1);
if (p) {
int offset = p - s;
int l = strlen(s);
int l1 = strlen(s1);
memmove(s + offset + 1, s + offset + l1, l - offset - l1 + 1);
s[offset] = s2;
}
return s;
}
void sleepMSec(long ms);
void sleepSec(long s);
bool SendViaSVDRP(cString SVDRPcmd);
int SendMsg(cString Message, bool confirm = false, int seconds = 0, eMessageType messageType = mtInfo);
bool InEditMode(const char* ItemText, const char* ItemName, const char* ItemValue);
cSearchExt* TriggeredFromSearchTimer(const cTimer* timer);
int TriggeredFromSearchTimerID(const cTimer* timer);
double FuzzyMatch(const char* s1, const char* s2, int maxLength);
bool DescriptionMatches(const char* eDescr, const char* rDescr, int matchLimit = 90);
const cEvent* GetEvent(const cTimer* timer);
char* GetRawDescription(const char* descr);
void PrepareTimerFile(const cEvent* event, cTimer* timer);
int CompareEventTime(const void *p1, const void *p2);
int CompareEventChannel(const void *p1, const void *p2);
int CompareSearchExtPrioDescTerm(const void *p1, const void *p2);
bool EventsMatch(const cEvent* event1, const cEvent* event2, bool compareTitle, int compareSubtitle, bool compareSummary, int compareDate, unsigned long catvaluesAvoidRepeat, int matchLimit = 90);
int ChannelNrFromEvent(const cEvent* pEvent);
void DelTimer(int index);
char* FixSeparators(char* buffer, char sep);
cString DateTime(time_t t);
string NumToString(long l);
int FindIgnoreCase(const string& expr, const string& query);
bool EqualsNoCase(const string& a, const string& b);
string Strip(const string& input);
string ReplaceAll(const string& input, const string& what, const string& with);
string GetAlNum(const string& s);
string EscapeString(const string& S);
string QuoteApostroph(const string& S);
string MD5(const string& input);
time_t GetDateTime(time_t day, int start);
void SetAux(cTimer* timer, string aux);
int msprintf(char **strp, const char *fmt, ...);
std::string GetCodeset();
ssize_t Readline(int sockd, char *vptr, size_t maxlen);
ssize_t Writeline(int sockd, const char *vptr, ssize_t n);
long getAddrFromString(const char* hostnameOrIp, struct sockaddr_in* addr);
// --- cTimerObj --------------------------------------------------------
class cTimerObj : public cListObject
{
public:
const cTimer* timer;
cTimerObj(const cTimer* Timer) : timer(Timer) {}
virtual ~cTimerObj() {
timer = NULL; // do not delete anything!
}
};
// --- cTimerObjList --------------------------------------------------------
class cTimerObjList : public cList<cTimerObj>
{
public:
void DelTimer(const cTimer* t) {
for (cTimerObj* pTObj = First(); pTObj; pTObj = Next(pTObj))
if (pTObj->timer == t) {
Del(pTObj);
return;
}
}
};
// --- icstring ------------------------------------------
// a case-insensitive string class
struct ignorecase_traits : public std::
#if defined(__GNUC__) && __GNUC__ < 3 && __GNUC_MINOR__ < 96
string_char_traits<char>
#else
char_traits<char>
#endif
{
// return whether c1 and c2 are equal
static bool eq(const char& c1, const char& c2) {
return (c1 == c2 || std::toupper(c1) == std::toupper(c2));
}
// return whether c1 is less than c2
static bool lt(const char& c1, const char& c2) {
return std::toupper(c1) < std::toupper(c2);
}
// compare up to n characters of s1 and s2
static int compare(const char* s1, const char* s2,
std::size_t n) {
for (std::size_t i = 0; i < n; ++i) {
if (!eq(s1[i], s2[i])) {
return lt(s1[i], s2[i]) ? -1 : 1;
}
}
return 0;
}
// search c in s
static const char* find(const char* s, std::size_t n,
const char& c) {
for (std::size_t i = 0; i < n; ++i) {
if (eq(s[i], c)) {
return &(s[i]);
}
}
return 0;
}
};
// define a special type for such strings
typedef std::basic_string<char, ignorecase_traits> icstring;
// --- eTimerMod -------------------------------------------------------------
enum eTimerMod { tmNoChange = 0, tmStartStop = 1, tmFile = 2, tmAuxEventID = 4 };
// --- cCommands -------------------------------------------------------------------
class cCommand : public cListObject
{
private:
char *title;
char *command;
bool confirm;
static char *result;
public:
cCommand(void);
virtual ~cCommand();
bool Parse(const char *s);
const char *Title(void) {
return title;
}
bool Confirm(void) {
return confirm;
}
const char *Execute(const char *Parameters = NULL);
};
class cCommands : public cConfig<cCommand> {};
#endif