The Channel Table
The channel table contains the numbers, names and urls of the channels
available in the TV application.
Channel Table
The cfg.media.channeltable setting is written in text format, as a
semicolon separated list of channels, with one channel on each
row. The format on each row is as follows:
<channel_number>;<channel_name>;<url>;
The <channel_number> is mapped to the number keys of the
remote control.
Fields may be left empty, but the correct number of semicolons must
be present.
Channel Table example
The name of this file in the evaluation configuration is
channeltable.txt.
The example below is a valid file:
1;Channel1;224.5.7.10:5000;
2;Test channel;224.5.7.11:10000;
3;Channel3;230.1.2.3:12345;
|