var fDesc=new Array(); fDesc[0] = "MediaPortal TV Server supports web streams as channels, this plugin presents a list of available Radio channels which are streamed over the internet and allows users to select which ones to import as Radio channels.

The included countries are listed at the end of this page. Adding additional countries is easy, simply create a plugin compliant xml file and drop it into %ProgramData%\Team MediaPortal\MediaPortal TV Server\WebRadio and it will be picked up the next time you run the plugin.

Contact the plugin owner (Cheezey) to get other country xml files included in the plugin distribution."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }