Advertisement
giannix

config.xml

Mar 31st, 2025 (edited)
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.27 KB | None | 0 0
  1. <!--
  2.  E2m3u2bouquet supplier config file
  3.  Add as many suppliers as required
  4.  this config file will be used and the relevant bouquets set up for all suppliers entered
  5.  0 = No/False
  6.  1 = Yes/True
  7.  For elements with <![CDATA[]] enter value between empty brackets e.g. <![CDATA[mypassword]]>
  8. -->
  9. <config>
  10.   <supplier>
  11.     <name>privo</name><!-- Supplier Name -->
  12.     <enabled>1</enabled><!-- Enable or disable the supplier (0 or 1) -->
  13.     <settingslevel>expert</settingslevel>
  14.     <m3uurl><![CDATA[http://suka.new2024.co:80/get.php?username=USERNAME&password=PASSWORD&type=m3u_plus&output=ts]]></m3uurl><!-- Extended M3U url -->
  15.     <epgurl><![CDATA[http://suka.new2024.co:80/xmltv.php?username=USERNAME&password=PASSWORD&next_days=7]]></epgurl><!-- XMLTV EPG url -->
  16.     <username><![CDATA[uuuuu]]></username><!-- (Optional) will replace USERNAME placeholder in urls -->
  17.     <password><![CDATA[ppppp]]></password><!-- (Optional) will replace PASSWORD placeh
  18.    <providerupdate><![CDATA[]]></providerupdate><!-- (Optional) Provider update url -->
  19.     <providerhideurls>0</providerhideurls><!-- (Optional) Hide Provider urls in plugin -->
  20.     <iptvtypes>0</iptvtypes><!-- Change all TV streams to IPTV type (0 or 1) -->
  21.     <streamtypetv>4097</streamtypetv><!-- (Optional) Custom TV stream type (e.g. 1, 4097, 5001 or 5002 -->
  22.     <streamtypevod>4097</streamtypevod><!-- (Optional) Custom VOD stream type (e.g. 4097, 5001 or 5002 -->
  23.     <multivod>1</multivod><!-- Split VOD into seperate categories (0 or 1) -->
  24.     <allbouquet>0</allbouquet><!-- Create all channels bouquet (0 or 1) -->
  25.     <picons>0</picons><!-- Automatically download Picons (0 or 1) -->
  26.     <iconpath></iconpath><!-- Location to store picons) -->
  27.     <xcludesref>0</xcludesref><!-- Disable service ref overriding from override.xml file (0 or 1) -->
  28.     <bouqueturl><![CDATA[]]></bouqueturl><!-- (Optional) url to download providers bouquet - to map custom service references -->
  29.     <bouquetdownload>1</bouquetdownload><!-- Download providers bouquet (uses default url) must have username and password set above - to map custom service references -->
  30.     <bouquettop>0</bouquettop><!-- Place IPTV bouquets at top (0 or 1) -->
  31.     <lastproviderupdate>0</lastproviderupdate><!-- Internal use -->
  32.   </supplier>
  33. </config>
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement