Back

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

[% "PLAY_THIS_SONG" | string %]

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

[% FOREACH role = track.contributorRoles.sort %] [% contributors = track.contributorsOfType(role) %] [% IF contributors %] [% END %] [% END %] [% IF track.album %] [% END %] [% genres = track.genres %] [% IF genres %] [% END %] [% IF track.album.disc %] [% END %] [% IF track.tracknum %] [% END %] [% IF track.content_type %] [% END %] [% IF track.duration %] [% END %] [% IF track.year %] [% END %] [% IF comment %] [% END %] [% IF filelength %] [% END %] [% IF track.bitrate %] [% END %] [% IF track.bpm %] [% END %] [% IF track.tagversion %] [% END %] [% IF track.modificationTime %] [% END %] [% IF track.drm %] [% END %]
[% "TITLE" | string; "COLON" | string %] [% track.title %]
[% role | upper | string; "COLON" | string %] [% FOREACH contributor = contributors.sort %] [% contributor.name | html %] [% END %]
[% "ALBUM" | string; "COLON" | string %] [% track.album.title %]
[% "GENRE" | string; "COLON" | string %] [% FOREACH genre = genres %] [% genre.name | html %] [% END %]
[% "DISC" | string; "COLON" | string %] [% track.album.disc | html %]
[% "TRACK" | string; "COLON" | string %] [% track.tracknum %]
[% "TYPE" | string; "COLON" | string %] [% track.content_type | string %]
[% "LENGTH" | string; "COLON" | string %] [% track.duration %]
[% "YEAR" | string; "COLON" | string %] [% track.year %]
[% "COMMENT" | string; "COLON" | string %] [% comment %]
[% "FILELENGTH" | string; "COLON" | string %] [% filelength %] [% "BYTES" | string %]
[% "BITRATE" | string; "COLON" | string %] [% track.bitrate %]
[% "BPM" | string; "COLON" | string %] [% track.bpm %]
[% "TAGVERSION" | string; "COLON" | string %] [% track.tagversion %]
[% "MODTIME" | string; "COLON" | string %] [% track.modificationTime | html %]
[% "NOTE" | string %] [% "DRM" | string %]
[% IF track.path %]
[% "LOCATION" | string; "COLON" | string %]  [% track.path | unuri | utf8on | html %] ([% "DOWNLOAD" | string %])
[% END %] [% IF track.coverArt('cover', 1) %]
[% "COVERART" | string; "COLON" | string %]
(click image for full size)
[% END %]