|
| CMusicAlbumInfo (const std::string &strAlbumInfo, const CScraperUrl &strAlbumURL) |
|
| CMusicAlbumInfo (const std::string &strAlbum, const std::string &strArtist, const std::string &strAlbumInfo, const CScraperUrl &strAlbumURL) |
|
bool | Loaded () const |
|
void | SetLoaded (bool bLoaded) |
|
const CAlbum & | GetAlbum () const |
|
CAlbum & | GetAlbum () |
|
void | SetAlbum (CAlbum &album) |
|
const std::string & | GetTitle2 () const |
|
void | SetTitle (const std::string &strTitle) |
|
const CScraperUrl & | GetAlbumURL () const |
|
float | GetRelevance () const |
|
void | SetRelevance (float relevance) |
|
bool | Load (XFILE::CCurlFile &http, const ADDON::ScraperPtr &scraper) |
|
|
bool | m_bLoaded = false |
|
CAlbum | m_album |
|
float | m_relevance = -1 |
|
std::string | m_strTitle2 |
|
CScraperUrl | m_albumURL |
|
The documentation for this class was generated from the following files:
- xbmc/music/infoscanner/MusicAlbumInfo.h
- xbmc/music/infoscanner/MusicAlbumInfo.cpp