Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <NfoFile.h>
Public Member Functions | |
virtual | ~CNfoFile () |
CInfoScanner::INFO_TYPE | Create (const std::string &, const ADDON::ScraperPtr &, int episode=-1) |
template<class T > | |
bool | GetDetails (T &details, const char *document=NULL, bool prioritise=false) |
void | Close () |
void | SetScraperInfo (ADDON::ScraperPtr info) |
ADDON::ScraperPtr | GetScraperInfo () |
const CScraperUrl & | ScraperUrl () const |
Static Public Member Functions | |
static int | Scrape (ADDON::ScraperPtr &scraper, CScraperUrl &url, const std::string &content) |
static std::vector< ADDON::ScraperPtr > | GetScrapers (ADDON::AddonType type, const ADDON::ScraperPtr &selectedScraper) |
|
inlinevirtual |
void CNfoFile::Close | ( | ) |
CInfoScanner::INFO_TYPE CNfoFile::Create | ( | const std::string & | strPath, |
const ADDON::ScraperPtr & | info, | ||
int | episode = -1 ) |
|
inline |
|
inline |
|
static |
|
static |
|
inline |
|
inline |