Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Music info

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::vector< CSongVECSONGS
 A vector of CSong objects, used for CMusicDatabase.
 
typedef std::map< std::string, VECSONGSMAPSONGS
 A map of a vector of CSong objects key by filename, used for CMusicDatabase.
 
typedef std::vector< CGenreVECGENRES
 A vector of std::string objects, used for CMusicDatabase.
 

Detailed Description

Elements used in my music

Typedef Documentation

◆ MAPSONGS

typedef std::map<std::string, VECSONGS> MAPSONGS

A map of a vector of CSong objects key by filename, used for CMusicDatabase.

◆ VECGENRES

typedef std::vector<CGenre> VECGENRES

A vector of std::string objects, used for CMusicDatabase.

See also
CMusicDatabase

◆ VECSONGS

typedef std::vector<CSong> VECSONGS

A vector of CSong objects, used for CMusicDatabase.

See also
CMusicDatabase