Advertisement
Guest User

IPTV Settings e2m3u2bouquets

a guest
Jan 26th, 2019
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 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>IPTV-Vader</name><!-- Supplier Name -->
  12. <enabled>1</enabled><!-- Enable or disable the supplier (0 or 1) -->
  13. <settingslevel>expert</settingslevel>
  14. <m3uurl><![CDATA[http://vaders.tv/vget?username=MYUSERNAME&password=MYPASSWORD&format=ts]]></m3uurl><!-- Extended M3U url -->
  15. <epgurl><![CDATA[http://vaders.tv/p2.xml.gz]]></epgurl><!-- XMLTV EPG url -->
  16. <username><![CDATA[]]></username><!-- (Optional) will replace USERNAME placeholder in urls -->
  17. <password><![CDATA[]]></password><!-- (Optional) will replace PASSWORD placeholder in urls -->
  18. <providerupdate><![CDATA[]]></providerupdate><!-- (Optional) Provider update url -->
  19. <iptvtypes>0</iptvtypes><!-- Change all TV streams to IPTV type (0 or 1) -->
  20. <streamtypetv></streamtypetv><!-- (Optional) Custom TV stream type (e.g. 1, 4097, 5001 or 5002 -->
  21. <streamtypevod></streamtypevod><!-- (Optional) Custom VOD stream type (e.g. 4097, 5001 or 5002 -->
  22. <multivod>0</multivod><!-- Split VOD into seperate categories (0 or 1) -->
  23. <allbouquet>0</allbouquet><!-- Create all channels bouquet (0 or 1) -->
  24. <picons>0</picons><!-- Automatically download Picons (0 or 1) -->
  25. <xcludesref>1</xcludesref><!-- Disable service ref overriding from override.xml file (0 or 1) -->
  26. <bouqueturl><![CDATA[]]></bouqueturl><!-- (Optional) url to download providers bouquet - to map custom service references -->
  27. <bouquetdownload>0</bouquetdownload><!-- Download providers bouquet (uses default url) must have username and password set above - to map custom service references -->
  28. <bouquettop>0</bouquettop><!-- Place IPTV bouquets at top (0 or 1) -->
  29. </supplier>
  30. <supplier>
  31. <name>IPTV-Apollo</name><!-- Supplier Name -->
  32. <enabled>1</enabled><!-- Enable or disable the supplier (0 or 1) -->
  33. <settingslevel>simple</settingslevel>
  34. <m3uurl><![CDATA[http://api.vpnmate.com/channelslist/?email=MYEMAILADDRESS&password=MYPASSWORD&type=m3u_plus&output=ts]]></m3uurl><!-- Extended M3U url -->
  35. <epgurl><![CDATA[]]></epgurl><!-- XMLTV EPG url -->
  36. <username><![CDATA[]]></username><!-- (Optional) will replace USERNAME placeholder in urls -->
  37. <password><![CDATA[]]></password><!-- (Optional) will replace PASSWORD placeholder in urls -->
  38. <providerupdate><![CDATA[]]></providerupdate><!-- (Optional) Provider update url -->
  39. <iptvtypes>1</iptvtypes><!-- Change all TV streams to IPTV type (0 or 1) -->
  40. <streamtypetv></streamtypetv><!-- (Optional) Custom TV stream type (e.g. 1, 4097, 5001 or 5002 -->
  41. <streamtypevod></streamtypevod><!-- (Optional) Custom VOD stream type (e.g. 4097, 5001 or 5002 -->
  42. <multivod>0</multivod><!-- Split VOD into seperate categories (0 or 1) -->
  43. <allbouquet>0</allbouquet><!-- Create all channels bouquet (0 or 1) -->
  44. <picons>0</picons><!-- Automatically download Picons (0 or 1) -->
  45. <xcludesref>1</xcludesref><!-- Disable service ref overriding from override.xml file (0 or 1) -->
  46. <bouqueturl><![CDATA[]]></bouqueturl><!-- (Optional) url to download providers bouquet - to map custom service references -->
  47. <bouquetdownload>0</bouquetdownload><!-- Download providers bouquet (uses default url) must have username and password set above - to map custom service references -->
  48. <bouquettop>0</bouquettop><!-- Place IPTV bouquets at top (0 or 1) -->
  49. </supplier>
  50. </config>
  51.  
  52.  
  53. <!--
  54. @DougMac here is a link to the IPTV settings from Apollo
  55. https://apollogroup.tv/installing-perfect-player-and-other-iptv-players/
  56. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement