MythTV  master
Functions
metadatafactory.cpp File Reference
#include "metadatafactory.h"
#include <algorithm>
#include <unistd.h>
#include <QApplication>
#include <QList>
#include <QUrl>
#include "libmyth/mythcontext.h"
#include "libmythbase/compat.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/programinfo.h"
#include "libmythbase/remoteutil.h"
#include "libmythtv/recordingrule.h"
#include "videoutils.h"
#include "metadatadownload.h"
#include "metadataimagedownload.h"
#include "videometadatalistmanager.h"
#include "globals.h"
#include "videometadata.h"
Include dependency graph for metadatafactory.cpp:

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)
 

Function Documentation

◆ GuessLookupType() [1/5]

LookupType GuessLookupType ( ProgramInfo pginfo)

◆ GuessLookupType() [2/5]

LookupType GuessLookupType ( MetadataLookup lookup)

Definition at line 702 of file metadatafactory.cpp.

◆ GuessLookupType() [3/5]

LookupType GuessLookupType ( VideoMetadata metadata)

Definition at line 718 of file metadatafactory.cpp.

◆ GuessLookupType() [4/5]

LookupType GuessLookupType ( RecordingRule recrule)

Definition at line 734 of file metadatafactory.cpp.

◆ GuessLookupType() [5/5]

LookupType GuessLookupType ( const QString &  inetref)

Definition at line 752 of file metadatafactory.cpp.