|
void | Reset () |
|
bool | Load (const TiXmlElement *element, bool append=false, bool prioritise=false) |
|
bool | Save (TiXmlNode *node, const std::string &tag, bool savePathInfo=true, const TiXmlElement *additionalNode=NULL) |
|
void | Merge (CVideoInfoTag &other) |
|
void | Archive (CArchive &ar) override |
|
void | Serialize (CVariant &value) const override |
|
void | ToSortable (SortItem &sortable, Field field) const override |
|
const CRating | GetRating (std::string type="") const |
|
const std::string & | GetDefaultRating () const |
|
const std::string | GetUniqueID (std::string type="") const |
|
const std::map< std::string, std::string > & | GetUniqueIDs () const |
|
const std::string & | GetDefaultUniqueID () const |
|
bool | HasUniqueID () const |
|
virtual bool | HasYear () const |
|
virtual int | GetYear () const |
|
bool | HasPremiered () const |
|
const CDateTime & | GetPremiered () const |
|
const CDateTime & | GetFirstAired () const |
|
const std::string | GetCast (bool bIncludeRole=false) const |
|
bool | HasStreamDetails () const |
|
bool | IsEmpty () const |
|
const std::string & | GetPath () const |
|
void | SetDuration (int duration) |
| set the duration in seconds More...
|
|
unsigned int | GetDuration () const |
| retrieve the duration in seconds. Prefers the duration from stream details if available.
|
|
unsigned int | GetStaticDuration () const |
| retrieve the duration in seconds. Ignores the duration from stream details even if available.
|
|
void | SetBasePath (std::string basePath) |
|
void | SetDirector (std::vector< std::string > director) |
|
void | SetWritingCredits (std::vector< std::string > writingCredits) |
|
void | SetGenre (std::vector< std::string > genre) |
|
void | SetCountry (std::vector< std::string > country) |
|
void | SetTagLine (std::string tagLine) |
|
void | SetPlotOutline (std::string plotOutline) |
|
void | SetTrailer (std::string trailer) |
|
void | SetPlot (std::string plot) |
|
std::string const & | GetTitle () |
|
void | SetTitle (std::string title) |
|
void | SetSortTitle (std::string sortTitle) |
|
void | SetPictureURL (CScraperUrl &pictureURL) |
|
void | SetRating (float rating, int votes, const std::string &type="", bool def=false) |
|
void | SetRating (CRating rating, const std::string &type="", bool def=false) |
|
void | SetRating (float rating, const std::string &type="", bool def=false) |
|
void | RemoveRating (const std::string &type) |
|
void | SetRatings (RatingMap ratings, const std::string &defaultRating="") |
|
void | SetVotes (int votes, const std::string &type="") |
|
void | SetUniqueIDs (std::map< std::string, std::string > uniqueIDs) |
|
void | SetPremiered (const CDateTime &premiered) |
|
void | SetPremieredFromDBDate (const std::string &premieredString) |
|
virtual void | SetYear (int year) |
|
void | SetArtist (std::vector< std::string > artist) |
|
void | SetSet (std::string set) |
|
void | SetSetOverview (std::string setOverview) |
|
void | SetTags (std::vector< std::string > tags) |
|
void | SetFile (std::string file) |
|
void | SetPath (std::string path) |
|
void | SetMPAARating (std::string mpaaRating) |
|
void | SetFileNameAndPath (std::string fileNameAndPath) |
|
void | SetOriginalTitle (std::string originalTitle) |
|
void | SetEpisodeGuide (std::string episodeGuide) |
|
void | SetStatus (std::string status) |
|
void | SetProductionCode (std::string productionCode) |
|
void | SetShowTitle (std::string showTitle) |
|
void | SetStudio (std::vector< std::string > studio) |
|
void | SetAlbum (std::string album) |
|
void | SetShowLink (std::vector< std::string > showLink) |
|
void | SetUniqueID (const std::string &uniqueid, const std::string &type="", bool def=false) |
|
void | RemoveUniqueID (const std::string &type) |
|
void | SetNamedSeasons (std::map< int, std::string > namedSeasons) |
|
void | SetUserrating (int userrating) |
|
virtual int | GetPlayCount () const |
| Get this videos's play count. More...
|
|
virtual bool | SetPlayCount (int count) |
| Set this videos's play count. More...
|
|
virtual bool | IncrementPlayCount () |
| Increment this videos's play count. More...
|
|
virtual void | ResetPlayCount () |
| Reset playcount.
|
|
virtual bool | IsPlayCountSet () const |
| Check if the playcount is set. More...
|
|
virtual CBookmark | GetResumePoint () const |
| Get this videos's resume point. More...
|
|
virtual bool | SetResumePoint (const CBookmark &resumePoint) |
| Set this videos's resume point. More...
|
|
virtual bool | SetResumePoint (double timeInSeconds, double totalTimeInSeconds, const std::string &playerState) |
| Set this videos's resume point. More...
|
|