2019-01-08, 09:23 PM
Is there a way to share EPG from one channel to a different channel? I tried cloning the channel.epg node but it didn't work, are there any workarounds. Example below as Channel 4 HD is NOT on OTA EPG:-
original channel.epg node in Channel 4 HD replaced by
replaced by channel.epg node from Channel 4 SD
original channel.epg node in Channel 4 HD replaced by
Code:
<Channel>
<Name>Channel 4 HD</Name>
<Number>104</Number>
<ServiceType>25</ServiceType>
<tuning>
<type>DVB-S</type>
<locator>
<frequency>11126</frequency>
<polarity>V</polarity>
<symbol_rate>22000</symbol_rate>
<fec>56</fec>
<diseqc_type>1</diseqc_type>
<lnb>1</lnb>
<lowosc>9750</lowosc>
<highosc>10600</highosc>
<switch>11700</switch>
<modulation>QPSK</modulation>
</locator>
<service_id>21200</service_id>
<tsid>2068</tsid>
<onid>2</onid>
<service_type>25</service_type>
<provider>BSkyB</provider>
</tuning>
<EPGSource>DVB/ATSC EPG</EPGSource>
<epg>
<source>DVB/ATSC EPG</source>
<capture_source>20</capture_source>
<readable_source>9213:2041:2 Channel 4</readable_source>
<mapping>9213:2041:2</mapping>
</epg>
</Channel>
replaced by channel.epg node from Channel 4 SD
Code:
<Channel>
<Name>Channel 4</Name>
<Number>120</Number>
<ServiceType>1</ServiceType>
<tuning>
<type>DVB-S</type>
<locator>
<frequency>10714</frequency>
<polarity>H</polarity>
<symbol_rate>22000</symbol_rate>
<fec>56</fec>
<diseqc_type>1</diseqc_type>
<lnb>1</lnb>
<lowosc>9750</lowosc>
<highosc>10600</highosc>
<switch>11700</switch>
<modulation>QPSK</modulation>
</locator>
<service_id>9213</service_id>
<tsid>2041</tsid>
<onid>2</onid>
<service_type>1</service_type>
<provider>BSkyB</provider>
</tuning>
<EPGSource>DVB/ATSC EPG</EPGSource>
<epg>
<source>DVB/ATSC EPG</source>
<capture_source>20</capture_source>
<readable_source>9213:2041:2 Channel 4</readable_source>
<mapping>9213:2041:2</mapping>
</epg>
</Channel>