Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
struct | ArtForThumbLoader |
A structure used for fetching music art data. More... | |
class | CMusicDatabase |
Class to store and read tag information. More... | |
class | CGenre |
Class to store and read album information from CMusicDatabase. More... | |
class | CSong |
Class to store and read song information from CMusicDatabase. More... | |
Typedefs | |
typedef std::set< std::string > | SETPATHS |
A set of std::string objects, used for CMusicDatabase. | |
typedef std::set< std::string >::iterator | ISETPATHS |
The SETPATHS iterator. | |
typedef std::vector< CSong > | VECSONGS |
A vector of CSong objects, used for CMusicDatabase. | |
typedef std::map< std::string, VECSONGS > | MAPSONGS |
A map of a vector of CSong objects key by filename, used for CMusicDatabase. | |
typedef std::vector< CGenre > | VECGENRES |
A vector of std::string objects, used for CMusicDatabase. | |
Elements used in my music
typedef std::set<std::string>::iterator ISETPATHS |
The SETPATHS iterator.
A map of a vector of CSong objects key by filename, used for CMusicDatabase.
typedef std::set<std::string> SETPATHS |
A set of std::string objects, used for CMusicDatabase.
A vector of std::string objects, used for CMusicDatabase.
A vector of CSong objects, used for CMusicDatabase.