MythTV
master
|
#include "metadataimagehelper.h"
#include <QUrl>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdbcon.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/storagegroup.h"
Go to the source code of this file.
Functions | |
ArtworkMap | GetArtwork (const QString &inetref, uint season, bool strict) |
bool | SetArtwork (const QString &inetref, uint season, const QString &host, const QString &coverart, const QString &fanart, const QString &banner) |
bool | SetArtwork (const QString &inetref, uint season, const QString &host, const ArtworkMap &map) |
ArtworkMap GetArtwork | ( | const QString & | inetref, |
uint | season, | ||
bool | strict | ||
) |
Definition at line 23 of file metadataimagehelper.cpp.
Referenced by LookerUpper::customEvent(), PBHEventHandler::event(), FillArtworkInfoList(), PlayerContext::GetPlayingInfoMap(), Content::GetRecordingArtwork(), V2Content::GetRecordingArtwork(), LookerUpper::HandleAllArtwork(), MetadataOptions::MetadataOptions(), V2FillArtworkInfoList(), and MetadataOptions::ValuesChanged().
bool SetArtwork | ( | const QString & | inetref, |
uint | season, | ||
const QString & | host, | ||
const QString & | coverart, | ||
const QString & | fanart, | ||
const QString & | banner | ||
) |
Definition at line 93 of file metadataimagehelper.cpp.
Referenced by LookerUpper::customEvent(), MetadataOptions::customEvent(), MetadataOptions::HandleDownloadedImages(), and SetArtwork().
bool SetArtwork | ( | const QString & | inetref, |
uint | season, | ||
const QString & | host, | ||
const ArtworkMap & | map | ||
) |
Definition at line 129 of file metadataimagehelper.cpp.