MythTV  master
Classes | Functions
metadataimagedownload.h File Reference
#include <QString>
#include <QStringList>
#include <QMutex>
#include "libmythbase/mthread.h"
#include "libmythmetadata/mythmetaexp.h"
#include "libmythmetadata/metadatacommon.h"
Include dependency graph for metadataimagedownload.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ThumbnailData
 
class  ImageDLEvent
 
class  ImageDLFailureEvent
 
class  ThumbnailDLEvent
 
class  MetadataImageDownload
 

Functions

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

Function Documentation

◆ getDownloadFilename() [1/2]

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

◆ getDownloadFilename() [2/2]

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

Definition at line 369 of file metadataimagedownload.cpp.

◆ getLocalWritePath()

META_PUBLIC QString getLocalWritePath ( MetadataType  metadatatype,
VideoArtworkType  type 
)

Definition at line 429 of file metadataimagedownload.cpp.

Referenced by MetadataImageDownload::run().

◆ getStorageGroupURL()

META_PUBLIC QString getStorageGroupURL ( VideoArtworkType  type,
const QString &  host 
)

Definition at line 460 of file metadataimagedownload.cpp.

Referenced by MetadataImageDownload::run().

◆ getLocalStorageGroupPath()

META_PUBLIC QString getLocalStorageGroupPath ( VideoArtworkType  type,
const QString &  host 
)

Definition at line 468 of file metadataimagedownload.cpp.

Referenced by MetadataImageDownload::run().

◆ getStorageGroupName()

META_PUBLIC QString getStorageGroupName ( VideoArtworkType  type)

◆ cleanThumbnailCacheDir()

META_PUBLIC void cleanThumbnailCacheDir ( void  )

Definition at line 496 of file metadataimagedownload.cpp.

Referenced by NetBase::~NetBase().