XStreamity v.4.33
Uptade / 21.01.2023
Amended displayed series data
(er... well basically I fixed it, as I had commented out 2 lines of code - obviously while testing something - which meant all the data was broken)
Github Repository - Git is updated as soon as a release is bug free and stable
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.PHP Code:https://github.com/kiddac
Also we test most code on multiple images and boxes. Modifications might work on your setup, but may crash other peoples.
Start a new thread if need be quoting it is a mod and what images/box it is has been tested on.
This plugin does not contain any playlists or channels. All IPTV playlists need to be sourced by user.
IPTV is perfectly legal - IPTV providers/playlists that contain unscrambled encrpyted channels are illegal. User is responsible for any downloaded playlist content.
We do not discuss IPTV providers on this forum.
I don't recommend, promote or have an affiliation with any provider. Questions regarding IPTV providers will be ignored/deleted.
Do not post IPTV provider names, provider URLs, provider IP addresses, or screenshots that identify providers in this thread.
Check any posted crash logs do not contain any of your provider, username & password details.
It is recommend you use a VPN with any IPTV plugin. VPN use is not the topic of this thread.
X-Streamity should be compatible with all images and boxes.
If any of your providers urls start with https:// you will need the epgimport.py hack to view EPG for these providers.
Later OE-Alliance builds have this https amend already so the hack isn't required for and recent and updated oe-alliance images.
Using the epgimport.py hack for http:// is not required but can still be added if desired.
Copy the epgimport.py file over to
/usr/lib/enigma2/python/Plugins/Extensions/EPGImport
and restart your gui.
Installation
XStreamity is available in lots of image feeds under plugins / download plugins / extensions. The 100% latest version can always be found on post 1 of this thread. Feeds are sometimes a little behind.
How to manually install .ipk on OE-Alliance images via telnet
To manually install, copy ipk to tmp folder
then telnet/ putty
opkg install /tmp/*.ipk
How to manually install .deb on DreamOS via telnet
To manually install, copy ipk to tmp folder
then telnet/ putty
dpkg -i /tmp/*.deb
apt-get update
apt-get install -f
press Y key to finish installation when asked
Dependencies
In the majority of cases the plugin will automatically install all the required dependencies required for xstreamity.
Rarely this fails and the user will need to ensure all dependencies are installed currently via telnet/putty
If you are getting repeated dependencies console screen. Try these commands
Python 2
opkg install python-requests
opkg install python-multiprocessing
opkg install python-image
opkg install python-imaging
opkg install wget Full wget is required for https lines and used by the download manager.
python 3
opkg install python3-requests
opkg install python3-pillow
opkg install wget Full wget is required for https lines and used by the download manager.
Dreamboxes
apt-get -y install python-requests
apt-get -y install python-image
apt-get -y install python-imaging
apt-get -y install wget Full wget is required for https lines and used by the download manager.
python3
apt-get -y install python3-requests
apt-get -y install python3-multiprocessing




Reply With Quote

