1 #ifndef METADATAFACTORY_H_
2 #define METADATAFACTORY_H_
58 QList<int>dels) : QEvent(kEventType),
59 additions(adds), moved(movs),
78 void Lookup(
ProgramInfo *pginfo,
bool automatic =
true,
79 bool getimages =
true,
bool allowgeneric =
false);
81 bool getimages =
true,
bool allowgeneric =
false);
83 bool getimages =
true,
bool allowgeneric =
false);
92 bool allowgeneric =
false);
96 void VideoScan(QStringList hosts);
98 bool IsRunning() {
return m_lookupthread->isRunning() ||
99 m_imagedownload->isRunning() ||
100 m_videoscanner->isRunning(); };
102 bool VideoGrabbersFunctional();
106 void customEvent(QEvent *levent);