MythTV
master
|
#include <libmythmetadata/metadatacommon.h>
Public Member Functions | |
MetadataLookup (void) | |
~MetadataLookup () override=default | |
MetadataLookup (MetadataType type, LookupType subtype, QVariant data, LookupStep step, bool automatic, bool handleimages, bool allowoverwrites, bool allowgeneric, bool preferdvdorder, QString host, QString filename, const QString &title, QString network, QString status, QStringList categories, float userrating, uint ratingcount, QString language, QString subtitle, QString tagline, QString description, uint season, uint episode, uint chanid, QString channum, QString chansign, QString channame, QString chanplaybackfilters, QString recgroup, QString playgroup, QString seriesid, QString programid, QString storagegroup, QDateTime startts, QDateTime endts, QDateTime recstartts, QDateTime recendts, uint programflags, uint audioproperties, uint videoproperties, uint subtitletype, QString certification, QStringList countries, float popularity, uint budget, uint revenue, QString album, uint tracknum, QString system, uint year, QDate releasedate, QDateTime lastupdated, std::chrono::minutes runtime, std::chrono::seconds runtimesecs, QString inetref, QString collectionref, QString tmsref, QString imdb, PeopleMap people, QStringList studios, QString homepage, QString trailerURL, ArtworkMap artwork, DownloadMap downloads) | |
MetadataLookup (MetadataType type, LookupType subtype, QVariant data, LookupStep step, bool automatic, bool handleimages, bool allowoverwrites, bool allowgeneric, bool preferdvdorder, QString host, QString filename, const QString &title, QStringList categories, float userrating, QString subtitle, QString description, uint chanid, QString channum, QString chansign, QString channame, QString chanplaybackfilters, QString recgroup, QString playgroup, QString seriesid, QString programid, QString storagegroup, QDateTime startts, QDateTime endts, QDateTime recstartts, QDateTime recendts, uint programflags, uint audioproperties, uint videoproperties, uint subtitletype, uint year, QDate releasedate, QDateTime lastupdated, std::chrono::minutes runtime, std::chrono::seconds runtimesecs) | |
MetadataLookup (MetadataType type, LookupType subtype, QVariant data, LookupStep step, bool automatic, bool handleimages, bool allowoverwrites, bool allowgeneric, bool preferdvdorder, QString host, QString filename, const QString &title, QStringList categories, float userrating, QString subtitle, QString tagline, QString description, uint season, uint episode, QString certification, uint year, QDate releasedate, std::chrono::minutes runtime, std::chrono::seconds runtimesecs, QString inetref, PeopleMap people, QString trailerURL, ArtworkMap artwork, DownloadMap downloads) | |
void | toMap (InfoMap &map) |
void | SetType (MetadataType type) |
void | SetSubtype (LookupType subtype) |
void | SetData (QVariant data) |
void | SetStep (LookupStep step) |
void | SetAutomatic (bool autom) |
void | SetHandleImages (bool handle) |
void | SetAllowOverwrites (bool allow) |
void | SetAllowGeneric (bool allow) |
void | SetHost (const QString &host) |
void | SetDownloads (DownloadMap map) |
void | SetTitle (const QString &title) |
void | SetFilename (const QString &filename) |
void | SetSubtitle (const QString &subtitle) |
void | SetSeason (uint season) |
void | SetEpisode (uint episode) |
void | SetInetref (const QString &inetref) |
void | SetCollectionref (const QString &collectionref) |
void | SetTMSref (const QString &tmsref) |
void | SetIsCollection (bool collection) |
void | SetPreferDVDOrdering (bool preferdvdorder) |
void | SetAlbum (const QString &album) |
void | SetTrack (uint track) |
void | SetSystem (const QString &system) |
MetadataType | GetType () const |
LookupType | GetSubtype () const |
QVariant | GetData () const |
LookupStep | GetStep () const |
bool | GetAutomatic () const |
bool | GetHandleImages () const |
bool | GetAllowOverwrites () const |
bool | GetAllowGeneric () const |
QString | GetFilename () const |
QString | GetTitle () const |
QString | GetBaseTitle () const |
QStringList | GetCategories () const |
float | GetUserRating () const |
uint | GetRatingCount () const |
QString | GetLanguage () const |
QString | GetHost () const |
QString | GetNetwork () const |
QString | GetStatus () const |
QString | GetSubtitle () const |
QString | GetTagline () const |
QString | GetDescription () const |
bool | GetPreferDVDOrdering () const |
uint | GetSeason () const |
uint | GetEpisode () const |
uint | GetChanId () const |
QString | GetChanNum () const |
QString | GetChanSign () const |
QString | GetChanName () const |
QString | GetChanPlaybackFilters () const |
QString | GetRecGroup () const |
QString | GetPlayGroup () const |
QString | GetSeriesId () const |
QString | GetProgramId () const |
QString | GetStorageGroup () const |
QDateTime | GetStartTS () const |
QDateTime | GetEndTS () const |
QDateTime | GetRecStartTS () const |
QDateTime | GetRecEndTS () const |
uint | GetProgramFlags () const |
uint | GetAudioProperties () const |
uint | GetVideoProperties () const |
uint | GetSubtitleType () const |
QString | GetCertification () const |
QStringList | GetCountries () const |
float | GetPopularity () const |
uint | GetBudget () const |
uint | GetRevenue () const |
QString | GetAlbumTitle () const |
uint | GetTrackNumber () const |
QString | GetSystem () const |
uint | GetYear () const |
QDate | GetReleaseDate () const |
QDateTime | GetLastUpdated () const |
std::chrono::minutes | GetRuntime () const |
std::chrono::seconds | GetRuntimeSeconds () const |
QString | GetInetref () const |
QString | GetCollectionref () const |
QString | GetIMDB () const |
QString | GetTMSref () const |
bool | GetIsCollection () const |
QList< PersonInfo > | GetPeople (PeopleType type) const |
QStringList | GetStudios () const |
QString | GetHomepage () const |
QString | GetTrailerURL () const |
ArtworkList | GetArtwork (VideoArtworkType type) const |
DownloadMap | GetDownloads () const |
Public Member Functions inherited from ReferenceCounter | |
ReferenceCounter (const QString &debugName, bool logDebug=true) | |
Creates reference counter with an initial value of 1. More... | |
virtual int | IncrRef (void) |
Increments reference count. More... | |
virtual int | DecrRef (void) |
Decrements reference count and deletes on 0. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ReferenceCounter | |
static void | PrintDebug (void) |
Print out any leaks if that level of debugging is enabled. More... | |
Protected Member Functions inherited from ReferenceCounter | |
virtual | ~ReferenceCounter (void) |
Called on destruction, will warn if object deleted with references in place. More... | |
Protected Attributes inherited from ReferenceCounter | |
bool | m_logDebug |
This is used to suppress creating LoggingItem classes for LoggingItem reference count changes. More... | |
QAtomicInt | m_referenceCount {1} |
Definition at line 87 of file metadatacommon.h.
|
inline |
Definition at line 90 of file metadatacommon.h.
|
overridedefault |
MetadataLookup::MetadataLookup | ( | MetadataType | type, |
LookupType | subtype, | ||
QVariant | data, | ||
LookupStep | step, | ||
bool | automatic, | ||
bool | handleimages, | ||
bool | allowoverwrites, | ||
bool | allowgeneric, | ||
bool | preferdvdorder, | ||
QString | host, | ||
QString | filename, | ||
const QString & | title, | ||
QString | network, | ||
QString | status, | ||
QStringList | categories, | ||
float | userrating, | ||
uint | ratingcount, | ||
QString | language, | ||
QString | subtitle, | ||
QString | tagline, | ||
QString | description, | ||
uint | season, | ||
uint | episode, | ||
uint | chanid, | ||
QString | channum, | ||
QString | chansign, | ||
QString | channame, | ||
QString | chanplaybackfilters, | ||
QString | recgroup, | ||
QString | playgroup, | ||
QString | seriesid, | ||
QString | programid, | ||
QString | storagegroup, | ||
QDateTime | startts, | ||
QDateTime | endts, | ||
QDateTime | recstartts, | ||
QDateTime | recendts, | ||
uint | programflags, | ||
uint | audioproperties, | ||
uint | videoproperties, | ||
uint | subtitletype, | ||
QString | certification, | ||
QStringList | countries, | ||
float | popularity, | ||
uint | budget, | ||
uint | revenue, | ||
QString | album, | ||
uint | tracknum, | ||
QString | system, | ||
uint | year, | ||
QDate | releasedate, | ||
QDateTime | lastupdated, | ||
std::chrono::minutes | runtime, | ||
std::chrono::seconds | runtimesecs, | ||
QString | inetref, | ||
QString | collectionref, | ||
QString | tmsref, | ||
QString | imdb, | ||
PeopleMap | people, | ||
QStringList | studios, | ||
QString | homepage, | ||
QString | trailerURL, | ||
ArtworkMap | artwork, | ||
DownloadMap | downloads | ||
) |
Definition at line 22 of file metadatacommon.cpp.
MetadataLookup::MetadataLookup | ( | MetadataType | type, |
LookupType | subtype, | ||
QVariant | data, | ||
LookupStep | step, | ||
bool | automatic, | ||
bool | handleimages, | ||
bool | allowoverwrites, | ||
bool | allowgeneric, | ||
bool | preferdvdorder, | ||
QString | host, | ||
QString | filename, | ||
const QString & | title, | ||
QStringList | categories, | ||
float | userrating, | ||
QString | subtitle, | ||
QString | description, | ||
uint | chanid, | ||
QString | channum, | ||
QString | chansign, | ||
QString | channame, | ||
QString | chanplaybackfilters, | ||
QString | recgroup, | ||
QString | playgroup, | ||
QString | seriesid, | ||
QString | programid, | ||
QString | storagegroup, | ||
QDateTime | startts, | ||
QDateTime | endts, | ||
QDateTime | recstartts, | ||
QDateTime | recendts, | ||
uint | programflags, | ||
uint | audioproperties, | ||
uint | videoproperties, | ||
uint | subtitletype, | ||
uint | year, | ||
QDate | releasedate, | ||
QDateTime | lastupdated, | ||
std::chrono::minutes | runtime, | ||
std::chrono::seconds | runtimesecs | ||
) |
Definition at line 160 of file metadatacommon.cpp.
MetadataLookup::MetadataLookup | ( | MetadataType | type, |
LookupType | subtype, | ||
QVariant | data, | ||
LookupStep | step, | ||
bool | automatic, | ||
bool | handleimages, | ||
bool | allowoverwrites, | ||
bool | allowgeneric, | ||
bool | preferdvdorder, | ||
QString | host, | ||
QString | filename, | ||
const QString & | title, | ||
QStringList | categories, | ||
float | userrating, | ||
QString | subtitle, | ||
QString | tagline, | ||
QString | description, | ||
uint | season, | ||
uint | episode, | ||
QString | certification, | ||
uint | year, | ||
QDate | releasedate, | ||
std::chrono::minutes | runtime, | ||
std::chrono::seconds | runtimesecs, | ||
QString | inetref, | ||
PeopleMap | people, | ||
QString | trailerURL, | ||
ArtworkMap | artwork, | ||
DownloadMap | downloads | ||
) |
Definition at line 248 of file metadatacommon.cpp.
void MetadataLookup::toMap | ( | InfoMap & | map | ) |
Definition at line 348 of file metadatacommon.cpp.
Referenced by MetadataOptions::QueryComplete().
|
inline |
Definition at line 238 of file metadatacommon.h.
|
inline |
Definition at line 240 of file metadatacommon.h.
Referenced by MetadataDownload::handleRecordingGeneric(), and MetadataDownload::run().
|
inline |
Definition at line 242 of file metadatacommon.h.
Referenced by MetadataOptions::FindNetArt().
|
inline |
Definition at line 244 of file metadatacommon.h.
Referenced by MetadataDownload::handleGame(), MetadataDownload::handleMovie(), MetadataDownload::handleTelevision(), GameUI::OnGameSearchListSelection(), VideoDialog::OnVideoSearchListSelection(), MetadataDownload::readMXML(), MetadataDownload::readNFO(), and MetadataDownload::run().
|
inline |
Definition at line 246 of file metadatacommon.h.
Referenced by MetadataOptions::FindNetArt(), MetadataOptions::PerformQuery(), and MetadataDownload::run().
|
inline |
Definition at line 249 of file metadatacommon.h.
|
inline |
Definition at line 250 of file metadatacommon.h.
|
inline |
Definition at line 251 of file metadatacommon.h.
|
inline |
Definition at line 252 of file metadatacommon.h.
|
inline |
Definition at line 253 of file metadatacommon.h.
Referenced by MetadataFactory::OnSingleResult(), and MetadataImageDownload::run().
|
inline |
Definition at line 256 of file metadatacommon.h.
|
inline |
Definition at line 263 of file metadatacommon.h.
|
inline |
Definition at line 266 of file metadatacommon.h.
|
inline |
Definition at line 267 of file metadatacommon.h.
Referenced by MetadataDownload::handleRecordingGeneric().
|
inline |
Definition at line 268 of file metadatacommon.h.
Referenced by MetadataDownload::handleRecordingGeneric().
|
inline |
Definition at line 269 of file metadatacommon.h.
Referenced by MetadataDownload::handleRecordingGeneric().
|
inline |
Definition at line 270 of file metadatacommon.h.
Referenced by MetadataDownload::handleRecordingGeneric().
|
inline |
Definition at line 272 of file metadatacommon.h.
|
inline |
Definition at line 273 of file metadatacommon.h.
Referenced by MetadataDownload::handleTelevision().
|
inline |
Definition at line 274 of file metadatacommon.h.
|
inline |
Definition at line 278 of file metadatacommon.h.
|
inline |
Definition at line 279 of file metadatacommon.h.
|
inline |
Definition at line 282 of file metadatacommon.h.
|
inline |
Definition at line 286 of file metadatacommon.h.
Referenced by getDownloadFilename(), MetadataFactory::OnSingleResult(), VideoDialog::OnVideoSearchListSelection(), ParseMetadataItem(), ParseMetadataMovieNFO(), MetadataDownload::readMXML(), MetadataDownload::readNFO(), MetadataDownload::run(), and MetadataImageDownload::run().
|
inline |
Definition at line 287 of file metadatacommon.h.
Referenced by LookerUpper::customEvent(), MetadataDownload::handleRecordingGeneric(), MetadataDownload::handleVideoUndetermined(), VideoDialog::OnVideoSearchListSelection(), ParseMetadataItem(), ParseMetadataMovieNFO(), and MetadataDownload::run().
|
inline |
Definition at line 288 of file metadatacommon.h.
Referenced by LookerUpper::customEvent(), GameUI::customEvent(), VideoDialog::customEvent(), GameUI::handleDownloadedImages(), EditMetadataDialog::handleDownloadedImages(), EditMetadataDialog::OnArtworkSearchDone(), MetadataOptions::OnArtworkSearchDone(), GameUI::OnGameSearchDone(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), ParseMetadataItem(), and ParseMetadataMovieNFO().
|
inline |
Definition at line 289 of file metadatacommon.h.
Referenced by MetadataDownload::handleGame(), MetadataDownload::handleMovie(), MetadataDownload::handleTelevision(), ParseMetadataItem(), and ParseMetadataMovieNFO().
|
inline |
Definition at line 290 of file metadatacommon.h.
Referenced by ParseMetadataItem(), ParseMetadataMovieNFO(), and MetadataDownload::run().
|
inline |
Definition at line 293 of file metadatacommon.h.
Referenced by MetadataFactory::OnSingleResult(), ParseMetadataItem(), and ParseMetadataMovieNFO().
|
inline |
Definition at line 294 of file metadatacommon.h.
Referenced by ParseMetadataItem(), ParseMetadataMovieNFO(), and MetadataImageDownload::run().
|
inline |
Definition at line 295 of file metadatacommon.h.
Referenced by MetadataDownload::handleTelevision(), ParseMetadataItem(), and ParseMetadataMovieNFO().
|
inline |
Definition at line 298 of file metadatacommon.h.
Referenced by ParseMetadataItem(), ParseMetadataMovieNFO(), and MetadataDownload::run().
|
inline |
Definition at line 299 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), EditMetadataDialog::customEvent(), GameUI::customEvent(), VideoDialog::customEvent(), MetadataDownload::findBestMatch(), getDownloadFilename(), MetadataDownload::handleGame(), GameUI::OnGameSearchDone(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 300 of file metadatacommon.h.
Referenced by MetadataDownload::handleMovie(), MetadataDownload::handleRecordingGeneric(), MetadataDownload::handleTelevision(), and MetadataDownload::run().
|
inline |
Definition at line 301 of file metadatacommon.h.
Referenced by AddCategories(), CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 302 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 303 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 304 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 305 of file metadatacommon.h.
Referenced by ParseMetadataItem(), ParseMetadataMovieNFO(), and MetadataImageDownload::run().
|
inline |
Definition at line 308 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 309 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 310 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), GuessLookupType(), MetadataDownload::handleTelevision(), MetadataDownload::handleVideoUndetermined(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), and RecMetadataEdit::QueryComplete().
|
inline |
Definition at line 311 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 312 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), GameUI::OnGameSearchDone(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), and RecMetadataEdit::QueryComplete().
|
inline |
Definition at line 313 of file metadatacommon.h.
Referenced by ParseMetadataItem(), and ParseMetadataMovieNFO().
|
inline |
Definition at line 314 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), EditMetadataDialog::customEvent(), VideoDialog::customEvent(), getDownloadFilename(), GuessLookupType(), MetadataDownload::handleRecordingGeneric(), MetadataDownload::handleTelevision(), MetadataFactory::OnSingleResult(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), ParseMetadataItem(), MetadataOptions::QueryComplete(), RecMetadataEdit::QueryComplete(), and MetadataDownload::run().
|
inline |
Definition at line 315 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), EditMetadataDialog::customEvent(), VideoDialog::customEvent(), getDownloadFilename(), GuessLookupType(), MetadataDownload::handleRecordingGeneric(), MetadataDownload::handleTelevision(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), ParseMetadataItem(), MetadataOptions::QueryComplete(), RecMetadataEdit::QueryComplete(), and MetadataDownload::run().
|
inline |
Definition at line 316 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 317 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 318 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 319 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 320 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 321 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 322 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 323 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 324 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 325 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 326 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 327 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 328 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 329 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 330 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 331 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 332 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 333 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 335 of file metadatacommon.h.
Referenced by AddCertifications(), CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 336 of file metadatacommon.h.
Referenced by AddCountries(), CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 337 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 338 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 339 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 342 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 343 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), and getDownloadFilename().
|
inline |
Definition at line 346 of file metadatacommon.h.
Referenced by getDownloadFilename(), and GameUI::OnGameSearchDone().
|
inline |
Definition at line 349 of file metadatacommon.h.
Referenced by GameUI::OnGameSearchDone(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 350 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 351 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 352 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 353 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 356 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), getDownloadFilename(), MetaGrabberScript::GetGrabber(), GuessLookupType(), MetadataDownload::handleGame(), MetadataDownload::handleMovie(), MetadataDownload::handleTelevision(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), VideoDialog::OnVideoSearchListSelection(), MetadataOptions::QueryComplete(), and RecMetadataEdit::QueryComplete().
|
inline |
Definition at line 357 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), and MetadataDownload::handleTelevision().
|
inline |
Definition at line 358 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 359 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
|
inline |
Definition at line 360 of file metadatacommon.h.
Referenced by LookerUpper::customEvent(), getDownloadFilename(), and MetadataFactory::OnSingleResult().
QList< PersonInfo > MetadataLookup::GetPeople | ( | PeopleType | type | ) | const |
Definition at line 315 of file metadatacommon.cpp.
Referenced by MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 364 of file metadatacommon.h.
Referenced by AddStudios(), CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 367 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
|
inline |
Definition at line 368 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
ArtworkList MetadataLookup::GetArtwork | ( | VideoArtworkType | type | ) | const |
Definition at line 331 of file metadatacommon.cpp.
Referenced by EditMetadataDialog::OnArtworkSearchDone(), MetadataOptions::OnArtworkSearchDone(), GameUI::OnGameSearchDone(), and MetadataFactory::OnSingleResult().
|
inline |
Definition at line 372 of file metadatacommon.h.
Referenced by LookerUpper::customEvent(), GameUI::handleDownloadedImages(), EditMetadataDialog::handleDownloadedImages(), MetadataOptions::HandleDownloadedImages(), MetadataFactory::OnVideoResult(), and MetadataImageDownload::run().
|
private |
Definition at line 376 of file metadatacommon.h.
|
private |
Definition at line 377 of file metadatacommon.h.
|
private |
Definition at line 378 of file metadatacommon.h.
|
private |
Definition at line 379 of file metadatacommon.h.
Definition at line 380 of file metadatacommon.h.
Definition at line 381 of file metadatacommon.h.
Definition at line 382 of file metadatacommon.h.
Definition at line 383 of file metadatacommon.h.
Definition at line 384 of file metadatacommon.h.
|
private |
Definition at line 385 of file metadatacommon.h.
|
private |
Definition at line 387 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 388 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 389 of file metadatacommon.h.
Referenced by MetadataLookup().
|
private |
Definition at line 390 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 391 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 392 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 393 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 394 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 395 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 398 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 399 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 400 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 401 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 402 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 403 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 404 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 405 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 406 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 407 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 408 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 409 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 410 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 411 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 412 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 413 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 414 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 415 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 416 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 417 of file metadatacommon.h.
|
private |
Definition at line 418 of file metadatacommon.h.
|
private |
Definition at line 419 of file metadatacommon.h.
|
private |
Definition at line 420 of file metadatacommon.h.
|
private |
Definition at line 422 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 423 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 424 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 425 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 426 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 429 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 430 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 433 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 436 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 437 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 438 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 439 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 440 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 443 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 444 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 445 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 446 of file metadatacommon.h.
Referenced by toMap().
Definition at line 447 of file metadatacommon.h.
|
private |
Definition at line 450 of file metadatacommon.h.
Referenced by GetPeople().
|
private |
Definition at line 451 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 454 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 455 of file metadatacommon.h.
Referenced by toMap().
|
private |
Definition at line 458 of file metadatacommon.h.
Referenced by GetArtwork().
|
private |
Definition at line 459 of file metadatacommon.h.