Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
VideoInfoScannerArt.h File Reference
#include "addons/Scraper.h"
#include "utils/Artwork.h"
#include "utils/RegExp.h"
#include <cstdint>
#include <string>
#include <string_view>
#include <vector>

Classes

struct  KODI::VIDEO::ArtToCache
 An artwork url to cache, with the hash of its source file if that is already known. More...
 
class  KODI::VIDEO::CVideoInfoScannerArt
 The artwork side of a video scan. More...
 

Namespaces

namespace  KODI
 
namespace  KODI::VIDEO
 

Enumerations

enum class  KODI::VIDEO::ArtPriority : uint8_t { KODI::VIDEO::LIST = 0 , KODI::VIDEO::BACKGROUND , KODI::VIDEO::DETAIL , KODI::VIDEO::ACTOR }
 When an image is likely to be first seen by the user, and so the order to fetch it in. More...
 

Functions

ArtPriority KODI::VIDEO::PriorityOfArtType (std::string_view artType)
 When art of the given type (a "poster", a "set.fanart") is first seen.