|
myMPD
Internal API documentation
|

Data Fields | |
| char * | uri |
| First song uri, used to fetch AlbumArt. | |
| struct t_album_tag_value | tags [MPD_TAG_COUNT] |
| Tag values (same struct as it is for mpd_song) | |
| unsigned | total_time |
| Total disc playtime. | |
| unsigned | disc_count |
| Number of discs. | |
| unsigned | song_count |
| Number of songs. | |
| time_t | last_modified |
| Latest last-modified time of all songs in this album. | |
| time_t | added |
| Earliest added time of all songs in this album. | |
| bool | unknown |
| Marker for unknown album. | |
Structure representing an album. The values are inherited / copied from mpd songs.