Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
Artist.h File Reference
#include <map>
#include <string>
#include <utility>
#include <vector>
#include "utils/StringUtils.h"
#include "utils/Fanart.h"
#include "utils/ScraperUrl.h"
#include "XBDateTime.h"

Classes

class  CArtist
 
class  CArtistCredit
 
class  CMusicRole
 

Macros

#define ROLE_ARTIST   1
 

Typedefs

typedef std::vector< CArtistVECARTISTS
 
typedef std::vector< CArtistCreditVECARTISTCREDITS
 
typedef std::vector< CMusicRoleVECMUSICROLES
 

Variables

const std::string BLANKARTIST_FAKEMUSICBRAINZID = "Artist Tag Missing"
 
const std::string BLANKARTIST_NAME = "[Missing Tag]"
 
const long BLANKARTIST_ID = 1
 

Macro Definition Documentation

◆ ROLE_ARTIST

#define ROLE_ARTIST   1

Typedef Documentation

◆ VECARTISTCREDITS

typedef std::vector<CArtistCredit> VECARTISTCREDITS

◆ VECARTISTS

typedef std::vector<CArtist> VECARTISTS

◆ VECMUSICROLES

typedef std::vector<CMusicRole> VECMUSICROLES

Variable Documentation

◆ BLANKARTIST_FAKEMUSICBRAINZID

const std::string BLANKARTIST_FAKEMUSICBRAINZID = "Artist Tag Missing"

◆ BLANKARTIST_ID

const long BLANKARTIST_ID = 1

◆ BLANKARTIST_NAME

const std::string BLANKARTIST_NAME = "[Missing Tag]"