From 0087de7db6bdbeb1369f506fb6e9219c81e90370 Mon Sep 17 00:00:00 2001 From: DougMac Date: Wed, 26 Dec 2018 14:09:06 +0000 Subject: [PATCH 1/5] * [plugin] Fix issue with fixed time update schedule --- e2m3u2bouquet.py | 4 ++-- generator.html | 2 +- generator_config.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e2m3u2bouquet.py b/e2m3u2bouquet.py index d3e8f08..8ed7ebd 100644 --- a/e2m3u2bouquet.py +++ b/e2m3u2bouquet.py @@ -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 diff --git a/generator.html b/generator.html index aadde93..7c54bf4 100644 --- a/generator.html +++ b/generator.html @@ -82,7 +82,7 @@

IPTV Bouquet Install Generator

} } - 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); diff --git a/generator_config.xml b/generator_config.xml index 7bb8add..8d51e3f 100644 --- a/generator_config.xml +++ b/generator_config.xml @@ -12,7 +12,7 @@ 1 simple - + From 4a35687d7d0c0360e587dd28dedfbdcc31774a82 Mon Sep 17 00:00:00 2001 From: DougMac Date: Wed, 26 Dec 2018 14:15:17 +0000 Subject: [PATCH 2/5] Fixes --- generator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.html b/generator.html index 7c54bf4..7dc48fa 100644 --- a/generator.html +++ b/generator.html @@ -82,7 +82,7 @@

IPTV Bouquet Install Generator

} } - 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 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); From e11c1ed22ea240bfd5d3252aa3eb63a2e89f8c42 Mon Sep 17 00:00:00 2001 From: DougMac Date: Wed, 26 Dec 2018 14:17:16 +0000 Subject: [PATCH 3/5] Update generator.html --- generator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.html b/generator.html index 781982a..4a6c488 100644 --- a/generator.html +++ b/generator.html @@ -82,7 +82,7 @@

IPTV Bouquet Install Generator

} } - 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 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); From 4b54538ade64f7dba96444396f79b0b87961b9f9 Mon Sep 17 00:00:00 2001 From: DougMac Date: Wed, 26 Dec 2018 14:21:21 +0000 Subject: [PATCH 4/5] Fixes --- generator_config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator_config.xml b/generator_config.xml index 801e286..227a337 100644 --- a/generator_config.xml +++ b/generator_config.xml @@ -11,8 +11,8 @@ IPTV 1 simple - - + + From e8151d74e15e7d3324ad99fada375fd068e3a4ef Mon Sep 17 00:00:00 2001 From: DougMac Date: Wed, 26 Dec 2018 14:23:25 +0000 Subject: [PATCH 5/5] Fixes --- generator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.html b/generator.html index 4a6c488..a0e78d6 100644 --- a/generator.html +++ b/generator.html @@ -82,7 +82,7 @@

IPTV Bouquet Install Generator

} } - 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 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);