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 <vector>

Classes

class  ADDON::CScraperError
 
class  ADDON::CScraper
 

Namespaces

namespace  MUSIC_GRABBER
 
namespace  XFILE
 
namespace  ADDON
 

Typedefs

typedef std::shared_ptr< CScraperADDON::ScraperPtr
 

Enumerations

enum  CONTENT_TYPE {
  CONTENT_MOVIES , CONTENT_TVSHOWS , CONTENT_MUSICVIDEOS , CONTENT_ALBUMS ,
  CONTENT_ARTISTS , CONTENT_NONE
}
 

Functions

std::string ADDON::TranslateContent (const CONTENT_TYPE &type, bool pretty)
 
CONTENT_TYPE ADDON::TranslateContent (const std::string &string)
 
AddonType ADDON::ScraperTypeFromContent (const CONTENT_TYPE &content)
 

Enumeration Type Documentation

◆ CONTENT_TYPE

Enumerator
CONTENT_MOVIES 
CONTENT_TVSHOWS 
CONTENT_MUSICVIDEOS 
CONTENT_ALBUMS 
CONTENT_ARTISTS 
CONTENT_NONE