Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
XBMCAddon::xbmc::InfoTagVideo Class Reference

#include <InfoTagVideo.h>

Inheritance diagram for XBMCAddon::xbmc::InfoTagVideo:
XBMCAddon::AddonClass CCriticalSection XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex >

Public Member Functions

 InfoTagVideo (const CVideoInfoTag &tag)
 
 InfoTagVideo ()
 
 ~InfoTagVideo () override
 
 getDbId ()
 

Function: getDbId()


Get identification number of tag in database More...

 
 getDirector ()
 

Function: getDirector()


Get film director who has made the film (if present). More...

 
 getWritingCredits ()
 

Function: getWritingCredits()


Get the writing credits if present from video info tag. More...

 
 getGenre ()
 

Function: getGenre()


To get the Video Genre if available. More...

 
 getTagLine ()
 

Function: getTagLine()


Get video tag line if available. More...

 
 getPlotOutline ()
 

Function: getPlotOutline()


Get the outline plot of the video if present. More...

 
 getPlot ()
 

Function: getPlot()


Get the plot of the video if present. More...

 
 getPictureURL ()
 

Function: getPictureURL()


Get a picture URL of the video to show as screenshot. More...

 
 getTitle ()
 

Function: getTitle()


Get the video title. More...

 
 getTVShowTitle ()
 

Function: getTVShowTitle()


Get the video TV show title. More...

 
 getMediaType ()
 

Function: getMediaType()


Get the media type of the video. More...

 
 getVotes ()
 

Function: getVotes()


Get the video votes if available from video info tag. More...

 
 getCast ()
 

Function: getCast()


To get the cast of the video when available. More...

 
 getFile ()
 

Function: getFile()


To get the video file name. More...

 
 getPath ()
 

Function: getPath()


To get the path where the video is stored. More...

 
 getIMDBNumber ()
 

Function: getIMDBNumber()


To get the IMDb number of the video (if present). More...

 
 getSeason ()
 

Function: getSeason()


To get season number of a series More...

 
 getEpisode ()
 

Function: getEpisode()


To get episode number of a series More...

 
 getYear ()
 

Function: getYear()


Get production year of video if present. More...

 
 getRating ()
 

Function: getRating()


Get the video rating if present as float (double where supported). More...

 
 getUserRating ()
 

Function: getUserRating()


Get the user rating if present as integer. More...

 
 getPlayCount ()
 

Function: getPlayCount()


To get the number of plays of the video. More...

 
 getLastPlayed ()
 

Function: getLastPlayed()


Get the last played date / time as string. More...

 
 getOriginalTitle ()
 

Function: getOriginalTitle()


To get the original title of the video. More...

 
 getPremiered ()
 

Function: getPremiered()


To get premiered date of the video, if available. More...

 
 getFirstAired ()
 

Function: getFirstAired()


Returns first aired date as string from info tag. More...

 
 getTrailer ()
 

Function: getTrailer()


To get the path where the trailer is stored. More...

 
 getArtist ()
 

Function: getArtist()


To get the artist name (for musicvideos) More...

 
 getAlbum ()
 

Function: getAlbum()


To get the album name (for musicvideos) More...

 
 getTrack ()
 

Function: getTrack()


To get the track number (for musicvideos) More...

 
 getDuration ()
 

Function: getDuration()


To get the duration More...

 
- Public Member Functions inherited from XBMCAddon::AddonClass
 AddonClass ()
 
virtual ~AddonClass ()
 
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
bool isDeallocating ()
 
void Release () const
 
void Acquire () const
 
- Public Member Functions inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex >
 CountingLockable ()=default
 
void lock ()
 
bool try_lock ()
 
void unlock ()
 
unsigned int exit (unsigned int leave=0)
 
void restore (unsigned int restoreCount)
 
XbmcThreads::CRecursiveMutex & get_underlying ()
 

Additional Inherited Members

- Static Public Member Functions inherited from XBMCAddon::AddonClass
static short getNumAddonClasses ()
 
- Protected Member Functions inherited from XBMCAddon::AddonClass
virtual void deallocating ()
 
- Static Protected Member Functions inherited from XBMCAddon::AddonClass
static short getNextClassIndex ()
 
- Protected Attributes inherited from XBMCAddon::AddonClass
LanguageHooklanguageHook
 
- Protected Attributes inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex >
XbmcThreads::CRecursiveMutex mutex
 
unsigned int count
 

The documentation for this class was generated from the following files: