[% IF songInfoPlayLinks; songInfoPlayLinks; END %]
[% item = (streaminfo.item.name || streaminfo.item.title) | html; title = "TITLE"; PROCESS songInfoItem %]
[% IF streaminfo.item.url %]
[% item = BLOCK %]
[% streaminfo.item.url | html %][% END %]
[% PROCESS songInfoItem title = "URL" %]
[% END %]
[% IF streaminfo.item.bitrate %]
[% item = BLOCK %][% streaminfo.item.bitrate | html %] [% "KBPS" | string %][% END %]
[% PROCESS songInfoItem title = "BITRATE" %]
[% END %]
[% IF streaminfo.item.subtitle %]
[% item = streaminfo.item.subtitle | html; title = "XML_SUBTITLE"; PROCESS songInfoItem %]
[% END %]
[% IF streaminfo.item.pubdate %]
[% item = streaminfo.item.pubdate | html; title = "XML_DATE"; PROCESS songInfoItem %]
[% END %]
[% IF streaminfo.item.description %]
[% item = streaminfo.item.description | html; title = "DESCRIPTION"; PROCESS songInfoItem %]
[% END %]
[% IF streaminfo.item.summary %]
[% item = streaminfo.item.summary | html; title = "XML_SUMMARY"; PROCESS songInfoItem %]
[% END %]
[% IF streaminfo.item.link %]
[% item = BLOCK %]