Update on E2iPlayer

Latest version in ipk format compiled from source 08/05/19

- added parser verystream.com
- add raiplay
- fix PORNfromCZECH
- fix HOME MOVIES TUBE
 

Attachments

  • enigma2-plugin-extensions-e2iplayer_20190508-r01_all.ipk.rar
    5.9 MB · Views: 51
I updated to 2019.03.23.01 a few months ago. I’ve tried updating using the method described by celticfc changing the update server to Gitlab etc but get an error saying “there is no update for the current configuration” during the obtaining server list process. Any ideas?
 
go to e2iplayer/configuration/the prefered update server change to (iptvplayer gitlab io)/ the line underneath that add update from gitlab repository (change to yes) then scroll down all the way to the bottom and go toupdate packet type and change it to (with source code) press green to save and then it will update this was said on page 15 by arkles and jigger121
 
go to e2iplayer/configuration/the prefered update server change to (iptvplayer gitlab io)/ the line underneath that add update from gitlab repository (change to yes) then scroll down all the way to the bottom and go toupdate packet type and change it to (with source code) press green to save and then it will update this was said on page 15 by arkles and jigger121
Thanks that worked. On Celticfc instructions on page 24 it states to have packet type set to precompiled.
 
go to e2iplayer/configuration/the prefered update server change to (iptvplayer gitlab io)/ the line underneath that add update from gitlab repository (change to yes) then scroll down all the way to the bottom and go toupdate packet type and change it to (with source code) press green to save and then it will update this was said on page 15 by arkles and jigger121
watchseries not loading after i updated this way ?
 
Same for me, but I mostly use gowatchseries, series/ thewatch gives all the latest episodes for all tv shows.
 
Last edited:
Yeah think some people have dropped lucky and managed to get it to work albeit i think someone posted the search function was not working on watch series etc.
 
Think you have to replace thewatchseries.py file. Go back along this thread and someone has uploaded it.
I haven't tested this. Thanks to XV Mods

Hey guys, for anyone who used swatchseries and now cannot due to the domain being removed can use this fix. hostthewatchseriesto.py

Drag the file into /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/hosts and replace the existing.

will try it again later
 
i think every time you update it you have to replace thewatchseries.py file but if you have a vpn use it and watch series works
 
hi Ive done an update with the green arrow but now ive lost the e2iplayer im on open atv 6.2 and im getting warning message some plugins are not available extensions/IPTVPlyer (invalid syntax (iptvhosting.,py,line 99. I have up loaded ipk but still not installing
 
hi Ive done an update with the green arrow but now ive lost the e2iplayer im on open atv 6.2 and im getting warning message some plugins are not available extensions/IPTVPlyer (invalid syntax (iptvhosting.,py,line 99. I have up loaded ipk but still not installing
Same after following the the option to use sourcecode instead of precompiled
 
Same after following the the option to use sourcecode instead of precompiled

Try downloading the attached zip file and send .py to /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/tools and replace the existing .py and reboot box.

I don't know how to make commits on gitpab yet but if anyone does line 99 needs changing to

Code:
self.PREDEFINED_HOSTS['italian']          = ['youtube','mediasetplay','filmpertutti','altadefinizione01','tantifilmorg','filmstreamhdit','dailymotion','vimeo','twitchtv','hitboxtv','playrtsiw','altadefinizione','streaminghdfun','guardaserie','raiplay','dplayit']
 

Attachments

  • iptvhostgroups.py.zip
    4.5 KB · Views: 31
Last edited:
Try downloading the attached zip file and send .py to /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer/tools and replace the existing .py and reboot box.

I don't know how to make commits on gitpab yet but if anyone does line 99 needs changing to

Code:
self.PREDEFINED_HOSTS['italian']          = ['youtube','mediasetplay','filmpertutti','altadefinizione01','tantifilmorg','filmstreamhdit','dailymotion','vimeo','twitchtv','hitboxtv','playrtsiw','altadefinizione','streaminghdfun','guardaserie','raiplay','dplayit']
I managed to update it in gitlab aswel as bump version so if you update it should show: 2019.05.12.01
 
I managed to update it in gitlab aswel as bump version so if you update it should show: 2019.05.12.01
I lost the e2iplayer completely when I tried the update via the green arrow, and it would not install the last ipk for it, but I had an older ipk, and that installed, I done what you advised but I have the older version of 2018 12 16 03 and it will not update via the green arrow, I have changed to the advised settings to allow the update via github, however in settings it will not give me the option to turn on UPDATE under the github address, but its working well.... thank you for your help
 
I lost the e2iplayer completely when I tried the update via the green arrow, and it would not install the last ipk for it, but I had an older ipk, and that installed, I done what you advised but I have the older version of 2018 12 16 03 and it will not update via the green arrow, I have changed to the advised settings to allow the update via github, however in settings it will not give me the option to turn on UPDATE under the github address, but its working well.... thank you for your help
Since the news that SSS was not going to support E2i player, I have never added any ipk or fix. I have gone to plugins pressed red and deleted the player, rebooted and pressed green and Installed it and every time I get a new version, the present May one has all the ones I use series9 series watch, watch series and Solar
 
New test installer script you can copy and paste the command below in terminal on openwebif or putty

Code:
mkdir -p /usr/script && wget -O /usr/script/e2iplayer.sh 'https://raw.githubusercontent.com/davesayers2014/plugins/master/e2iptvinstaller.sh' && chmod +x /usr/script/e2iplayer.sh && sh /usr/script/e2iplayer.sh

This should download latest e2iplayer folder from gitlab, it also downloads a sh file to usr/script so you can run it in ViX Script Runner or ATV job manager in future updates.

Users using my h2h backup should be able to update e2iplayer via menu, ZeggyHelpScripts and choose Update Plugins
 
Last edited:
New test installer script you can copy and paste the command below in terminal on openwebif or putty

Code:
wget -O /usr/script/e2iplayer.sh https://raw.githubusercontent.com/davesayers2014/plugins/master/e2iptvinstaller.sh && chmod +x /usr/script/e2iplayer.sh && sh /usr/script/e2iplayer.sh

This should download latest e2iplayer folder from gitlab, it also downloads a sh file to usr/script so you can run it in ViX Script Runner or ATV job manager in future updates.

Users using my h2h backup should be able to update e2iplayer via menu, ZeggyHelpScripts and choose Update Plugins
Hi Im getting this............
wget -O /usr/script/e2iplayer.sh https://raw.githubusercontent.com/davesayers2014/plugins/master/e2iptvinstaller.sh && chmod +x /usr/script/e2iplayer.sh && sh /usr/script/e2iplayer.sh No Such File or directory
Thanks
 
Back
Top