xbmc
|
Public Member Functions | |
EPISODE (int Season=-1, int Episode=-1, int Subepisode=0, bool Folder=false) | |
bool | operator== (const struct EPISODE &rhs) const |
Public Attributes | |
bool | isFolder |
int | iSeason |
int | iEpisode |
int | iSubepisode |
std::string | strPath |
std::string | strTitle |
CDateTime | cDate |
CScraperUrl | cScraperUrl |
std::shared_ptr< CFileItem > | item |