|
MythTV master
|
#include "metadatafactory.h"#include <algorithm>#include <unistd.h>#include <QApplication>#include <QList>#include <QUrl>#include "libmythbase/compat.h"#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlogging.h"#include "libmythbase/programinfo.h"#include "libmythbase/remoteutil.h"#include "libmythbase/storagegroup.h"#include "libmythtv/recordingrule.h"#include "videoutils.h"#include "metadatadownload.h"#include "metadataimagedownload.h"#include "videometadatalistmanager.h"#include "globals.h"#include "videometadata.h"Go to the source code of this file.
Functions | |
| LookupType | GuessLookupType (ProgramInfo *pginfo) |
| LookupType | GuessLookupType (MetadataLookup *lookup) |
| LookupType | GuessLookupType (VideoMetadata *metadata) |
| LookupType | GuessLookupType (RecordingRule *recrule) |
| LookupType | GuessLookupType (const QString &inetref) |
| LookupType GuessLookupType | ( | const QString & | inetref | ) |
Definition at line 758 of file metadatafactory.cpp.
| LookupType GuessLookupType | ( | MetadataLookup * | lookup | ) |
Definition at line 708 of file metadatafactory.cpp.
| LookupType GuessLookupType | ( | ProgramInfo * | pginfo | ) |
Definition at line 646 of file metadatafactory.cpp.
Referenced by MetadataOptions::CreateLookup(), GuessLookupType(), LookerUpper::HandleAllArtwork(), MetadataFactory::Lookup(), EditMetadataDialog::OnSearchListSelection(), RecMetadataEdit::PerformQuery(), MetadataDownload::run(), and MetadataFactory::SynchronousLookup().
| LookupType GuessLookupType | ( | RecordingRule * | recrule | ) |
Definition at line 740 of file metadatafactory.cpp.
| LookupType GuessLookupType | ( | VideoMetadata * | metadata | ) |
Definition at line 724 of file metadatafactory.cpp.