|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <NfoFile.h>
Public Member Functions | |
| virtual | ~CNfoFile () |
| CInfoScanner::InfoType | Create (const std::string &, const ADDON::ScraperPtr &, int index=1) |
| template<class T > | |
| bool | GetDetails (T &details, const char *document=nullptr, bool prioritise=false) |
| void | Close () |
| void | SetScraperInfo (ADDON::ScraperPtr info) |
| ADDON::ScraperPtr | GetScraperInfo () |
| const CScraperUrl & | ScraperUrl () const |
Static Public Member Functions | |
| static int | Scrape (const 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::InfoType CNfoFile::Create | ( | const std::string & | strPath, |
| const ADDON::ScraperPtr & | info, | ||
| int | index = 1 ) |
|
inline |
|
inline |
|
static |
|
static |
|
inline |
|
inline |