MythTV  master
VideoMetadata Member List

This is the complete list of members for VideoMetadata, including all inherited members.

cast_entry typedefVideoMetadata
cast_list typedefVideoMetadata
country_entry typedefVideoMetadata
country_list typedefVideoMetadata
DeleteFile()VideoMetadata
DeleteFromDatabase()VideoMetadata
FilenameToMeta(const QString &file_name, int position)VideoMetadatastatic
FillDataFromFilename(const VideoMetadataListManager &cache)VideoMetadata
genre_entry typedefVideoMetadata
genre_list typedefVideoMetadata
GetBanner() constVideoMetadata
GetBrowse() constVideoMetadata
GetCast() constVideoMetadata
GetCategory() constVideoMetadata
GetCategoryID() constVideoMetadata
GetChildID() constVideoMetadata
GetCollectionRef() constVideoMetadata
GetContentType() constVideoMetadata
GetCountries() constVideoMetadata
GetCoverFile() constVideoMetadata
GetDirector() constVideoMetadata
GetEpisode() constVideoMetadata
GetFanart() constVideoMetadata
GetFilename() constVideoMetadata
GetGenres() constVideoMetadata
GetHash() constVideoMetadata
GetHomepage() constVideoMetadata
GetHost() constVideoMetadata
GetID() constVideoMetadata
GetImage(const QString &name) constVideoMetadata
GetImageMap(InfoMap &imageMap)VideoMetadata
GetInetRef() constVideoMetadata
GetInsertdate() constVideoMetadata
GetLength() constVideoMetadata
GetPlayCommand() constVideoMetadata
GetPlayCount() constVideoMetadata
GetPlot() constVideoMetadata
GetPrefix() constVideoMetadata
GetProcessed() constVideoMetadata
GetRating() constVideoMetadata
GetReleaseDate() constVideoMetadata
GetScreenshot() constVideoMetadata
GetSeason() constVideoMetadata
GetShowLevel() constVideoMetadata
GetSortFilename() constVideoMetadata
GetSortSubtitle() constVideoMetadata
GetSortTitle() constVideoMetadata
GetState(const QString &name) constVideoMetadata
GetStateMap(InfoMap &stateMap) constVideoMetadata
GetStudio() constVideoMetadata
GetSubtitle() constVideoMetadata
GetTagline() constVideoMetadata
GetText(const QString &name) constVideoMetadata
GetTitle() constVideoMetadata
GetTrailer() constVideoMetadata
GetUserRating() constVideoMetadata
GetWatched() constVideoMetadata
GetYear() constVideoMetadata
IsHostSet() constVideoMetadata
m_impVideoMetadataprivate
MetadataGetImageCb(const QString &name, void *data)VideoMetadatastatic
MetadataGetStateCb(const QString &name, void *data)VideoMetadatastatic
MetadataGetTextCb(const QString &name, void *data)VideoMetadatastatic
operator=(const VideoMetadata &rhs)VideoMetadata
Q_DECLARE_TR_FUNCTIONS(VideoMetadata)VideoMetadataprivate
Reset()VideoMetadata
SaveToDatabase()VideoMetadata
SetBanner(const QString &banner)VideoMetadata
SetBrowse(bool browse)VideoMetadata
SetCast(const cast_list &cast)VideoMetadata
SetCategoryID(int id)VideoMetadata
SetChildID(int childID)VideoMetadata
SetCollectionRef(int collectionref)VideoMetadata
SetContentType(VideoContentType contenttype)VideoMetadata
SetCountries(const country_list &countries)VideoMetadata
SetCoverFile(const QString &coverFile)VideoMetadata
SetDirector(const QString &director)VideoMetadata
SetEpisode(int episode)VideoMetadata
SetFanart(const QString &fanart)VideoMetadata
SetFilename(const QString &filename, const QString &sortFilename="")VideoMetadata
SetGenres(const genre_list &genres)VideoMetadata
SetHash(const QString &hash)VideoMetadata
SetHomepage(const QString &homepage)VideoMetadata
SetHost(const QString &host)VideoMetadata
SetID(int id)VideoMetadata
SetInetRef(const QString &inetRef)VideoMetadata
SetInsertdate(QDate date)VideoMetadata
SetLength(std::chrono::minutes length)VideoMetadata
SetPlayCommand(const QString &playCommand)VideoMetadata
SetPlayCount(int count)VideoMetadata
SetPlot(const QString &plot)VideoMetadata
SetPrefix(const QString &prefix)VideoMetadata
SetProcessed(bool processed)VideoMetadata
SetRating(const QString &rating)VideoMetadata
SetReleaseDate(QDate releasedate)VideoMetadata
SetScreenshot(const QString &screenshot)VideoMetadata
SetSeason(int season)VideoMetadata
SetShowLevel(ParentalLevel::Level showLevel)VideoMetadata
SetStudio(const QString &studio)VideoMetadata
SetSubtitle(const QString &subtitle, const QString &sortSubtitle="")VideoMetadata
SetTagline(const QString &tagline)VideoMetadata
SetTitle(const QString &title, const QString &sortTitle="")VideoMetadata
SetTrailer(const QString &trailer)VideoMetadata
SetUserRating(float userRating)VideoMetadata
SetWatched(bool watched)VideoMetadata
SetYear(int year)VideoMetadata
sortBefore(const VideoMetadata &rhs) constVideoMetadata
toMap(InfoMap &metadataMap)VideoMetadata
TrimTitle(const QString &title, bool ignore_case)VideoMetadatastatic
UpdateDatabase()VideoMetadata
UpdateHashedDBRecord(const QString &hash, const QString &file_name, const QString &host)VideoMetadatastatic
VideoFileHash(const QString &file_name, const QString &host)VideoMetadatastatic
VideoMetadata(const QString &filename=QString(), const QString &sortFilename=QString(), const QString &hash=QString(), const QString &trailer=QString(), const QString &coverfile=QString(), const QString &screenshot=QString(), const QString &banner=QString(), const QString &fanart=QString(), const QString &title=QString(), const QString &sortTitle=QString(), const QString &subtitle=QString(), const QString &sortSubtitle=QString(), const QString &tagline=QString(), int year=VIDEO_YEAR_DEFAULT, QDate releasedate=QDate(), const QString &inetref=QString(), int collectionref=0, const QString &homepage=QString(), const QString &director=QString(), const QString &studio=QString(), const QString &plot=QString(), float userrating=0.0, const QString &rating=QString(), int length=0, int playcount=0, int season=0, int episode=0, QDate insertdate=QDate(), int id=0, ParentalLevel::Level showlevel=ParentalLevel::plLowest, int categoryID=0, int childID=-1, bool browse=true, bool watched=false, const QString &playcommand=QString(), const QString &category=QString(), const genre_list &genres=genre_list(), const country_list &countries=country_list(), const cast_list &cast=cast_list(), const QString &host="", bool processed=false, VideoContentType contenttype=kContentUnknown)VideoMetadataexplicit
VideoMetadata(MSqlQuery &query)VideoMetadataexplicit
VideoMetadata(const VideoMetadata &rhs)VideoMetadata
~VideoMetadata()VideoMetadata