Here is an image of the EPG Import sources before IPTV Bouquet Maker channel list update.
image 1
217783500df4d02fe0a4d0.png
Here is an image of updating my channel list with IPTV Bouquet Maker.
Image 2
c595da29df9a.png
Here is an image of the EPG Import sources after the IPTV Bouquet Maker channel update.
Image 3
66f851273ed7865c843fb47e3.png
This is the EPG Import source file after the IPTV Bouquet Maker channel update. See how it has changed from the file I showed in post #4. The EPG URL's are gone now. IPTV Bouquet Maker writes over the source file in EPG Import.
<sources>
<sourcecat sourcecatname="IPTV Bouquet Maker - E2m3u2bouquet">
<source type="gen_xmltv" nocheck="1" channels="/etc/epgimport/suls_iptv_f2v_channels.xml">
<description>f2v</description>
<url><![CDATA[]]></url>
</source>
</sourcecat>
</sources>
This is my IPTV Bouquet Maker config file located in /etc/enigma2/e2m3u2bouquet. This file doesn't have an EPG URL. I can only enter 1 EPG URL but I need to enter 5 as per my suls_iptv_f2v.sources.xml" file shown in post #4.
<config>
<supplier>
<name>F2V</name><!-- Supplier Name -->
<enabled>1</enabled><!-- Enable or disable the supplier (0 or 1) -->
<settingslevel>expert</settingslevel>
<m3uurl><![CDATA[https://raw.githubusercontent.…ee2ViewTV-2020-Remote.m3u]]></m3uurl><!-- Extended M3U url -->
<epgurl><![CDATA[]]></epgurl><!-- XMLTV EPG url -->
<username><![CDATA[]]></username><!-- (Optional) will replace USERNAME placeholder in urls -->
<password><![CDATA[]]></password><!-- (Optional) will replace PASSWORD placeholder in urls -->
<providerupdate><![CDATA[]]></providerupdate><!-- (Optional) Provider update url -->
<providerhideurls>0</providerhideurls><!-- (Optional) Hide Provider urls in plugin -->
<iptvtypes>1</iptvtypes><!-- Change all TV streams to IPTV type (0 or 1) -->
<streamtypetv>4097</streamtypetv><!-- (Optional) Custom TV stream type (e.g. 1, 4097, 5001 or 5002 -->
<streamtypevod>4097</streamtypevod><!-- (Optional) Custom VOD stream type (e.g. 4097, 5001 or 5002 -->
<multivod>0</multivod><!-- Split VOD into seperate categories (0 or 1) -->
<allbouquet>1</allbouquet><!-- Create all channels bouquet (0 or 1) -->
<picons>0</picons><!-- Automatically download Picons (0 or 1) -->
<iconpath></iconpath><!-- Location to store picons) -->
<xcludesref>0</xcludesref><!-- Disable service ref overriding from override.xml file (0 or 1) -->
<bouqueturl><![CDATA[]]></bouqueturl><!-- (Optional) url to download providers bouquet - to map custom service references -->
<bouquetdownload>0</bouquetdownload><!-- Download providers bouquet (uses default url) must have username and password set above - to map custom service references -->
<bouquettop>0</bouquettop><!-- Place IPTV bouquets at top (0 or 1) -->
<lastproviderupdate>0</lastproviderupdate><!-- Internal use -->
</supplier>
</config>
My challenge is finding a way to prevent IPTV Bouquet Maker from writing over the EPG Import sources or to find a way to enter EPG URL's in my IPTV Bouquets Maker config.xml file so that my EPG Import sources remains the same as shown in image 1.