Superb quality and spec AB-Com PULSe 4K SE. Crazy offer! Only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

Xtream Editor (XEAIO) download URL?

steveharman

New member
Joined
Mar 8, 2014
Messages
175
Reaction score
0
Points
0
Age
57
Hi, I'm trying to help with reinstalling Openvix on a Gigablue Quad 4k. The one remaining item is reinstalling the XE plugin. Every site I can find online links me to a download url which no longer exists, most commonly this one:

wget -O /tmp/install.sh "http://xeev.net/files/ipk/install3.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

Does anyone have a version 3.x of XE they can upload here (if that's permitted) or a working link to the installer script please?

Thanks
 
Code:
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
 
installation scripts for XE

###################################################### VERSION 3.3.1 ##################################################################################
# #
# If you don't know which Python version is installed on your box, you can find out in the SSH Console. The command will show you the Python version. #
# python --version #
# #
#######################################################################################################################################################

# Python Version 2.7.x (OpenATV 6.4)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/2.7.18.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.9.x (OpenATV 7.0)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.9.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.10.x (OpenATV 7.1)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.10.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.11.x (Openvix 6.3, OpenATV 7.2, OpenATV 7.3)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.12.x (OpenATV 7.4, OpenATV 7.5)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.12.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.13.x (OpenATV 7.6, OpenVix 6.8)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.13.8.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# DEB OE2.5 like DreamOS, NewNigma2
wget -O /tmp/install.sh "http://xeev.app/files/deb/install.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
 
Last edited by a moderator:
If anyone has an account/contact with the Xeaio team, can you please advise them that the plugin does not work with ATV 7.3 any more owing to AVswitch changes. Could you kindly ask them to update their plugin. I have tried version 3.29. Thanks in advance. Error is below


Extensions/XE (cannot import name 'eAVSwitch' from 'Components.AVSwitch' (/usr/lib/enigma2/python/Components/AVSwitch.pyc)))
 
If anyone has an account/contact with the Xeaio team, can you please advise them that the plugin does not work with ATV 7.3 any more owing to AVswitch changes. Could you kindly ask them to update their plugin. I have tried version 3.29. Thanks in advance. Error is below


Extensions/XE (cannot import name 'eAVSwitch' from 'Components.AVSwitch' (/usr/lib/enigma2/python/Components/AVSwitch.pyc)))

Ask ATV to do it … they are the ones that like messing with enigma
 
HI
Please which code do I use to install XE plugin on OpenATV 7.5.1?
I have Vu+...Thanks
 
HI
Please which code do I use to install XE plugin on OpenATV 7.5.1?
I have Vu+...Thanks
I have used the command on post 7 on a ViX 6.7 image which uses the same OE-A branch as ATV 7.51 and it works. It should work on ATV 7.51 too.
 

OpenViX Feeds Status

Back
Top