2019-11-22, 05:00 AM
Hi,
I just started playing with v5 and liked the all-in-one web UI and much improved overall performance. However, there are quite a few issues that prevents me from switching yet. One issue I want to bring up here is I couldn't find the equivalent xml file channel import function in V5 as in V4, only m3u url import is supported. This XML channel file contains the blaster information for each imported channel and it's different by channel (see a sample below). I wrote programs to generate the XML files for different IPTV sources and use "Import Channels" to import them all. I know modifying the data in SQLite DB directly is another option but it is cumbersome and not safe. so is this function gone or how can I achieve this in v5?
<Channel>
<Name>CCTV-13</Name>
<Number>1113</Number>
<ServiceType>4121</ServiceType>
<tuning>
<type>IPTV</type>
<locator>
<source>http://...</source>
<transcode>true</transcode>
<executable>IPTVPretune.bat</executable>
<args>icntv cctv/cctv-13</args>
</locator>
</tuning>
<EPGSource>XMLTV</EPGSource>
<epg>
<source>XMLTV</source>
<file>epg_icntv.xml</file>
<mapping_id>cntv_cctv13</mapping_id>
<mapping_name>CCTV-13</mapping_name>
</epg>
</Channel>
Thanks!
I just started playing with v5 and liked the all-in-one web UI and much improved overall performance. However, there are quite a few issues that prevents me from switching yet. One issue I want to bring up here is I couldn't find the equivalent xml file channel import function in V5 as in V4, only m3u url import is supported. This XML channel file contains the blaster information for each imported channel and it's different by channel (see a sample below). I wrote programs to generate the XML files for different IPTV sources and use "Import Channels" to import them all. I know modifying the data in SQLite DB directly is another option but it is cumbersome and not safe. so is this function gone or how can I achieve this in v5?
<Channel>
<Name>CCTV-13</Name>
<Number>1113</Number>
<ServiceType>4121</ServiceType>
<tuning>
<type>IPTV</type>
<locator>
<source>http://...</source>
<transcode>true</transcode>
<executable>IPTVPretune.bat</executable>
<args>icntv cctv/cctv-13</args>
</locator>
</tuning>
<EPGSource>XMLTV</EPGSource>
<epg>
<source>XMLTV</source>
<file>epg_icntv.xml</file>
<mapping_id>cntv_cctv13</mapping_id>
<mapping_name>CCTV-13</mapping_name>
</epg>
</Channel>
Thanks!