![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#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< CArtist > | VECARTISTS |
typedef std::vector< CArtistCredit > | VECARTISTCREDITS |
typedef std::vector< CMusicRole > | VECMUSICROLES |
Variables | |
const std::string | BLANKARTIST_FAKEMUSICBRAINZID = "Artist Tag Missing" |
const std::string | BLANKARTIST_NAME = "[Missing Tag]" |
const long | BLANKARTIST_ID = 1 |
#define ROLE_ARTIST 1 |
typedef std::vector<CArtistCredit> VECARTISTCREDITS |
typedef std::vector<CArtist> VECARTISTS |
typedef std::vector<CMusicRole> VECMUSICROLES |
const std::string BLANKARTIST_FAKEMUSICBRAINZID = "Artist Tag Missing" |
const long BLANKARTIST_ID = 1 |
const std::string BLANKARTIST_NAME = "[Missing Tag]" |