[% IF descend %]
[% IF levelName %][% levelName %][% ELSIF itemobj.isPlaylist %]playlist[% ELSE %]dir[% END %]
[% text | html %]
[% IF hierarchy %][% hierarchy %][% ELSE %][% itemobj.id %][% END %]
[% ELSE %]
song
[% itemobj.title | html %]
[% itemobj.id %]
[% END %]
[% IF descend %]
[% text | html %]
[% IF levelName %]<[% levelName %]>[% text | html %][% levelName %]>[% END %]
[% ELSE %]
[% PROCESS _xml_song.html %]
[% END %]