[%# Page songinfo.html %] [% pagetitle = BLOCK %] [%- playermodel | string %] : [% "SONG_INFO" | string -%] [%- END -%] [%- pageicon = 'MUSIC' -%] [%- PROCESS pageheader.html -%] [%- PROCESS menu.html -%]
PLAY    ADD

[% "SONG_INFO" | string %] [% "FOR" | string %] [% title %]

[% IF coverart %]
[% END %] [% IF artist %] [% END %] [% IF composer %] [% END %] [% IF conductor %] [% END %] [% IF album %] [% END %] [% IF genre %] [% END %] [% IF track %] [% END %] [% IF duration %] [% END %] [% IF year %] [% END %] [% IF comment %] [% END %] [% IF filelength %] [% END %] [% IF bitrate %] [% END %] [% IF tagversion %] [% END %]
[% "TITLE" | string %][% "COLON" | string %] [% title %]
[% "ARTIST" | string %][% "COLON" | string %] [% artist %]
[% "COMPOSER" | string %][% "COLON" | string %] [% composer %]
[% "CONDUCTOR" | string %][% "COLON" | string %] [% conductor %]
[% "ALBUM" | string %][% "COLON" | string %] [% album %]
[% "GENRE" | string %][% "COLON" | string %] [% genre %]
[% "TRACK" | string %][% "COLON" | string %] [% track %]
[% "LENGTH" | string %][% "COLON" | string %] [% duration %]
[% "YEAR" | string %][% "COLON" | string %] [% year %]
[% "COMMENT" | string %][% "COLON" | string %] [% comment %]
[% "FILELENGTH" | string %][% "COLON" | string %] [% filelength %] [% "BYTES" | string %]
[% "BITRATE" | string %][% "COLON" | string %] [% bitrate %]
[% "TAGVERSION" | string %][% "COLON" | string %] [% tagversion %]
[% PROCESS pagefooter.html %] [%# /Page songinfo.html %]