[% PROCESS customheader.html %]
[% "PLAY_THIS_SONG" | string %]
[% FILTER nbsp %][% "ADD_THIS_SONG_TO_PLAYLIST" | string %][% END %]
|
[% itemobj.title %] |
[% role | upper | string; "COLON" | string %] | [% contributorsHTML = [] %] [% FOREACH contributor = contributors.sort %] [% contributorHTMLFrag = "$contributor.name" %] [% contributorsHTML.push(contributorHTMLFrag) %] [% END %] [% contributorsHTML.join(', ') %] |
[% "ALBUM" | string; "COLON" | string %] | [% itemobj.album.title %] |
[% "GENRE" | string; "COLON" | string %] | [% FOREACH genre = genres %] [% genre.name | html %] [% END %] |
[% "DISC" | string; "COLON" | string %] | [% itemobj.disc | html %] |
[% "TRACK" | string; "COLON" | string %] | [% itemobj.tracknum %] |
[% "COMPILATION" | string; "COLON" | string %] | [% "YES" | string %] |
[% "TYPE" | string; "COLON" | string %] | [% itemobj.content_type | string %] |
[% "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 %] |
[% "BPM" | string; "COLON" | string %] | [% itemobj.bpm %] |
[% "TAGVERSION" | string; "COLON" | string %] | [% itemobj.tagversion %] |
[% "MODTIME" | string; "COLON" | string %] | [% itemobj.modificationTime | html %] |
[% "NOTE" | string %] | [% "DRM" | string %] |
[% "LOCATION" | string; "COLON" | string %] | [% itemobj.path | unuri | utf8decode | html %] ([% "DOWNLOAD" | string %]) |
[% "COVERART" | string; "COLON" | string -%] |
![]() |