|
MythTV master
|
#include "metadataimagehelper.h"#include <QUrl>#include "libmythbase/mythdb.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 10 of file metadataimagehelper.cpp.
Referenced by LookerUpper::customEvent(), PBHEventHandler::event(), PlayerContext::GetPlayingInfoMap(), V2Content::GetRecordingArtwork(), LookerUpper::HandleAllArtwork(), MetadataOptions::MetadataOptions(), V2FillArtworkInfoList(), and MetadataOptions::ValuesChanged().
| bool SetArtwork | ( | const QString & | inetref, |
| uint | season, | ||
| const QString & | host, | ||
| const ArtworkMap & | map | ||
| ) |
Definition at line 118 of file metadataimagehelper.cpp.
| bool SetArtwork | ( | const QString & | inetref, |
| uint | season, | ||
| const QString & | host, | ||
| const QString & | coverart, | ||
| const QString & | fanart, | ||
| const QString & | banner | ||
| ) |
Definition at line 82 of file metadataimagehelper.cpp.
Referenced by MetadataOptions::customEvent(), LookerUpper::customEvent(), MetadataOptions::HandleDownloadedImages(), and SetArtwork().