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
