[% IF query %] [%# Add the search query to each link if available %] [% searchquery = 'query=' _ query _ '&' %] [% END %] [% FILTER null %] [% pwd_list = []; FOREACH crumb IN crumb; crumbItem = BLOCK %] [% crumb.name %] [% END %] [% pwd_list.push(crumbItem) %] [% END %] [% END # filter -%] [% PROCESS header.html clink="4" %]
[%- IF hasPagebar ; PROCESS pagebar ; END %] [% "RADIO" | string %] / [% PROCESS crumblist %] /
[% IF msg %]

[% msg %]

[% END %] [% IF streaminfo %] [% IF streaminfo.item.image %] [% END %] [% IF streaminfo.item.subtitle %] [% END %] [% IF streaminfo.item.pubdate %] [% END %] [% IF streaminfo.item.url %] [% END %] [% IF streaminfo.item.description %] [% END %] [% IF streaminfo.item.summary %] [% END %] [% IF streaminfo.item.link %] [% END %] [% IF streaminfo.item.enclosure %] [% END %] [% IF streaminfo.item.duration %] [% END %] [% IF streaminfo.item.explicit %] [% END %] [% IF streaminfo.item.bitrate %] [% END %] [% IF streaminfo.item.listeners %] [% END %] [% IF streaminfo.item.current_track %] [% END %] [% IF streaminfo.item.genre %] [% END %] [% IF streaminfo.item.source %] [% END %]
[% "TITLE" | string; "COLON" | string %] [% (streaminfo.item.name || streaminfo.item.title) | html %]
[% "XML_SUBTITLE" | string; "COLON" | string %] [% streaminfo.item.subtitle | html %]
[% "XML_DATE" | string; "COLON" | string %] [% streaminfo.item.pubdate | html %]
[% "URL" | string; "COLON" | string %] [% streaminfo.item.url | html %]
[% "DESCRIPTION" | string; "COLON" | string %] [% streaminfo.item.description | html %]
[% "XML_SUMMARY" | string; "COLON" | string %] [% streaminfo.item.summary | html %]
[% "XML_LINK" | string; "COLON" | string %] [% streaminfo.item.link | html %]
[% "XML_ENCLOSURE" | string; "COLON" | string %] [% streaminfo.item.enclosure.url | html %]
[% FILTER format('%.2f'); streaminfo.item.enclosure.length / 1048576; END %] MB
[% "LENGTH" | string; "COLON" | string %] [% streaminfo.item.duration | html %]
[% "XML_EXPLICIT" | string; "COLON" | string %] [% streaminfo.item.explicit | html %]
[% "BITRATE" | string; "COLON" | string %] [% streaminfo.item.bitrate | html %] [% "KBPS" | string %]
[% "NUMBER_OF_LISTENERS" | string; "COLON" | string %] [% streaminfo.item.listeners | html %]
[% "NOW_PLAYING" | string; "COLON" | string %] [% streaminfo.item.current_track | html %]
[% "GENRE" | string; "COLON" | string %] [% streaminfo.item.genre | html %]
[% "SOURCE" | string; "COLON" | string %] [% streaminfo.item.source | html %]
[% IF streaminfo.item.enclosure || streaminfo.item.url %]
[%'ADD'|string%][%'PLAY'|string%]
[% END %] [% END %] [% IF search %]

[% END %] [%- IF items -%] [% IF itemsHaveAudio %] [% END %] [%- FOREACH item = items %] [%- END -%]
[%'ADD'|string%][%'PLAY'|string%] [% "ALL_SONGS" | string %]
[% IF item.type == 'audio' || item.enclosure %] [%'ADD'|string%][%'PLAY'|string%] [% ELSE %] Next [% END %] [% item.name || item.title %]
[% END %]