Configuration of all plugins is kept in main config.xml file.
Currently you are able to change the following options:
<SECTION NAME="xmltv">
<OPTION NAME="OUTPUT_FILE" VALUE="xmltv.xml" />
<OPTION NAME="INPUT_FILE" VALUE="xmltv_in.xml" />
<OPTION NAME="HEADER_ENCODING" VALUE="ISO-8859-1" />
<OPTION NAME="TIMEZONE" VALUE="+0100" />
<OPTION NAME="UNIQUE_CHANNEL_PREFIX" VALUE="1" />
</SECTION>
- OUTPUT_FILE - location of output file (export)
- INPUT_FILE - location of input file (import)
- HEADER_ENCODING - xml header encoding. It does not affect characters encoding! (export)
- TIMEZONE - timezone in xml file (export)
- UNIQUE_CHANNEL_PREFIX - set to 1 adds unique channel prefix to channel names in xml file (export)