|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
Video tag loader from plugin source. More...
#include <VideoTagLoaderPlugin.h>
Public Member Functions | |
| CVideoTagLoaderPlugin (const CFileItem &item, bool forceRefresh) | |
| virtual | ~CVideoTagLoaderPlugin ()=default |
| bool | HasInfo () const override |
| Returns whether or not read has info. More... | |
| CInfoScanner::INFO_TYPE | Load (CVideoInfoTag &tag, bool prioritise, std::vector< EmbeddedArt > *=nullptr) override |
| Load "tag" from plugin. More... | |
| std::unique_ptr< std::map< std::string, std::string > > & | GetArt () |
Public Member Functions inherited from VIDEO::IVideoInfoTagLoader | |
| IVideoInfoTagLoader (const CFileItem &item, ADDON::ScraperPtr info, bool lookInFolder) | |
| Constructor. More... | |
| virtual | ~IVideoInfoTagLoader ()=default |
| const CScraperUrl & | ScraperUrl () const |
| Returns url associated with obtained URL (NFO_URL et al). More... | |
| const ADDON::ScraperPtr | GetAddonInfo () const |
| Returns current scaper info. More... | |
Protected Attributes | |
| std::unique_ptr< CVideoInfoTag > | m_tag |
| std::unique_ptr< std::map< std::string, std::string > > | m_art |
| bool | m_force_refresh |
Protected Attributes inherited from VIDEO::IVideoInfoTagLoader | |
| const CFileItem & | m_item |
| Reference to item to load for. More... | |
| ADDON::ScraperPtr | m_info |
| Scraper info. More... | |
| CScraperUrl | m_url |
| URL for scraper. More... | |
Video tag loader from plugin source.
| CVideoTagLoaderPlugin::CVideoTagLoaderPlugin | ( | const CFileItem & | item, |
| bool | forceRefresh | ||
| ) |
|
virtualdefault |
|
inline |
|
overridevirtual |
Returns whether or not read has info.
Implements VIDEO::IVideoInfoTagLoader.
|
overridevirtual |
|
protected |
|
protected |
|
protected |