1 #ifndef METADATAFACTORY_H_ 2 #define METADATAFACTORY_H_ 22 : QEvent(kEventType), results(res) {}
34 : QEvent(kEventType), result(res)
59 : QEvent(kEventType), result(res)
84 QList<int>dels) : QEvent(kEventType),
85 additions(adds), moved(movs),
104 void Lookup(
ProgramInfo *pginfo,
bool automatic =
true,
105 bool getimages =
true,
bool allowgeneric =
false);
107 bool getimages =
true,
bool allowgeneric =
false);
109 bool getimages =
true,
bool allowgeneric =
false);
118 bool allowgeneric =
false);
122 void VideoScan(QStringList hosts);
124 bool IsRunning() {
return m_lookupthread->isRunning() ||
125 m_imagedownload->isRunning() ||
126 m_videoscanner->isRunning(); };
128 bool VideoGrabbersFunctional();
132 void customEvent(QEvent *levent)
override;
Holds information on recordings and videos.
Internal representation of a recording rule, mirrors the record table.