62 const std::string &
get_id()
const;
int load_file(const std::string &path)
Load VCD from path.
VCDPROFILETAG m_profile_tag
System profile tag.
std::string get_type_str() const
Get disk type as string.
virtual ~VcdInfo()=default
Destruct VcdInfo object.
VcdInfo()
Construct VcdInfo object.
const std::string & get_id() const
Get disk ID.
int m_number_of_cds
Number of CDs in set.
VCDPROFILETAG get_profile_tag() const
Get disk profile tag.
VCDTYPE get_type() const
Get disk type.
std::string m_id
ID of this CD.
std::string m_album_id
Album ID.
int m_cd_number
Number of this CD in set.
void clear()
Reset this object.
VCDTYPE m_type
Type of CD.
const time_t & get_file_date() const
Date of disk (of INFO.VCD or SVD)
int get_cd_number() const
Get CD number in set.
time_t m_file_date
File date.
const std::string & get_album_id() const
Get album ID.
int get_number_of_cds() const
Get number of CDs in set.
std::string m_disk_path
Path to disk.
std::string get_profile_tag_str() const
Get disk profile tag as string.