[% 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 %]
[% "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 %] | ![]() |