Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
The following table contains values that can be set with class AudioDecoderInfoTag :
Name | Type | Set call | Get call |
---|---|---|---|
Title | std::string | SetTitle | GetTitle |
Artist | std::string | SetArtist | GetArtist |
Album | std::string | SetAlbum | GetAlbum |
Album artist | std::string | SetAlbumArtist | GetAlbumArtist |
Media type | std::string | SetMediaType | GetMediaType |
Genre | std::string | SetGenre | GetGenre |
Duration | int | SetDuration | GetDuration |
Track number | int | SetTrack | GetTrack |
Disc number | int | SetDisc | GetDisc |
Disc subtitle name | std::string | SetDiscSubtitle | GetDiscSubtitle |
Disc total amount | int | SetDiscTotal | GetDiscTotal |
Release date | std::string | SetReleaseDate | GetReleaseDate |
Lyrics | std::string | SetLyrics | GetLyrics |
Samplerate | int | SetSamplerate | GetSamplerate |
Channels amount | int | SetChannels | GetChannels |
Bitrate | int | SetBitrate | GetBitrate |
Comment text | std::string | SetComment | GetComment |
Cover art by path | std::string | SetCoverArtByPath | GetCoverArtByPath |
Cover art by memory | std::string | SetCoverArtByMem | GetCoverArtByMem |