MythTV  master
Functions
metadataimagedownload.cpp File Reference
#include <QCoreApplication>
#include <QDir>
#include <QEvent>
#include <QFileInfo>
#include <QImage>
#include <utility>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/mythdownloadmanager.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/remotefile.h"
#include "libmythbase/storagegroup.h"
#include "libmythui/mythuihelper.h"
#include "metadataimagedownload.h"
Include dependency graph for metadataimagedownload.cpp:

Go to the source code of this file.

Functions

QString getDownloadFilename (const QString &title, const QString &url)
 
QString getDownloadFilename (VideoArtworkType type, MetadataLookup *lookup, const QString &url)
 
QString getLocalWritePath (MetadataType metadatatype, VideoArtworkType type)
 
QString getStorageGroupURL (VideoArtworkType type, const QString &host)
 
QString getLocalStorageGroupPath (VideoArtworkType type, const QString &host)
 
QString getStorageGroupName (VideoArtworkType type)
 
void cleanThumbnailCacheDir ()
 

Function Documentation

◆ getDownloadFilename() [1/2]

QString getDownloadFilename ( const QString &  title,
const QString &  url 
)

◆ getDownloadFilename() [2/2]

QString getDownloadFilename ( VideoArtworkType  type,
MetadataLookup lookup,
const QString &  url 
)

Definition at line 369 of file metadataimagedownload.cpp.

◆ getLocalWritePath()

QString getLocalWritePath ( MetadataType  metadatatype,
VideoArtworkType  type 
)

Definition at line 429 of file metadataimagedownload.cpp.

Referenced by MetadataImageDownload::run().

◆ getStorageGroupURL()

QString getStorageGroupURL ( VideoArtworkType  type,
const QString &  host 
)

Definition at line 460 of file metadataimagedownload.cpp.

Referenced by MetadataImageDownload::run().

◆ getLocalStorageGroupPath()

QString getLocalStorageGroupPath ( VideoArtworkType  type,
const QString &  host 
)

Definition at line 468 of file metadataimagedownload.cpp.

Referenced by MetadataImageDownload::run().

◆ getStorageGroupName()

QString getStorageGroupName ( VideoArtworkType  type)

◆ cleanThumbnailCacheDir()

void cleanThumbnailCacheDir ( )

Definition at line 496 of file metadataimagedownload.cpp.

Referenced by NetBase::~NetBase().