[% IF item.currentsong %][% END %]
[% IF item.currentsong %]
[% ELSE %]
[% END %]
[% item.title | html %]
[% IF item.includeAlbum && item.album.defined && item.album != noAlbum %]
[% stringFROM %]
[% IF item.album_id %]
[% item.album | html %]
[% ELSE; item.album; END %]
[% END %]
[% IF item.includeArtist;
IF item.artistsWithAttributes && item.artistsWithAttributes.0.name != noArtist;
PROCESS artistsAsHTML.html;
ELSIF item.artist && item.artist != noArtist;
stringBY;
" ";
item.artist;
END;
END %]
[%# remote_title is for radio streams %]
[% IF item.remote_title %]
[% item.remote_title | html %]
[% END %]