Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#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< 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 int | BLANKARTIST_ID = 1 |
const std::string | VARIOUSARTISTS_MBID = "89ad4ac3-39f7-470e-963a-56509c546377" |
#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 int BLANKARTIST_ID = 1 |
const std::string BLANKARTIST_NAME = "[Missing Tag]" |
const std::string VARIOUSARTISTS_MBID = "89ad4ac3-39f7-470e-963a-56509c546377" |