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

Classes

class  CDiscoAlbum
 
struct  ArtistVideoLinks
 
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 int BLANKARTIST_ID = 1
 
const std::string VARIOUSARTISTS_MBID = "89ad4ac3-39f7-470e-963a-56509c546377"
 

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 int BLANKARTIST_ID = 1

◆ BLANKARTIST_NAME

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

◆ VARIOUSARTISTS_MBID

const std::string VARIOUSARTISTS_MBID = "89ad4ac3-39f7-470e-963a-56509c546377"