#include <stats.h>
Data Fields | |
GTimer * | timer |
unsigned | song_count |
number of song files in the music directory | |
unsigned long | song_duration |
sum of all song durations in the music directory (in seconds) | |
unsigned | artist_count |
number of distinct artist names in the music directory | |
unsigned | album_count |
number of distinct album names in the music directory |
Definition at line 27 of file stats.h.
unsigned stats::album_count |
unsigned stats::artist_count |
unsigned stats::song_count |
unsigned long stats::song_duration |
GTimer* stats::timer |