|
|
[% playermodel _ "_MUSIC_PLAYER" | string %] [% IF player_name %][% player_name | html %][% END %] |
[% IF player_chooser_list %] [% END %] [% IF modeplay; "PLAYING" | string; END %] [% IF modepause; "PAUSED_ON" | string; END %] [% IF modestop; "STOPPED_ON" | string; END %] [% IF currentsong; currentsong; " "; "OUT_OF" | string; " "; songcount; END %][% "COLON" | string %] [% songtitle %] [% IF album; "FROM" | string; END %] [% itemobj.album.title | html %] [% IF includeArtist; PROCESS artistsAsHTML.html; END %] [% IF songcount %] ([% "DELETE" | string %]) [% END %] [% IF not songcount; "NOTHING" | string; END %][% "PREV" | string %] [% "SKIP" | string %] [% IF modeplay %][% END %] [% "PLAY" | string %][% IF modeplay %][% END %] [% IF modepause %][% END %][% "PAUSE" | string %][% IF modepause %][% END %] [% IF modestop %][% END %][% "STOP" | string %][% IF modestop %][% END %] [% PROCESS statecontrol.html state='repeat' modes=['off','one','all'] activeon='' activeoff='' activelink='1' %] [% PROCESS statecontrol.html state='shuffle' modes=['off','songs','albums'] activeon='' activeoff='' activelink='1' %] [% IF coverThumb %] ![]() [% PROCESS volumecontrol.html activeon='' activeoff='' %] [% playlist %] |