|
|
bool | operator< (const CArtist &a) const |
| |
|
void | MergeScrapedArtist (const CArtist &source, bool override=true) |
| |
|
void | Reset () |
| |
| bool | Load (const TiXmlElement *element, bool append=false, bool prioritise=false) |
| | Load artist information from an XML file. See CVideoInfoTag::Load for a description of the types of elements we load. More...
|
| |
|
bool | Save (TiXmlNode *node, const std::string &tag, const std::string &strPath) |
| |
|
void | SetDateAdded (const std::string &strDateAdded) |
| |
|
void | SetDateUpdated (const std::string &strDateUpdated) |
| |
|
void | SetDateNew (const std::string &strDateNew) |
| |
|
|
int | idArtist = -1 |
| |
|
std::string | strArtist |
| |
|
std::string | strSortName |
| |
|
std::string | strMusicBrainzArtistID |
| |
|
std::string | strType |
| |
|
std::string | strGender |
| |
|
std::string | strDisambiguation |
| |
|
std::vector< std::string > | genre |
| |
|
std::string | strBiography |
| |
|
std::vector< std::string > | styles |
| |
|
std::vector< std::string > | moods |
| |
|
std::vector< std::string > | instruments |
| |
|
std::string | strBorn |
| |
|
std::string | strFormed |
| |
|
std::string | strDied |
| |
|
std::string | strDisbanded |
| |
|
std::vector< std::string > | yearsActive |
| |
|
std::string | strPath |
| |
|
CScraperUrl | thumbURL |
| |
|
std::map< std::string, std::string > | art |
| |
|
std::vector< CDiscoAlbum > | discography |
| |
|
CDateTime | dateAdded |
| |
|
CDateTime | dateUpdated |
| |
|
CDateTime | dateNew |
| |
|
bool | bScrapedMBID = false |
| |
|
std::string | strLastScraped |
| |
|
std::vector< ArtistVideoLinks > | videolinks |
| |
◆ Load()
| bool CArtist::Load |
( |
const TiXmlElement * |
element, |
|
|
bool |
append = false, |
|
|
bool |
prioritise = false |
|
) |
| |
Load artist information from an XML file. See CVideoInfoTag::Load for a description of the types of elements we load.
- Parameters
-
| element | the root XML element to parse. |
| append | whether information should be added to the existing tag, or whether it should be reset first. |
| prioritise | if appending, whether additive tags should be prioritised (i.e. replace or prepend) over existing values. Defaults to false. |
- See also
- CVideoInfoTag::Load
The documentation for this class was generated from the following files:
- xbmc/music/Artist.h
- xbmc/music/Artist.cpp