vdr plugin allows to save tv-schedule in
VDR's epg.data format. It is able to read it as well (so you could save it in another one).
Configuration of all plugins is kept in main config.xml file.
Currently you are able to change the following options:
<SECTION NAME="vdr">
<OPTION NAME="CHANNELS_CONF" VALUE="/video/channels.conf" />
<OPTION NAME="OUTPUT_FILE" VALUE="epg.data" />
<OPTION NAME="INPUT_FILE" VALUE="/video/epg.data" />
<OPTION NAME="START_EPISODE_ID" VALUE="1" />
</SECTION>
- CHANNELS_CONF - location of VDR's channels.conf file (export)
- OUTPUT_FILE - location of output epg.data file (export)
- START_EPISODE_ID - starting episode id in output epg.data file (export)
- INPUT_FILE - location of input epg.data file (import)