Skip to content

Commit

Permalink
Merge pull request #82 from su1s/0.8-updates-dm
Browse files Browse the repository at this point in the history
0.8 updates dm
  • Loading branch information
DougMac authored Dec 26, 2018
2 parents 4eaa733 + e8151d7 commit 0663af4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions e2m3u2bouquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
from argparse import RawDescriptionHelpFormatter

__all__ = []
__version__ = '0.8.1'
__version__ = '0.8.2'
__date__ = '2017-06-04'
__updated__ = '2018-12-10'
__updated__ = '2018-12-26'

DEBUG = 0
TESTRUN = 0
Expand Down
2 changes: 1 addition & 1 deletion generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>IPTV Bouquet Install Generator</h1>
}
}

var installcmd = "wget -O /tmp/config.xml \"https://raw.githubusercontent.com/su1s/e2m3u2bouquet/master/generator_config.xml\" && sed -i 's#hhhhh#myhost#g' /tmp/config.xml && sed -i 's/uuuuu/myusername/g' /tmp/config.xml && sed -i 's/ppppp/mypassword/g' /tmp/config.xml && opkg install --force-reinstall \"https://github.com/su1s/e2m3u2bouquet/releases/download/v0.8.1/enigma2-plugin-extensions-e2m3u2bouquet_0.8.1_all.ipk\" && reboot";
var installcmd = "wget -O /tmp/config.xml \"https://raw.githubusercontent.com/su1s/e2m3u2bouquet/master/generator_config.xml\" && sed -i 's#hhhhh#myhost#g' /tmp/config.xml && sed -i 's/uuuuu/myusername/g' /tmp/config.xml && sed -i 's/ppppp/mypassword/g' /tmp/config.xml && opkg install --force-reinstall \"https://github.com/su1s/e2m3u2bouquet/releases/download/v0.8.2/enigma2-plugin-extensions-e2m3u2bouquet_0.8.2_all.ipk\" && reboot";
var button = document.getElementById('generate');
button.addEventListener('click', onClick);
</script>
Expand Down
2 changes: 1 addition & 1 deletion generator_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<enabled>1</enabled><!-- Enable or disable the supplier (0 or 1) -->
<settingslevel>simple</settingslevel>
<m3uurl><![CDATA[hhhhh/get.php?username=USERNAME&password=PASSWORD&type=m3u_plus&output=ts]]></m3uurl><!-- Extended M3U url -->
<epgurl><![CDATA[hhhhh/xmltv.php?username=USERNAME&password=PASSWORD]]></epgurl><!-- XMLTV EPG url -->
<epgurl><![CDATA[hhhhh/xmltv.php?username=USERNAME&password=PASSWORD&next_days=7]]></epgurl><!-- XMLTV EPG url -->
<username><![CDATA[uuuuu]]></username><!-- (Optional) will replace USERNAME placeholder in urls -->
<password><![CDATA[ppppp]]></password><!-- (Optional) will replace PASSWORD placeholder in urls -->
<providerupdate><![CDATA[]]></providerupdate><!-- (Optional) Provider update url -->
Expand Down

0 comments on commit 0663af4

Please sign in to comment.