| kodi
    | 
Video tag loader using nfo files. More...
#include <VideoTagLoaderNFO.h>


| Public Member Functions | |
| CVideoTagLoaderNFO (const CFileItem &item, ADDON::ScraperPtr info, bool lookInFolder) | |
| bool | HasInfo () const override | 
| Returns whether or not read has info. | |
| CInfoScanner::INFO_TYPE | Load (CVideoInfoTag &tag, bool prioritise, std::vector< EmbeddedArt > *=nullptr) override | 
| Load "tag" from nfo file.  More... | |
|  Public Member Functions inherited from VIDEO::IVideoInfoTagLoader | |
| IVideoInfoTagLoader (const CFileItem &item, ADDON::ScraperPtr info, bool lookInFolder) | |
| Constructor.  More... | |
| const CScraperUrl & | ScraperUrl () const | 
| Returns url associated with obtained URL (NFO_URL et al). | |
| const ADDON::ScraperPtr | GetAddonInfo () const | 
| Returns current scaper info. | |
| Protected Member Functions | |
| std::string | FindNFO (const CFileItem &item, bool movieFolder) const | 
| Find nfo file for item.  More... | |
| Protected Attributes | |
| std::string | m_path | 
| Path to nfo file. | |
|  Protected Attributes inherited from VIDEO::IVideoInfoTagLoader | |
| const CFileItem & | m_item | 
| Reference to item to load for. | |
| ADDON::ScraperPtr | m_info | 
| Scraper info. | |
| CScraperUrl | m_url | 
| URL for scraper. | |
Video tag loader using nfo files.
| 
 | protected | 
Find nfo file for item.
| item | The item to find NFO file for | 
| movieFolder | If true, look for movie.nfo | 
| 
 | overridevirtual | 
 1.8.13
 1.8.13