Suls Config File Generator

I have a beta of a config generating bash file for SULS IPTV
https://github.com/stingray82/e2m3u2bouquet-tools

https://raw.githubusercontent.com/stingray82/e2m3u2bouquet-tools/master/e2m3u-Config-Setup.sh

Details are below, comments and suggestions welcome
e2m3u2bouquet config generator (V0.01)
A helpful script for people who use a single provider or are testing channel lists and using suls will ask questions on the following and generate the appropriate config file

  • Username
  • Password
  • Domain & Port (I.e domain.com:6829)
  • IPTV Player type i.e (1, 4097, 5001, 5002)
  • VOD Player type i.e (1, 4097, 5001, 5002)
Run the script - Run in Terminal or Putty
wget 'https://raw.githubusercontent.com/stingray82/e2m3u2bouquet-tools/master/e2m3u-Config-Setup.sh' -O '/var/volatile/tmp/config.sh' && chmod 777 /var/volatile/tmp/config.sh && sed -i 's/\r$//' /var/volatile/tmp/config.sh && /var/volatile/tmp/config.sh

Answer the questions and it will generate your config file
 
Back
Top