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


[% FOREACH role = itemobj.contributorRoles.sort %] [% contributors = itemobj.contributorsOfType(role) %] [% IF contributors %] [% contributorsHTML = [] %] [% END %] [% END %] [% IF itemobj.album %] [% END %] [% IF itemobj.genres %][% genresHTML = [] %] [% END %] [% IF itemobj.tracknum %] [% END %] [% IF itemobj.duration %] [% END %] [% IF itemobj.year %] [% END %] [% IF itemobj.replay_gain.defined %] [% END %] [% IF itemobj.album.replay_gain.defined %] [% END %] [% IF comment %] [% END %] [% IF itemobj.lyrics %] [% END %] [% IF filelength %] [% END %] [% IF itemobj.bitrate %] [% IF itemobj.samplerate %] [% END %] [% END %] [% IF itemobj.tagversion %] [% END %] [% IF itemobj.url %] [% END %]
[% "TITLE" | string %][% "COLON" | string %] [% itemobj.title %]
[% role | upper | string; "COLON" | string %][% FOREACH contributor = contributors %] [% contributorHTMLFrag = "$contributor.name" %] [% contributorsHTML.push(contributorHTMLFrag) %] [% END %] [% contributorsHTML.join(', ') %]
[% "ALBUM" | string %][% "COLON" | string %] [% itemobj.album.title %]
[% "GENRE" | string %][% "COLON" | string %] [% FOREACH genre = itemobj.genres %] [% genreHTMLFrag = "$genre.name" %] [% genresHTML.push(genreHTMLFrag) %] [% END %] [% genresHTML.join(', ') %]
[% "TRACK" | string %][% "COLON" | string %] [% itemobj.tracknum %]
[% "LENGTH" | string %][% "COLON" | string %] [% itemobj.duration %]
[% "YEAR" | string %][% "COLON" | string %] [% itemobj.year %]
[% "REPLAYGAIN" | string; "COLON" | string %] [% itemobj.replay_gain | format('%2.2f') | html %] dB
[% "ALBUMREPLAYGAIN" | string; "COLON" | string %] [% itemobj.album.replay_gain | format('%2.2f') | html %] dB
[% "COMMENT" | string %][% "COLON" | string %] [% comment %]
[% "LYRICS" | string %][% "COLON" | string %] [% itemobj.lyrics | html_line_break | html_para %]
[% "FILELENGTH" | string %][% "COLON" | string %] [% filelength %] [% "BYTES" | string %]
[% "BITRATE" | string %][% "COLON" | string %] [% itemobj.bitrate %]
[% "SAMPLERATE" | string; "COLON" | string %] [% itemobj.prettySampleRate | html %]
[% "TAGVERSION" | string %][% "COLON" | string %] [% itemobj.tagversion %]
URL[% "COLON" | string %] [% itemobj.path | unuri | utf8decode | html %] ([% "DOWNLOAD" | string %])

[% "PLAY_THIS_SONG" | string %] [% FILTER nbsp %][% "ADD_THIS_SONG_TO_PLAYLIST" | string %][% END %]