aboutsummaryrefslogtreecommitdiff
path: root/src/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stats.h')
-rw-r--r--src/stats.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stats.h b/src/stats.h
index 143ee004..0c82cb16 100644
--- a/src/stats.h
+++ b/src/stats.h
@@ -30,6 +30,12 @@ struct stats {
/** sum of all song durations in the music directory (in
seconds) */
unsigned long song_duration;
+
+ /** number of distinct artist names in the music directory */
+ unsigned artist_count;
+
+ /** number of distinct album names in the music directory */
+ unsigned album_count;
};
extern struct stats stats;