MythTV
master
|
#include "metadatafactory.h"
#include <algorithm>
#include <unistd.h>
#include <QApplication>
#include <QList>
#include <QUrl>
#include "mythlogging.h"
#include "compat.h"
#include "mythcontext.h"
#include "remoteutil.h"
#include "videoutils.h"
#include "metadatadownload.h"
#include "metadataimagedownload.h"
#include "videometadatalistmanager.h"
#include "globals.h"
#include "videometadata.h"
#include "programinfo.h"
#include "recordingrule.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 | ( | ProgramInfo * | pginfo | ) |
Definition at line 629 of file metadatafactory.cpp.
Referenced by MetadataOptions::CreateLookup(), GuessLookupType(), LookerUpper::HandleAllArtwork(), MetadataFactory::Lookup(), EditMetadataDialog::OnSearchListSelection(), RecMetadataEdit::PerformQuery(), MetadataDownload::run(), and MetadataFactory::SynchronousLookup().
LookupType GuessLookupType | ( | MetadataLookup * | lookup | ) |
Definition at line 677 of file metadatafactory.cpp.
LookupType GuessLookupType | ( | VideoMetadata * | metadata | ) |
Definition at line 693 of file metadatafactory.cpp.
LookupType GuessLookupType | ( | RecordingRule * | recrule | ) |
Definition at line 709 of file metadatafactory.cpp.
LookupType GuessLookupType | ( | const QString & | inetref | ) |
Definition at line 725 of file metadatafactory.cpp.