Page 1 of 1

Music Stats display more info

PostPosted: Sat Mar 02, 2013 4:07 pm
by pir8radio
The code that generates the media stats..... Is there any way to get stats on specific folders or file types? for example i would like to display: 300 Movies

Here is the original Code:
<fmt:message key="left.statistics">
<fmt:param value="${model.statistics.artistCount}"/>
<fmt:param value="${model.statistics.albumCount}"/>
<fmt:param value="${model.statistics.songCount}"/>
<fmt:param value="${model.bytes}"/>
<fmt:param value="${model.hours}"/>
</fmt:message>

Here is what is displayed:
8,239 artists
31,031 albums
116,997 songs
855.34 GB
7,945 hours

Re: Music Stats display more info

PostPosted: Mon Mar 04, 2013 3:54 pm
by pir8radio
are there any additional stats i can pull that are not listed in the above post?