![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
Kodi's video info tag class. More...
Classes | |
class | XBMCAddon::xbmc::InfoTagVideo |
Functions | |
XBMCAddon::xbmc::InfoTagVideo::InfoTagVideo (const CVideoInfoTag &tag) | |
XBMCAddon::xbmc::InfoTagVideo::InfoTagVideo () | |
XBMCAddon::xbmc::InfoTagVideo::~InfoTagVideo () override | |
XBMCAddon::xbmc::InfoTagVideo::getDbId () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getDirector () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getWritingCredits () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getGenre () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getTagLine () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getPlotOutline () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getPlot () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getPictureURL () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getTitle () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getTVShowTitle () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getMediaType () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getVotes () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getCast () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getFile () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getPath () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getIMDBNumber () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getSeason () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getEpisode () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getYear () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getRating () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getUserRating () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getPlayCount () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getLastPlayed () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getOriginalTitle () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getPremiered () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getFirstAired () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getTrailer () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getArtist () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getAlbum () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getTrack () | |
| |
XBMCAddon::xbmc::InfoTagVideo::getDuration () | |
| |
Kodi's video info tag class.
Class: InfoTagVideo()
To get video info tag data of currently played source.
Example:
String XBMCAddon::xbmc::InfoTagVideo::getAlbum | ( | ) |
Function: getAlbum()
To get the album name (for musicvideos)
std::vector< std::string > XBMCAddon::xbmc::InfoTagVideo::getArtist | ( | ) |
Function: getArtist()
To get the artist name (for musicvideos)
String XBMCAddon::xbmc::InfoTagVideo::getCast | ( | ) |
Function: getCast()
To get the cast of the video when available.
int XBMCAddon::xbmc::InfoTagVideo::getDbId | ( | ) |
Function: getDbId()
Get identification number of tag in database
String XBMCAddon::xbmc::InfoTagVideo::getDirector | ( | ) |
Function: getDirector()
Get film director who has made the film (if present).
unsigned int XBMCAddon::xbmc::InfoTagVideo::getDuration | ( | ) |
Function: getDuration()
To get the duration
int XBMCAddon::xbmc::InfoTagVideo::getEpisode | ( | ) |
Function: getEpisode()
To get episode number of a series
String XBMCAddon::xbmc::InfoTagVideo::getFile | ( | ) |
Function: getFile()
To get the video file name.
String XBMCAddon::xbmc::InfoTagVideo::getFirstAired | ( | ) |
Function: getFirstAired()
Returns first aired date as string from info tag.
String XBMCAddon::xbmc::InfoTagVideo::getGenre | ( | ) |
String XBMCAddon::xbmc::InfoTagVideo::getIMDBNumber | ( | ) |
Function: getIMDBNumber()
To get the IMDb number of the video (if present).
String XBMCAddon::xbmc::InfoTagVideo::getLastPlayed | ( | ) |
Function: getLastPlayed()
Get the last played date / time as string.
String XBMCAddon::xbmc::InfoTagVideo::getMediaType | ( | ) |
Function: getMediaType()
Get the media type of the video.
Available strings about media type for video:
String | Description |
---|---|
video | For normal video |
set | For a selection of video |
musicvideo | To define it as music video |
movie | To define it as normal movie |
tvshow | If this is it defined as tvshow |
season | The type is used as a series season |
episode | The type is used as a series episode |
String XBMCAddon::xbmc::InfoTagVideo::getOriginalTitle | ( | ) |
Function: getOriginalTitle()
To get the original title of the video.
String XBMCAddon::xbmc::InfoTagVideo::getPath | ( | ) |
Function: getPath()
To get the path where the video is stored.
String XBMCAddon::xbmc::InfoTagVideo::getPictureURL | ( | ) |
Function: getPictureURL()
Get a picture URL of the video to show as screenshot.
int XBMCAddon::xbmc::InfoTagVideo::getPlayCount | ( | ) |
Function: getPlayCount()
To get the number of plays of the video.
String XBMCAddon::xbmc::InfoTagVideo::getPlot | ( | ) |
Function: getPlot()
Get the plot of the video if present.
String XBMCAddon::xbmc::InfoTagVideo::getPlotOutline | ( | ) |
Function: getPlotOutline()
Get the outline plot of the video if present.
String XBMCAddon::xbmc::InfoTagVideo::getPremiered | ( | ) |
double XBMCAddon::xbmc::InfoTagVideo::getRating | ( | ) |
Function: getRating()
Get the video rating if present as float (double where supported).
int XBMCAddon::xbmc::InfoTagVideo::getSeason | ( | ) |
Function: getSeason()
To get season number of a series
String XBMCAddon::xbmc::InfoTagVideo::getTagLine | ( | ) |
Function: getTagLine()
Get video tag line if available.
String XBMCAddon::xbmc::InfoTagVideo::getTitle | ( | ) |
Function: getTitle()
Get the video title.
int XBMCAddon::xbmc::InfoTagVideo::getTrack | ( | ) |
Function: getTrack()
To get the track number (for musicvideos)
String XBMCAddon::xbmc::InfoTagVideo::getTrailer | ( | ) |
Function: getTrailer()
To get the path where the trailer is stored.
String XBMCAddon::xbmc::InfoTagVideo::getTVShowTitle | ( | ) |
Function: getTVShowTitle()
Get the video TV show title.
int XBMCAddon::xbmc::InfoTagVideo::getUserRating | ( | ) |
Function: getUserRating()
Get the user rating if present as integer.
String XBMCAddon::xbmc::InfoTagVideo::getVotes | ( | ) |
Function: getVotes()
Get the video votes if available from video info tag.
String XBMCAddon::xbmc::InfoTagVideo::getWritingCredits | ( | ) |
Function: getWritingCredits()
Get the writing credits if present from video info tag.
int XBMCAddon::xbmc::InfoTagVideo::getYear | ( | ) |
Function: getYear()
Get production year of video if present.
|
explicit |
XBMCAddon::xbmc::InfoTagVideo::InfoTagVideo | ( | ) |
|
override |