Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Features

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.

 

The plugin does not do anything in the normal operation of the TV Server, it is a simple facility to allow you to browse and import Radio channels. The plugin does not allow you to view or edit these channels, use the existing channel editing facility under the Radio Channels section of TV Server setup.

 

Forum thread.

Usage

Launch TV Server configuration and enable the Web Radio Importer plugin.

 

Select the country file to use.

 

 

Browse the available radio stations and select which stream(s) to add. (Multiple streams can be provided for a station, they usually differ in audio quality or streaming format.)

Select whether you want to edit each channel name as it is imported.

Click the Import Channels button.

 

 

That's it!

 

XML Format

XML format is quite simple, see the example below.

Each station element has have 4 mandatory attributres, name, location, genre and url1 and a further 9 optional attributes, url2, url3, url4, url5, url6, url7, url8, url9 and url10.

The plugin will ignore empty url_x attributes._

 

<webradio>
  <country name="Uk" >
    <station name="BBC World Service"
             location="London"
             genre="International news/features"
             url1="http://www.bbc.co.uk/worldservice/meta/tx/nb/live/eneuk.ram"
             url2="mms://livewmstream-ws.bbc.co.uk.edgestreams.net/reflector:43021"
             url3="http://www.bbc.co.uk/worldservice/meta/tx/nb/live/eneuk.pls" />
  </country>
</webradio>

 

Currently included countries

  • Albania
  • Andorra
  • Armenia
  • Austria
  • Belarus
  • Belgium
  • Bosnia
  • Bulgaria
  • Croatia
  • Cyprus
  • Czech-Republic
  • Denmark
  • Estonia
  • Faroe
  • Finland
  • France
  • Georgia
  • Germany
  • Gibraltar
  • Greece
  • Hungary
  • Iceland
  • Ireland
  • Italy
  • Latvia
  • Liechtenstein
  • Lithuania
  • Luxembourg
  • Macedonia
  • Malta
  • Moldova
  • Monaco
  • Montenegro
  • Netherlands
  • Norway
  • Poland
  • Portugal
  • Romania
  • Russia
  • San-Marino
  • Serbia
  • Slovakia
  • Slovenia
  • Spain
  • Sweden
  • Switzerland
  • Turkey
  • UK
  • Ukraine
  • Vatican

   

 

This page has no comments.