|
[% itemobj.title %] |
[% role | upper | string; "COLON" | string %] | [% FOREACH contributor = contributors.sort %] [% contributor.name | html %] [% END %] |
[% "ALBUM" | string %][% "COLON" | string %] | [% itemobj.album.title %] |
[% "GENRE" | string %][% "COLON" | string %] | [% FOREACH genre = genres %] [% genre %] [% END %] |
[% "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 %] |
[% "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 %]