|
MythTV
0.26-pre
|
#include <metadatacommon.h>
Public Member Functions | |
| MetadataLookup (void) | |
| ~MetadataLookup () | |
| MetadataLookup (MetadataType type, LookupType subtype, QVariant data, LookupStep step, bool automatic, bool handleimages, bool allowoverwrites, bool allowgeneric, bool preferdvdorder, const QString &host, const QString &filename, const QString &title, const QString &network, const QString &status, const QStringList &categories, const float userrating, uint ratingcount, const QString &language, const QString &subtitle, const QString &tagline, const QString &description, uint season, uint episode, const uint chanid, const QString &channum, const QString &chansign, const QString &channame, const QString &chanplaybackfilters, const QString &recgroup, const QString &playgroup, const QString &seriesid, const QString &programid, const QString &storagegroup, const QDateTime startts, const QDateTime endts, const QDateTime recstartts, const QDateTime recendts, const uint programflags, const uint audioproperties, const uint videoproperties, const uint subtitletype, const QString &certification, const QStringList &countries, const uint popularity, const uint budget, const uint revenue, const QString &album, uint tracknum, const QString &system, const uint year, const QDate releasedate, const QDateTime lastupdated, const uint runtime, const uint runtimesecs, const QString &inetref, const QString &collectionref, const QString &tmsref, const QString &imdb, const PeopleMap people, const QStringList &studios, const QString &homepage, const QString &trailerURL, const ArtworkMap artwork, DownloadMap downloads) | |
| MetadataLookup (MetadataType type, LookupType subtype, QVariant data, LookupStep step, bool automatic, bool handleimages, bool allowoverwrites, bool allowgeneric, bool preferdvdorder, const QString &host, const QString &filename, const QString &title, const QStringList &categories, const float userrating, const QString &subtitle, const QString &description, uint chanid, const QString &channum, const QString &chansign, const QString &channame, const QString &chanplaybackfilters, const QString &recgroup, const QString &playgroup, const QString &seriesid, const QString &programid, const QString &storagegroup, const QDateTime startts, const QDateTime endts, const QDateTime recstartts, const QDateTime recendts, uint programflags, uint audioproperties, uint videoproperties, uint subtitletype, const uint year, const QDate releasedate, const QDateTime lastupdated, const uint runtime, const uint runtimesecs) | |
| MetadataLookup (MetadataType type, LookupType subtype, QVariant data, LookupStep step, bool automatic, bool handleimages, bool allowoverwrites, bool allowgeneric, bool preferdvdorder, const QString &host, const QString &filename, const QString &title, const QStringList &categories, const float userrating, const QString &subtitle, const QString &tagline, const QString &description, uint season, uint episode, const QString &certification, const uint year, const QDate releasedate, const uint runtime, const uint runtimesecs, const QString &inetref, const PeopleMap people, const QString &trailerURL, const ArtworkMap artwork, DownloadMap downloads) | |
| void | toMap (MetadataMap &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 (ArtworkMap 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 | 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 |
| 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 |
| uint | 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 |
| uint | GetRuntime () const |
| uint | GetRuntimeSeconds () const |
| QString | GetInetref () const |
| QString | GetCollectionref () const |
| QString | GetIMDB () const |
| QString | GetTMSref () const |
| QList< PersonInfo > | GetPeople (PeopleType type) const |
| QStringList | GetStudios () const |
| QString | GetHomepage () const |
| QString | GetTrailerURL () const |
| ArtworkList | GetArtwork (VideoArtworkType type) const |
| DownloadMap | GetDownloads () const |
Private Attributes | |
| MetadataType | m_type |
| LookupType | m_subtype |
| QVariant | m_data |
| LookupStep | m_step |
| bool | m_automatic |
| bool | m_handleimages |
| bool | m_allowoverwrites |
| bool | m_allowgeneric |
| bool | m_dvdorder |
| QString | m_host |
| QString | m_filename |
| QString | m_title |
| QString | m_network |
| QString | m_status |
| const QStringList | m_categories |
| float | m_userrating |
| uint | m_ratingcount |
| const QString | m_language |
| QString | m_subtitle |
| const QString | m_tagline |
| const QString | m_description |
| uint | m_season |
| uint | m_episode |
| uint | m_chanid |
| const QString | m_channum |
| const QString | m_chansign |
| const QString | m_channame |
| const QString | m_chanplaybackfilters |
| const QString | m_recgroup |
| const QString | m_playgroup |
| const QString | m_seriesid |
| const QString | m_programid |
| const QString | m_storagegroup |
| const QDateTime | m_startts |
| const QDateTime | m_endts |
| const QDateTime | m_recstartts |
| const QDateTime | m_recendts |
| uint | m_programflags |
| uint | m_audioproperties |
| uint | m_videoproperties |
| uint | m_subtitletype |
| const QString | m_certification |
| const QStringList | m_countries |
| uint | m_popularity |
| uint | m_budget |
| uint | m_revenue |
| QString | m_album |
| uint | m_tracknum |
| QString | m_system |
| uint | m_year |
| const QDate | m_releasedate |
| const QDateTime | m_lastupdated |
| uint | m_runtime |
| uint | m_runtimesecs |
| QString | m_inetref |
| QString | m_collectionref |
| QString | m_tmsref |
| QString | m_imdb |
| const PeopleMap | m_people |
| const QStringList | m_studios |
| const QString | m_homepage |
| const QString | m_trailerURL |
| const ArtworkMap | m_artwork |
| DownloadMap | m_downloads |
Definition at line 82 of file metadatacommon.h.
Definition at line 12 of file metadatacommon.cpp.
Definition at line 366 of file metadatacommon.cpp.
| MetadataLookup::MetadataLookup | ( | MetadataType | type, |
| LookupType | subtype, | ||
| QVariant | data, | ||
| LookupStep | step, | ||
| bool | automatic, | ||
| bool | handleimages, | ||
| bool | allowoverwrites, | ||
| bool | allowgeneric, | ||
| bool | preferdvdorder, | ||
| const QString & | host, | ||
| const QString & | filename, | ||
| const QString & | title, | ||
| const QString & | network, | ||
| const QString & | status, | ||
| const QStringList & | categories, | ||
| const float | userrating, | ||
| uint | ratingcount, | ||
| const QString & | language, | ||
| const QString & | subtitle, | ||
| const QString & | tagline, | ||
| const QString & | description, | ||
| uint | season, | ||
| uint | episode, | ||
| const uint | chanid, | ||
| const QString & | channum, | ||
| const QString & | chansign, | ||
| const QString & | channame, | ||
| const QString & | chanplaybackfilters, | ||
| const QString & | recgroup, | ||
| const QString & | playgroup, | ||
| const QString & | seriesid, | ||
| const QString & | programid, | ||
| const QString & | storagegroup, | ||
| const QDateTime | startts, | ||
| const QDateTime | endts, | ||
| const QDateTime | recstartts, | ||
| const QDateTime | recendts, | ||
| const uint | programflags, | ||
| const uint | audioproperties, | ||
| const uint | videoproperties, | ||
| const uint | subtitletype, | ||
| const QString & | certification, | ||
| const QStringList & | countries, | ||
| const uint | popularity, | ||
| const uint | budget, | ||
| const uint | revenue, | ||
| const QString & | album, | ||
| uint | tracknum, | ||
| const QString & | system, | ||
| const uint | year, | ||
| const QDate | releasedate, | ||
| const QDateTime | lastupdated, | ||
| const uint | runtime, | ||
| const uint | runtimesecs, | ||
| const QString & | inetref, | ||
| const QString & | collectionref, | ||
| const QString & | tmsref, | ||
| const QString & | imdb, | ||
| const PeopleMap | people, | ||
| const QStringList & | studios, | ||
| const QString & | homepage, | ||
| const QString & | trailerURL, | ||
| const ArtworkMap | artwork, | ||
| DownloadMap | downloads | ||
| ) |
Definition at line 81 of file metadatacommon.cpp.
| MetadataLookup::MetadataLookup | ( | MetadataType | type, |
| LookupType | subtype, | ||
| QVariant | data, | ||
| LookupStep | step, | ||
| bool | automatic, | ||
| bool | handleimages, | ||
| bool | allowoverwrites, | ||
| bool | allowgeneric, | ||
| bool | preferdvdorder, | ||
| const QString & | host, | ||
| const QString & | filename, | ||
| const QString & | title, | ||
| const QStringList & | categories, | ||
| const float | userrating, | ||
| const QString & | subtitle, | ||
| const QString & | description, | ||
| uint | chanid, | ||
| const QString & | channum, | ||
| const QString & | chansign, | ||
| const QString & | channame, | ||
| const QString & | chanplaybackfilters, | ||
| const QString & | recgroup, | ||
| const QString & | playgroup, | ||
| const QString & | seriesid, | ||
| const QString & | programid, | ||
| const QString & | storagegroup, | ||
| const QDateTime | startts, | ||
| const QDateTime | endts, | ||
| const QDateTime | recstartts, | ||
| const QDateTime | recendts, | ||
| uint | programflags, | ||
| uint | audioproperties, | ||
| uint | videoproperties, | ||
| uint | subtitletype, | ||
| const uint | year, | ||
| const QDate | releasedate, | ||
| const QDateTime | lastupdated, | ||
| const uint | runtime, | ||
| const uint | runtimesecs | ||
| ) |
Definition at line 215 of file metadatacommon.cpp.
| MetadataLookup::MetadataLookup | ( | MetadataType | type, |
| LookupType | subtype, | ||
| QVariant | data, | ||
| LookupStep | step, | ||
| bool | automatic, | ||
| bool | handleimages, | ||
| bool | allowoverwrites, | ||
| bool | allowgeneric, | ||
| bool | preferdvdorder, | ||
| const QString & | host, | ||
| const QString & | filename, | ||
| const QString & | title, | ||
| const QStringList & | categories, | ||
| const float | userrating, | ||
| const QString & | subtitle, | ||
| const QString & | tagline, | ||
| const QString & | description, | ||
| uint | season, | ||
| uint | episode, | ||
| const QString & | certification, | ||
| const uint | year, | ||
| const QDate | releasedate, | ||
| const uint | runtime, | ||
| const uint | runtimesecs, | ||
| const QString & | inetref, | ||
| const PeopleMap | people, | ||
| const QString & | trailerURL, | ||
| const ArtworkMap | artwork, | ||
| DownloadMap | downloads | ||
| ) |
Definition at line 303 of file metadatacommon.cpp.
| void MetadataLookup::toMap | ( | MetadataMap & | map | ) |
Definition at line 384 of file metadatacommon.cpp.
Referenced by MetadataOptions::QueryComplete().
| void MetadataLookup::SetType | ( | MetadataType | type | ) | [inline] |
Definition at line 233 of file metadatacommon.h.
Referenced by EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), GameUI::gameSearch(), MetadataFactory::Lookup(), MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), MetadataOptions::PerformQuery(), GameUI::StartGameImageSet(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetSubtype | ( | LookupType | subtype | ) | [inline] |
Definition at line 235 of file metadatacommon.h.
Referenced by EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), MetadataDownload::handleRecordingGeneric(), MetadataFactory::Lookup(), EditMetadataDialog::OnSearchListSelection(), MetadataOptions::PerformQuery(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetData | ( | QVariant | data | ) | [inline] |
Definition at line 237 of file metadatacommon.h.
Referenced by EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), GameUI::gameSearch(), MetadataFactory::Lookup(), MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), and GameUI::StartGameImageSet().
| void MetadataLookup::SetStep | ( | LookupStep | step | ) | [inline] |
Definition at line 239 of file metadatacommon.h.
Referenced by MetadataDownload::findBestMatch(), EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), GameUI::gameSearch(), MetadataDownload::handleGame(), MetadataDownload::handleMovie(), MetadataDownload::handleTelevision(), MetadataFactory::Lookup(), GameUI::OnGameSearchListSelection(), VideoDialog::OnVideoSearchListSelection(), MetadataOptions::PerformQuery(), MetadataDownload::readMXML(), MetadataDownload::readNFO(), MetadataDownload::run(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetAutomatic | ( | bool | autom | ) | [inline] |
Definition at line 241 of file metadatacommon.h.
Referenced by EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), GameUI::gameSearch(), MetadataFactory::Lookup(), MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), MetadataOptions::PerformQuery(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetHandleImages | ( | bool | handle | ) | [inline] |
Definition at line 244 of file metadatacommon.h.
Referenced by MetadataOptions::FindNetArt(), MetadataFactory::Lookup(), MetadataOptions::PerformQuery(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetAllowOverwrites | ( | bool | allow | ) | [inline] |
Definition at line 245 of file metadatacommon.h.
Referenced by MetadataOptions::OnImageSearchListSelection(), and EditMetadataDialog::OnSearchListSelection().
| void MetadataLookup::SetAllowGeneric | ( | bool | allow | ) | [inline] |
Definition at line 246 of file metadatacommon.h.
Referenced by MetadataOptions::FindNetArt(), MetadataFactory::Lookup(), MetadataOptions::PerformQuery(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetHost | ( | const QString & | host | ) | [inline] |
Definition at line 247 of file metadatacommon.h.
Referenced by MetadataOptions::FindNetArt(), MetadataFactory::Lookup(), MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), and MetadataOptions::PerformQuery().
| void MetadataLookup::SetDownloads | ( | ArtworkMap | map | ) | [inline] |
Definition at line 248 of file metadatacommon.h.
Referenced by MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), MetadataFactory::OnSingleResult(), MetadataImageDownload::run(), and GameUI::StartGameImageSet().
| void MetadataLookup::SetTitle | ( | const QString & | title | ) | [inline] |
Definition at line 251 of file metadatacommon.h.
Referenced by EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), GameUI::gameSearch(), MetadataFactory::Lookup(), MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), MetadataOptions::PerformQuery(), GameUI::StartGameImageSet(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetFilename | ( | const QString & | filename | ) | [inline] |
Definition at line 252 of file metadatacommon.h.
Referenced by MetadataFactory::Lookup().
| void MetadataLookup::SetSubtitle | ( | const QString & | subtitle | ) | [inline] |
Definition at line 255 of file metadatacommon.h.
Referenced by EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), MetadataFactory::Lookup(), MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), MetadataOptions::PerformQuery(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetSeason | ( | uint | season | ) | [inline] |
Definition at line 256 of file metadatacommon.h.
Referenced by EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), MetadataDownload::handleRecordingGeneric(), MetadataFactory::Lookup(), LookupFromProgramInfo(), MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), MetadataOptions::PerformQuery(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetEpisode | ( | uint | episode | ) | [inline] |
Definition at line 257 of file metadatacommon.h.
Referenced by EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), MetadataDownload::handleRecordingGeneric(), MetadataFactory::Lookup(), LookupFromProgramInfo(), MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), MetadataOptions::PerformQuery(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetInetref | ( | const QString & | inetref | ) | [inline] |
Definition at line 258 of file metadatacommon.h.
Referenced by EditMetadataDialog::FindNetArt(), MetadataOptions::FindNetArt(), GameUI::gameSearch(), MetadataDownload::handleRecordingGeneric(), MetadataFactory::Lookup(), LookupFromProgramInfo(), MetadataOptions::OnImageSearchListSelection(), EditMetadataDialog::OnSearchListSelection(), MetadataOptions::PerformQuery(), GameUI::StartGameImageSet(), and MetadataFactory::SynchronousLookup().
| void MetadataLookup::SetCollectionref | ( | const QString & | collectionref | ) | [inline] |
Definition at line 259 of file metadatacommon.h.
Referenced by MetadataOptions::FindNetArt(), MetadataDownload::handleRecordingGeneric(), and MetadataOptions::PerformQuery().
| void MetadataLookup::SetTMSref | ( | const QString & | tmsref | ) | [inline] |
Definition at line 261 of file metadatacommon.h.
| void MetadataLookup::SetPreferDVDOrdering | ( | bool | preferdvdorder | ) | [inline] |
Definition at line 262 of file metadatacommon.h.
| void MetadataLookup::SetAlbum | ( | const QString & | album | ) | [inline] |
Definition at line 266 of file metadatacommon.h.
| void MetadataLookup::SetTrack | ( | uint | track | ) | [inline] |
Definition at line 267 of file metadatacommon.h.
| void MetadataLookup::SetSystem | ( | const QString & | system | ) | [inline] |
Definition at line 270 of file metadatacommon.h.
Referenced by GameUI::StartGameImageSet().
| MetadataType MetadataLookup::GetType | ( | void | ) | const [inline] |
Definition at line 274 of file metadatacommon.h.
Referenced by getDownloadFilename(), MetadataFactory::OnSingleResult(), ParseMetadataItem(), ParseMetadataMovieNFO(), MetadataDownload::readMXML(), MetadataDownload::readNFO(), MetadataDownload::run(), and MetadataImageDownload::run().
| LookupType MetadataLookup::GetSubtype | ( | ) | const [inline] |
Definition at line 275 of file metadatacommon.h.
Referenced by LookerUpper::customEvent(), MetadataDownload::handleRecordingGeneric(), ParseMetadataItem(), ParseMetadataMovieNFO(), and MetadataDownload::run().
| QVariant MetadataLookup::GetData | ( | ) | const [inline] |
Definition at line 276 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().
| LookupStep MetadataLookup::GetStep | ( | ) | const [inline] |
Definition at line 277 of file metadatacommon.h.
Referenced by MetadataDownload::handleGame(), MetadataDownload::handleMovie(), MetadataDownload::handleTelevision(), ParseMetadataItem(), and ParseMetadataMovieNFO().
| bool MetadataLookup::GetAutomatic | ( | ) | const [inline] |
Definition at line 278 of file metadatacommon.h.
Referenced by ParseMetadataItem(), and ParseMetadataMovieNFO().
| bool MetadataLookup::GetHandleImages | ( | ) | const [inline] |
Definition at line 281 of file metadatacommon.h.
Referenced by MetadataFactory::OnSingleResult(), ParseMetadataItem(), and ParseMetadataMovieNFO().
| bool MetadataLookup::GetAllowOverwrites | ( | ) | const [inline] |
Definition at line 282 of file metadatacommon.h.
Referenced by ParseMetadataItem(), ParseMetadataMovieNFO(), and MetadataImageDownload::run().
| bool MetadataLookup::GetAllowGeneric | ( | ) | const [inline] |
Definition at line 283 of file metadatacommon.h.
Referenced by MetadataDownload::handleTelevision(), ParseMetadataItem(), and ParseMetadataMovieNFO().
| QString MetadataLookup::GetFilename | ( | ) | const [inline] |
Definition at line 286 of file metadatacommon.h.
Referenced by MetadataDownload::handleMovie(), ParseMetadataItem(), and ParseMetadataMovieNFO().
| QString MetadataLookup::GetTitle | ( | void | ) | const [inline] |
Definition at line 287 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), EditMetadataDialog::customEvent(), GameUI::customEvent(), VideoDialog::customEvent(), getDownloadFilename(), MetadataDownload::handleGame(), MetadataDownload::handleMovie(), MetadataDownload::handleRecordingGeneric(), MetadataDownload::handleTelevision(), MetadataDownload::handleVideoUndetermined(), Video::LookupVideo(), GameUI::OnGameSearchDone(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), and MetadataDownload::run().
| QStringList MetadataLookup::GetCategories | ( | ) | const [inline] |
Definition at line 288 of file metadatacommon.h.
Referenced by AddCategories(), CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| float MetadataLookup::GetUserRating | ( | ) | const [inline] |
Definition at line 289 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| uint MetadataLookup::GetRatingCount | ( | ) | const [inline] |
Definition at line 290 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetLanguage | ( | void | ) | const [inline] |
Definition at line 291 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), and Video::LookupVideo().
| QString MetadataLookup::GetHost | ( | ) | const [inline] |
Definition at line 292 of file metadatacommon.h.
Referenced by ParseMetadataItem(), ParseMetadataMovieNFO(), and MetadataImageDownload::run().
| QString MetadataLookup::GetNetwork | ( | ) | const [inline] |
Definition at line 295 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetStatus | ( | ) | const [inline] |
Definition at line 296 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetSubtitle | ( | void | ) | const [inline] |
Definition at line 297 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), GuessLookupType(), MetadataDownload::handleVideoUndetermined(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), and MetadataDownload::run().
| QString MetadataLookup::GetTagline | ( | ) | const [inline] |
Definition at line 298 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| QString MetadataLookup::GetDescription | ( | void | ) | const [inline] |
Definition at line 299 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), Video::LookupVideo(), GameUI::OnGameSearchDone(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| bool MetadataLookup::GetPreferDVDOrdering | ( | ) | const [inline] |
Definition at line 300 of file metadatacommon.h.
Referenced by ParseMetadataItem(), and ParseMetadataMovieNFO().
| uint MetadataLookup::GetSeason | ( | void | ) | const [inline] |
Definition at line 301 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), EditMetadataDialog::customEvent(), VideoDialog::customEvent(), getDownloadFilename(), GuessLookupType(), MetadataDownload::handleRecordingGeneric(), MetadataDownload::handleTelevision(), Video::LookupVideo(), MetadataFactory::OnSingleResult(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), ParseMetadataItem(), MetadataOptions::QueryComplete(), and MetadataDownload::run().
| uint MetadataLookup::GetEpisode | ( | void | ) | const [inline] |
Definition at line 302 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), EditMetadataDialog::customEvent(), VideoDialog::customEvent(), getDownloadFilename(), GuessLookupType(), MetadataDownload::handleRecordingGeneric(), MetadataDownload::handleTelevision(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), ParseMetadataItem(), MetadataOptions::QueryComplete(), and MetadataDownload::run().
| uint MetadataLookup::GetChanId | ( | ) | const [inline] |
Definition at line 303 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetChanNum | ( | void | ) | const [inline] |
Definition at line 304 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetChanSign | ( | ) | const [inline] |
Definition at line 305 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetChanName | ( | ) | const [inline] |
Definition at line 306 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetChanPlaybackFilters | ( | ) | const [inline] |
Definition at line 307 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetRecGroup | ( | ) | const [inline] |
Definition at line 308 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetPlayGroup | ( | ) | const [inline] |
Definition at line 309 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetSeriesId | ( | ) | const [inline] |
Definition at line 310 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetProgramId | ( | ) | const [inline] |
Definition at line 311 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetStorageGroup | ( | ) | const [inline] |
Definition at line 312 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QDateTime MetadataLookup::GetStartTS | ( | ) | const [inline] |
Definition at line 313 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QDateTime MetadataLookup::GetEndTS | ( | ) | const [inline] |
Definition at line 314 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QDateTime MetadataLookup::GetRecStartTS | ( | ) | const [inline] |
Definition at line 315 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QDateTime MetadataLookup::GetRecEndTS | ( | ) | const [inline] |
Definition at line 316 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| uint MetadataLookup::GetProgramFlags | ( | ) | const [inline] |
Definition at line 317 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| uint MetadataLookup::GetAudioProperties | ( | void | ) | const [inline] |
Definition at line 318 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| uint MetadataLookup::GetVideoProperties | ( | void | ) | const [inline] |
Definition at line 319 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| uint MetadataLookup::GetSubtitleType | ( | void | ) | const [inline] |
Definition at line 320 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetCertification | ( | ) | const [inline] |
Definition at line 322 of file metadatacommon.h.
Referenced by AddCertifications(), CreateMetadataXMLItem(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| QStringList MetadataLookup::GetCountries | ( | ) | const [inline] |
Definition at line 323 of file metadatacommon.h.
Referenced by AddCountries(), CreateMetadataXMLItem(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| uint MetadataLookup::GetPopularity | ( | ) | const [inline] |
Definition at line 324 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), and Video::LookupVideo().
| uint MetadataLookup::GetBudget | ( | ) | const [inline] |
Definition at line 325 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), and Video::LookupVideo().
| uint MetadataLookup::GetRevenue | ( | ) | const [inline] |
Definition at line 326 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), and Video::LookupVideo().
| QString MetadataLookup::GetAlbumTitle | ( | ) | const [inline] |
Definition at line 329 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| uint MetadataLookup::GetTrackNumber | ( | ) | const [inline] |
Definition at line 330 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), and getDownloadFilename().
| QString MetadataLookup::GetSystem | ( | ) | const [inline] |
Definition at line 333 of file metadatacommon.h.
Referenced by getDownloadFilename(), and GameUI::OnGameSearchDone().
| uint MetadataLookup::GetYear | ( | ) | const [inline] |
Definition at line 336 of file metadatacommon.h.
Referenced by Video::LookupVideo(), GameUI::OnGameSearchDone(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| QDate MetadataLookup::GetReleaseDate | ( | ) | const [inline] |
Definition at line 337 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| QDateTime MetadataLookup::GetLastUpdated | ( | ) | const [inline] |
Definition at line 338 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| uint MetadataLookup::GetRuntime | ( | ) | const [inline] |
Definition at line 339 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| uint MetadataLookup::GetRuntimeSeconds | ( | ) | const [inline] |
Definition at line 340 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| QString MetadataLookup::GetInetref | ( | ) | const [inline] |
Definition at line 343 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), LookerUpper::customEvent(), getDownloadFilename(), MetadataDownload::handleGame(), MetadataDownload::handleMovie(), MetadataDownload::handleTelevision(), MetadataDownload::handleVideoUndetermined(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), VideoDialog::OnVideoSearchDone(), MetadataOptions::QueryComplete(), and MetadataDownload::run().
| QString MetadataLookup::GetCollectionref | ( | ) | const [inline] |
Definition at line 344 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), MetadataDownload::handleTelevision(), and Video::LookupVideo().
| QString MetadataLookup::GetIMDB | ( | ) | const [inline] |
Definition at line 345 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), and Video::LookupVideo().
| QString MetadataLookup::GetTMSref | ( | ) | const [inline] |
Definition at line 346 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), and Video::LookupVideo().
| QList< PersonInfo > MetadataLookup::GetPeople | ( | PeopleType | type | ) | const |
Definition at line 370 of file metadatacommon.cpp.
Referenced by MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| QStringList MetadataLookup::GetStudios | ( | ) | const [inline] |
Definition at line 350 of file metadatacommon.h.
Referenced by AddStudios(), CreateMetadataXMLItem(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| QString MetadataLookup::GetHomepage | ( | ) | const [inline] |
Definition at line 353 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem(), Video::LookupVideo(), MetadataFactory::OnVideoResult(), and VideoDialog::OnVideoSearchDone().
| QString MetadataLookup::GetTrailerURL | ( | ) | const [inline] |
Definition at line 354 of file metadatacommon.h.
Referenced by CreateMetadataXMLItem().
| ArtworkList MetadataLookup::GetArtwork | ( | VideoArtworkType | type | ) | const |
Definition at line 377 of file metadatacommon.cpp.
Referenced by Video::LookupVideo(), EditMetadataDialog::OnArtworkSearchDone(), MetadataOptions::OnArtworkSearchDone(), GameUI::OnGameSearchDone(), and MetadataFactory::OnSingleResult().
| DownloadMap MetadataLookup::GetDownloads | ( | ) | const [inline] |
Definition at line 358 of file metadatacommon.h.
Referenced by LookerUpper::customEvent(), GameUI::handleDownloadedImages(), EditMetadataDialog::handleDownloadedImages(), MetadataOptions::HandleDownloadedImages(), MetadataFactory::OnVideoResult(), and MetadataImageDownload::run().
MetadataType MetadataLookup::m_type [private] |
Definition at line 358 of file metadatacommon.h.
LookupType MetadataLookup::m_subtype [private] |
Definition at line 363 of file metadatacommon.h.
QVariant MetadataLookup::m_data [private] |
Definition at line 364 of file metadatacommon.h.
LookupStep MetadataLookup::m_step [private] |
Definition at line 365 of file metadatacommon.h.
bool MetadataLookup::m_automatic [private] |
Definition at line 366 of file metadatacommon.h.
bool MetadataLookup::m_handleimages [private] |
Definition at line 367 of file metadatacommon.h.
bool MetadataLookup::m_allowoverwrites [private] |
Definition at line 368 of file metadatacommon.h.
bool MetadataLookup::m_allowgeneric [private] |
Definition at line 369 of file metadatacommon.h.
bool MetadataLookup::m_dvdorder [private] |
Definition at line 370 of file metadatacommon.h.
QString MetadataLookup::m_host [private] |
Definition at line 371 of file metadatacommon.h.
QString MetadataLookup::m_filename [private] |
Definition at line 373 of file metadatacommon.h.
Referenced by toMap().
QString MetadataLookup::m_title [private] |
Definition at line 374 of file metadatacommon.h.
Referenced by toMap().
QString MetadataLookup::m_network [private] |
Definition at line 375 of file metadatacommon.h.
Referenced by toMap().
QString MetadataLookup::m_status [private] |
Definition at line 376 of file metadatacommon.h.
Referenced by toMap().
const QStringList MetadataLookup::m_categories [private] |
Definition at line 377 of file metadatacommon.h.
Referenced by toMap().
float MetadataLookup::m_userrating [private] |
Definition at line 378 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_ratingcount [private] |
Definition at line 379 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_language [private] |
Definition at line 380 of file metadatacommon.h.
Referenced by toMap().
QString MetadataLookup::m_subtitle [private] |
Definition at line 383 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_tagline [private] |
Definition at line 384 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_description [private] |
Definition at line 385 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_season [private] |
Definition at line 386 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_episode [private] |
Definition at line 387 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_chanid [private] |
Definition at line 388 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_channum [private] |
Definition at line 389 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_chansign [private] |
Definition at line 390 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_channame [private] |
Definition at line 391 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_chanplaybackfilters [private] |
Definition at line 392 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_recgroup [private] |
Definition at line 393 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_playgroup [private] |
Definition at line 394 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_seriesid [private] |
Definition at line 395 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_programid [private] |
Definition at line 396 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_storagegroup [private] |
Definition at line 397 of file metadatacommon.h.
Referenced by toMap().
const QDateTime MetadataLookup::m_startts [private] |
Definition at line 398 of file metadatacommon.h.
Referenced by toMap().
const QDateTime MetadataLookup::m_endts [private] |
Definition at line 399 of file metadatacommon.h.
Referenced by toMap().
const QDateTime MetadataLookup::m_recstartts [private] |
Definition at line 400 of file metadatacommon.h.
Referenced by toMap().
const QDateTime MetadataLookup::m_recendts [private] |
Definition at line 401 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_programflags [private] |
Definition at line 402 of file metadatacommon.h.
uint MetadataLookup::m_audioproperties [private] |
Definition at line 403 of file metadatacommon.h.
uint MetadataLookup::m_videoproperties [private] |
Definition at line 404 of file metadatacommon.h.
uint MetadataLookup::m_subtitletype [private] |
Definition at line 405 of file metadatacommon.h.
const QString MetadataLookup::m_certification [private] |
Definition at line 407 of file metadatacommon.h.
Referenced by toMap().
const QStringList MetadataLookup::m_countries [private] |
Definition at line 408 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_popularity [private] |
Definition at line 409 of file metadatacommon.h.
Referenced by MetadataLookup(), and toMap().
uint MetadataLookup::m_budget [private] |
Definition at line 410 of file metadatacommon.h.
Referenced by MetadataLookup(), and toMap().
uint MetadataLookup::m_revenue [private] |
Definition at line 411 of file metadatacommon.h.
Referenced by MetadataLookup(), and toMap().
QString MetadataLookup::m_album [private] |
Definition at line 414 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_tracknum [private] |
Definition at line 415 of file metadatacommon.h.
Referenced by MetadataLookup(), and toMap().
QString MetadataLookup::m_system [private] |
Definition at line 418 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_year [private] |
Definition at line 421 of file metadatacommon.h.
Referenced by toMap().
const QDate MetadataLookup::m_releasedate [private] |
Definition at line 422 of file metadatacommon.h.
Referenced by toMap().
const QDateTime MetadataLookup::m_lastupdated [private] |
Definition at line 423 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_runtime [private] |
Definition at line 424 of file metadatacommon.h.
Referenced by toMap().
uint MetadataLookup::m_runtimesecs [private] |
Definition at line 425 of file metadatacommon.h.
Referenced by toMap().
QString MetadataLookup::m_inetref [private] |
Definition at line 428 of file metadatacommon.h.
Referenced by toMap().
QString MetadataLookup::m_collectionref [private] |
Definition at line 429 of file metadatacommon.h.
Referenced by toMap().
QString MetadataLookup::m_tmsref [private] |
Definition at line 430 of file metadatacommon.h.
Referenced by toMap().
QString MetadataLookup::m_imdb [private] |
Definition at line 431 of file metadatacommon.h.
Referenced by toMap().
const PeopleMap MetadataLookup::m_people [private] |
Definition at line 434 of file metadatacommon.h.
Referenced by GetPeople().
const QStringList MetadataLookup::m_studios [private] |
Definition at line 435 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_homepage [private] |
Definition at line 438 of file metadatacommon.h.
Referenced by toMap().
const QString MetadataLookup::m_trailerURL [private] |
Definition at line 439 of file metadatacommon.h.
Referenced by toMap().
const ArtworkMap MetadataLookup::m_artwork [private] |
Definition at line 442 of file metadatacommon.h.
Referenced by GetArtwork().
DownloadMap MetadataLookup::m_downloads [private] |
Definition at line 443 of file metadatacommon.h.
1.7.6.1