20 #ifndef MPD_DATABASE_STATS_HXX
21 #define MPD_DATABASE_STATS_HXX
48 total_duration = total_duration.zero();
49 artist_count = album_count = 0;
std::chrono::duration< std::uint64_t, SongTime::period > total_duration
Total duration of all songs (in seconds).
unsigned album_count
Number of distinct album names.
unsigned artist_count
Number of distinct artist names.
unsigned song_count
Number of songs.