1 #ifndef METADATAFACTORY_H_ 2 #define METADATAFACTORY_H_ 22 : QEvent(kEventType), m_results(res) {}
34 : QEvent(kEventType), m_result(res)
59 : QEvent(kEventType), m_result(res)
84 QList<int>dels) : QEvent(kEventType),
85 m_additions(adds), m_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);
113 const QString& subtitle,
114 const QString& inetref,
117 const QString& grabber,
118 bool allowgeneric =
false);
122 void VideoScan(
const QStringList& hosts);
124 bool IsRunning() {
return m_lookupthread->isRunning() ||
125 m_imagedownload->isRunning() ||
126 m_videoscanner->isRunning(); };
128 static bool VideoGrabbersFunctional();
132 void customEvent(QEvent *levent)
override;
146 bool m_scanning {
false};
Holds information on recordings and videos.
Internal representation of a recording rule, mirrors the record table.