Here is the DVBLink channel export tool for v2 version of DVBLink. It supports ini and xml file formats for transponder output file(s).
Usage: DVBLinkMediaPortalChannelExport.exe [-ini] [-xml] [-h]
when -xml is specified (default) then output file is generated in xml format
when -ini is specified then output file is generated in ini format
-h prints help message
Xml format is used for MediaPortal integration.
Ini format is used for DVBViewer integration. Ini file format should be also understood by a majority of DVB applications.
You need to install DVBLink Server and one or more of the DVBLink products and configure them as described in the installation manual (please skip channel synchronization with MediaCenter part).
Once executed, this utility generates two types of files:
- one ini and/or xml file per each active DVBLink tuner with the list of actually used trasnponders.
- satellites_dvblink.xml, containing description of DVBLink satellites.
If you are using MediaPortal:
You need to copy produced xml files to your Transponders folder of MediaPortal.
Then you need to open produced satellites_dvblink.xml file in a text editor and merge its content with satellites.xml file in Transponder directory of MediaPortal. In other words - just copy and paste each <satellite name="... line into satellites.xml file at the end of the file, but before </satellites> tag.
Then open MediaPortal and all DVBLink satellites should appear in the satellite list. Select them for appropriate DVBLink tuners and scan the transponders.
If you are using DVBViewer:
You need to copy produced ini files to your Transponders folder of DVBViewer installation.
Then open DVBViewer, select Channel menu -> Channel scan and all DVBLink satellites should appear in the satellite drop down list. Select them for appropriate DVBLink tuners and scan the transponders.
Zip files also contains source code of this tool. It shows how to get list of DVBLink tuners, channels and their properties. This can be used as example for integrations with other DVB applications.
