[% pagetitle = 'SongInfo' %] [% pageicon = 'SongInfo' %] [% PROCESS pageheader.html %]
[% "HOME" | string %] / [% "SONG_INFO" | string %] [% "FOR" | string %] [% itemobj.title | html %]


[% "PLAY_THIS_SONG" | string %]

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

[% FOREACH role = itemobj.contributorRoles.sort %] [% contributors = itemobj.contributorsOfType(role) %] [% IF contributors %] [% END %] [% END %] [% IF itemobj.album %] [% END %] [% genres = itemobj.genres %] [% IF genres %] [% END %] [% IF itemobj.disc %] [% END %] [% IF itemobj.tracknum %] [% END %] [% IF itemobj.album.compilation %] [% END %] [% IF itemobj.content_type %] [% END %] [% IF itemobj.duration %] [% END %] [% IF itemobj.replay_gain.defined %] [% END %] [% IF itemobj.album.replay_gain.defined %] [% END %] [% IF itemobj.year %] [% END %] [% IF comment %] [% END %] [% IF itemobj.lyrics %] [% END %] [% IF filelength %] [% END %] [% IF itemobj.bitrate %] [% END %] [% IF itemobj.samplerate %] [% END %] [% IF itemobj.bpm %] [% END %] [% IF itemobj.tagversion %] [% END %] [% IF itemobj.path %] [% END %] [% IF itemobj.modificationTime %] [% END %] [% IF itemobj.drm %] [% END %] [% IF itemobj.coverArt('cover', 1) %] [% END %]
[% "TITLE" | string; "COLON" | string %] [% itemobj.title | html %]
[% 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 | html %]
[% "GENRE" | string; "COLON" | string %] [% FOREACH genre = genres %] [% genre.name | html %] [% END %]
[% "DISC" | string; "COLON" | string %] [% itemobj.disc | html %]
[% "TRACK" | string; "COLON" | string %] [% itemobj.tracknum | html %]
[% "COMPILATION" | string; "COLON" | string %] [% "YES" | string %]
[% "TYPE" | string; "COLON" | string %] [% itemobj.content_type | string %]
[% "LENGTH" | string; "COLON" | string %] [% itemobj.duration | html %]
[% "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
[% "YEAR" | string; "COLON" | string %] [% itemobj.year| html %]
[% "COMMENT" | string; "COLON" | string %] [% comment %]
[% "LYRICS" | string; "COLON" | string %] [% itemobj.lyrics | html %]
[% "FILELENGTH" | string; "COLON" | string %] [% filelength | html %] [% "BYTES" | string %]
[% "BITRATE" | string; "COLON" | string %] [% itemobj.bitrate | html %]
[% "SAMPLERATE" | string; "COLON" | string %] [% itemobj.prettySampleRate | html %]
[% "BPM" | string; "COLON" | string %] [% itemobj.bpm | html %]
[% "TAGVERSION" | string; "COLON" | string %] [% itemobj.tagversion | html %]
[% "LOCATION" | string; "COLON" | string %] [% itemobj.path | unuri | utf8decode | html %] ([% "DOWNLOAD" | string %])
[% "MODTIME" | string; "COLON" | string %] [% itemobj.modificationTime | html %]
[% "NOTE" | string %] [% "DRM" | string %]
[% "COVERART" | string; "COLON" | string %]