#include <Artist.h>
§ 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
§ MergeScrapedArtist()
void CArtist::MergeScrapedArtist |
( |
const CArtist & |
source, |
|
|
bool |
override = true |
|
) |
| |
§ operator<()
bool CArtist::operator< |
( |
const CArtist & |
a | ) |
const |
|
inline |
§ Reset()
§ Save()
bool CArtist::Save |
( |
TiXmlNode * |
node, |
|
|
const std::string & |
tag, |
|
|
const std::string & |
strPath |
|
) |
| |
§ SetDateAdded()
void CArtist::SetDateAdded |
( |
const std::string & |
strDateAdded | ) |
|
§ art
std::map<std::string, std::string> CArtist::art |
§ bScrapedMBID
bool CArtist::bScrapedMBID = false |
§ dateAdded
§ discography
std::vector<std::pair<std::string,std::string> > CArtist::discography |
§ fanart
§ genre
std::vector<std::string> CArtist::genre |
§ idArtist
long CArtist::idArtist = -1 |
§ instruments
std::vector<std::string> CArtist::instruments |
§ moods
std::vector<std::string> CArtist::moods |
§ strArtist
std::string CArtist::strArtist |
§ strBiography
std::string CArtist::strBiography |
§ strBorn
std::string CArtist::strBorn |
§ strDied
std::string CArtist::strDied |
§ strDisambiguation
std::string CArtist::strDisambiguation |
§ strDisbanded
std::string CArtist::strDisbanded |
§ strFormed
std::string CArtist::strFormed |
§ strGender
std::string CArtist::strGender |
§ strLastScraped
std::string CArtist::strLastScraped |
§ strMusicBrainzArtistID
std::string CArtist::strMusicBrainzArtistID |
§ strPath
std::string CArtist::strPath |
§ strSortName
std::string CArtist::strSortName |
§ strType
std::string CArtist::strType |
§ styles
std::vector<std::string> CArtist::styles |
§ thumbURL
§ yearsActive
std::vector<std::string> CArtist::yearsActive |
The documentation for this class was generated from the following files: