11 #include "IVideoInfoTagLoader.h"    12 #include "video/VideoInfoTag.h"    33                                std::vector<EmbeddedArt>* = 
nullptr) 
override;
    35   inline std::unique_ptr<std::map<std::string, std::string>>& GetArt()
    40   std::unique_ptr<CVideoInfoTag> m_tag;
    41   std::unique_ptr<std::map<std::string, std::string>> m_art;
 CInfoScanner::INFO_TYPE Load(CVideoInfoTag &tag, bool prioritise, std::vector< EmbeddedArt > *=nullptr) override
Load "tag" from plugin. 
Definition: VideoTagLoaderPlugin.cpp:37
bool HasInfo() const override
Returns whether or not read has info. 
Definition: VideoTagLoaderPlugin.cpp:32
Base class for video tag loaders. 
Definition: IVideoInfoTagLoader.h:25
Video tag loader from plugin source. 
Definition: VideoTagLoaderPlugin.h:20
Definition: VideoInfoTag.h:53
Represents a file on a share. 
Definition: FileItem.h:102
INFO_TYPE
Definition: InfoScanner.h:37