[% pagetitle = 'PLUGIN_TRACKSTAT' | string; pageicon = 'PLUGIN_TRACKSTAT' %]
[% IF pluginTrackStatMaxRating==10 %]
[% PROCESS plugins/TrackStat/css10scale %]
[% ELSE %]
[% PROCESS plugins/TrackStat/css %]
[% END %]
[% PROCESS plugins/TrackStat/controls %]
[% PROCESS plugins/TrackStat/listitems %]
[%- pwd_list = BLOCK -%]/
[% "PLUGIN_TRACKSTAT" | string %]
[% FOREACH group IN pluginTrackStatStatisticContext %]
[% IF group.trackstat_statistic_enabled %]
/ [% group.name %]
[% END %]
[% END %]
[% END -%]
[%- pageHeaderInfo = BLOCK %]
[% IF track != '' %]
[% "NOW_PLAYING" | string %]:
[% track %]
[% END %]
[% END -%]
[% PROCESS pageheader.html %]
[% IF refresh > 0 %]
[% END %]
[% IF playing == 'true' %]
[%# Reload status and playlist to reflect any new mixes %]
[% 'NOW_PLAYING' | string %] |
[% 'PLUGIN_TRACKSTAT_TRACK' | string %] |
[% track %] |
[% 'PLUGIN_TRACKSTAT_RATING' | string %] |
[% loop = 0 %]
[% WHILE loop < pluginTrackStatMaxRating %]
[% loop = loop + 1 %]
[% IF loop <= rating %]
[% ELSE %]
[% END %]
[% END %]
|
|
 |
 |
[% 'PLUGIN_TRACKSTAT_PLAY_COUNT' | string %] |
[% playCount %] |
[% 'PLUGIN_TRACKSTAT_LAST_PLAYED' | string %] |
[% lastPlayed %] |
[% ELSE %]
[% END %]
|
|
[% IF songlist != '' %]
[% songlist %] [% "PLUGIN_TRACKSTAT_SHOW_ALL_STATISTICS" | string %]
[% IF pluginTrackStatShowGroupRatingControls and player!='' %]
[% pluginTrackStatGroupRatingNumber %]
[% loop = 0 %]
[% WHILE loop < pluginTrackStatMaxRating %]
[% loop = loop + 1 %]
[% IF loop <= pluginTrackStatGroupRating %]
![[% loop %] [% loop %]]([% webroot %]plugins/TrackStat/html/images/star.gif)
[% ELSE %]
![[% loop %] [% loop %]]([% webroot %]plugins/TrackStat/html/images/empty.gif)
[% END %]
[% END %]

[% ELSIF pluginTrackStatShowGroupRatingView or (player=='' and pluginTrackStatShowGroupRatingControls) %]
[% pluginTrackStatGroupRatingNumber %]
[% loop = 0 %]
[% WHILE loop < pluginTrackStatMaxRating %]
[% loop = loop + 1 %]
[% IF loop <= pluginTrackStatGroupRating %]
![[% pluginTrackStatGroupRatingNumber %] [% loop %]]([% webroot %]plugins/TrackStat/html/images/star_noborder.gif)
[% END %]
[% END %]
[% END %]
[% WRAPPER playlink noTarget=1 %]href="[% webroot %][% path %]?player=[% player | uri %][% statisticparameters %]&trackstatcmd=play"[% END %]
[% WRAPPER addlink noTarget=1 %]href="[% webroot %][% path %]?player=[% player | uri %][% statisticparameters %]&trackstatcmd=add"[% END %]
[% IF dynamicplaylist %]
[% "PLUGIN_TRACKSTAT_DYNAMICPLAYLIST_LINK" | string %]
[% END %]
[% WRAPPER contentcontainer %]
[% odd = 1 %]
[% FOREACH item = browse_items %]
[% BLOCK controls %]
[% PROCESS statisticitemcontrols %]
[% END %]
[%- WRAPPER contentitem controls='controls' %]
[% IF item.listtype == 'track' %]
[% PROCESS trackstatlistitem %]
[% ELSIF item.listtype == 'album' %]
[% PROCESS trackstatlistitem %]
[% IF substatisticitems.size>0 %]
(
[% END %]
[% FOREACH statisticlink = substatisticitems %]
[% statisticlink.name %]
[% END %]
[% IF substatisticitems.size>0 %]
)
[% END %]
[% ELSIF item.listtype == 'artist' %]
[% PROCESS trackstatlistitem %]
[% IF substatisticitems.size>0 %]
(
[% END %]
[% FOREACH statisticlink = substatisticitems %]
[% statisticlink.name %]
[% END %]
[% IF substatisticitems.size>0 %]
)
[% END %]
[% ELSIF item.listtype == 'genre' %]
[% PROCESS trackstatlistitem %]
[% IF substatisticitems.size>0 %]
(
[% END %]
[% FOREACH statisticlink = substatisticitems %]
[% statisticlink.name %]
[% END %]
[% IF substatisticitems.size>0 %]
)
[% END %]
[% ELSIF item.listtype == 'year' %]
[% PROCESS trackstatlistitem %]
[% IF substatisticitems.size>0 %]
(
[% END %]
[% FOREACH statisticlink = substatisticitems %]
[% statisticlink.name %]
[% END %]
[% IF substatisticitems.size>0 %]
)
[% END %]
[% ELSIF item.listtype == 'playlist' %]
[% PROCESS trackstatlistitem %]
[% IF substatisticitems.size>0 %]
(
[% END %]
[% FOREACH statisticlink = substatisticitems %]
[% statisticlink.name %]
[% END %]
[% IF substatisticitems.size>0 %]
)
[% END %]
[% END %]
[% END %]
[% odd = (not odd) %]
[% END %]
[% IF !browse_items %]
[% "PLUGIN_TRACKSTAT_NOMATCHINGITEMS" | string %]
[% END %]
[% END %]
[% END %]
([% "PLUGIN_TRACKSTAT" | string %] [% pluginTrackStatVersion %]) |
[% PROCESS pagefooter.html %]