[% PROCESS header.html pwd="yes" %]
| [% "TITLE" | string %][% "COLON" | string %] | [% itemobj.title | html %] |
| [% role | upper | string %][% "COLON" | string %] | [% FOREACH contributor = contributors.sort %] [% contributor.name | html %] [% END %] |
| [% "ALBUM" | string %] | [% itemobj.album.title | html %] |
| [% "GENRE" | string %][% "COLON" | string %] | [% FOREACH genre = genres %] [% genre.name | html %] [% END %] |
| [% "TRACK" | string %][% "COLON" | string %] | [% itemobj.tracknum | html %] |
| [% "LENGTH" | string %][% "COLON" | string %] | [% itemobj.duration | html %] |
| [% "YEAR" | string %][% "COLON" | string %] | [% itemobj.year | html %] |
| [% "COMMENT" | string %][% "COLON" | string %] | [% comment %] |
| [% "FILELENGTH" | string %][% "COLON" | string %] | [% filelength | html %] [% "BYTES" | string %] |
| [% "BITRATE" | string %][% "COLON" | string %] | [% itemobj.bitrate | html %] |
| [% "TAGVERSION" | string %][% "COLON" | string %] | [% itemobj.tagversion | html %] |
| [% "TYPE" | string %][% "COLON" | string %] | [% itemobj.content_type | string %] |
| [% "LOCATION" | string %][% "COLON" | string %] | [% itemobj.path | html %] |
| [% "MODTIME" | string %][% "COLON" | string %] | [% itemobj.modificationTime | html %] |
|
|