Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Namespaces | |
namespace | GUILIB |
namespace | TAGS |
namespace | UTILS |
Classes | |
class | CVideoEmbeddedImageFileLoader |
Generates a texture for an image embedded in a video file. More... | |
class | CVideoGeneratedImageFileLoader |
Generates a texture for a thumbnail of a video file, for a specific chapter or from a frame approx 1/3 into the video. More... | |
class | CVideoInfoScanner |
class | CVideoInfoTagLoaderFactory |
struct | EPISODE |
class | IVideoInfoTagLoader |
Base class for video tag loaders. More... | |
class | IVideoItemArtworkHandler |
class | IVideoItemArtworkHandlerFactory |
struct | SScanSettings |
Typedefs | |
typedef std::vector< EPISODE > | EPISODELIST |
typedef struct KODI::VIDEO::SScanSettings | SScanSettings |
Functions | |
bool | IsBDFile (const CFileItem &item) |
Check whether an item is a blu-ray file. | |
bool | IsDiscStub (const CFileItem &item) |
Check whether an item is a disc stub. | |
bool | IsDVDFile (const CFileItem &item, bool bVobs=true, bool bIfos=true) |
Check whether an item is a DVD file. | |
bool | IsProtectedBlurayDisc (const CFileItem &item) |
Checks whether item points to a protected blu-ray disc. | |
bool | IsBlurayPlaylist (const CFileItem &item) |
Checks whether item points to a blu-ray playlist (.mpls) | |
bool | IsSubtitle (const CFileItem &item) |
Check whether an item is a subtitle file. | |
bool | IsVideo (const CFileItem &item) |
Check whether an item is a video item. | |
bool | IsVideoAssetFile (const CFileItem &item) |
Is the item a video asset, excluding folders. | |
bool | IsVideoDb (const CFileItem &item) |
Check whether an item is a video database item. | |
bool | IsVideoExtrasFolder (const CFileItem &item) |
Check whether an item is a video extras folder item. | |
std::string | ContentToMediaType (CONTENT_TYPE content, bool folder) |
VideoDbContentType | ContentToVideoDbType (CONTENT_TYPE content) |
typedef std::vector<EPISODE> KODI::VIDEO::EPISODELIST |
typedef struct KODI::VIDEO::SScanSettings KODI::VIDEO::SScanSettings |
std::string KODI::VIDEO::ContentToMediaType | ( | CONTENT_TYPE | content, |
bool | folder ) |
VideoDbContentType KODI::VIDEO::ContentToVideoDbType | ( | CONTENT_TYPE | content | ) |
Checks whether item points to a blu-ray playlist (.mpls)
Check whether an item is a DVD file.
Checks whether item points to a protected blu-ray disc.
Check whether an item is a video item.
Note that this returns true for anything with a video info tag, so that may include eg. folders.
Is the item a video asset, excluding folders.
[in] | item | the item |
Check whether an item is a video database item.