Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Scraper.h File Reference
#include "XBDateTime.h"
#include "addons/Addon.h"
#include "utils/ScraperParser.h"
#include "utils/ScraperUrl.h"
#include "video/Episode.h"
#include <memory>
#include <string>
#include <string_view>
#include <vector>
#include <fmt/format.h>

Classes

class  ADDON::CScraperError
 
class  ADDON::CScraper
 
struct  ADDON::CScraper::StringHash
 
struct  fmt::formatter< ADDON::ContentType >
 

Namespaces

namespace  MUSIC_GRABBER
 
namespace  XFILE
 
namespace  ADDON
 

Typedefs

using ADDON::ScraperPtr = std::shared_ptr< CScraper >
 

Enumerations

enum class  ADDON::ContentType {
  ADDON::MOVIES , ADDON::TVSHOWS , ADDON::MUSICVIDEOS , ADDON::ALBUMS ,
  ADDON::ARTISTS , ADDON::NONE
}
 

Functions

std::string ADDON::TranslateContent (ContentType type, bool pretty)
 
ContentType ADDON::TranslateContent (std::string_view string)
 
AddonType ADDON::ScraperTypeFromContent (ContentType content)