[% UNLESS ajaxRequest %] [% IF refresh; refreshurl = "url=status.html?start=$start&refresh=1"; END %] [% pagetitle = "NOW_PLAYING" | string %] [% PROCESS pageheader.html %]
[% IF currentsong %]
[% IF modeplay %][% "PLAYING" | string %][% END %]
[% IF modepause %][% "PAUSED_ON" | string %][% END %]
[% IF modestop %][% "STOPPED_ON" | string %][% END %]
[% currentsong %] [% "OUT_OF" | string %] [% songcount %]
([% "DELETE" | string %])
[% ELSE %]
|
|
[% "TITLE" | string %][% "COLON" | string %] | [% songtitle %] |
[% "ARTIST" | string %][% "COLON" | string %] | [% PROCESS artistsAsHTML.html noby=1 notarget=1 %] |
[% "ALBUM" | string %][% "COLON" | string %] | [% itemobj.album.title | html %] [% IF itemobj.year %] ([% itemobj.year %])[% END %] |
[% PROCESS statusImg %] | |
![]() |
[% "VOLUME" | string %][% "COLON" | string %] | [% PROCESS volumecontrol.html notext='1' discreteonly='1' %] |
[% "MUTE" | string %][% "COLON" | string %] | [% IF mute %][% ELSE %][% END %][% "MCON" | string %][% IF mute %][% ELSE %][% END %] [% IF mute %][% ELSE %][% END %][% "MCOFF" | string %][% IF mute %][% ELSE %][% END %] |
[% "REPEAT" | string %][% "COLON" | string %] | [% PROCESS statecontrol.html state='repeat' modes=[ 'MCOFF', 'MCONE', 'MCALL' ] %] |
[% "SHUFFLE" | string %][% "COLON" | string %] | [% PROCESS statecontrol.html state='shuffle' modes=[ 'MCOFF', 'SONGS', 'ALBUMS' ] %] |
[% "POWER" | string %][% "COLON" | string %] | [% IF mode != 'off' %][% END %][% "MCON" | string %][% IF mode != 'off' %][% END %] [% IF mode == 'off' %][% END %][% "MCOFF" | string %][% IF mode == 'off' %][% END %] |