X-Streamity - Xtream Codes IPTV Player (new thread)
- afat45
- E2 Developer
- Posts: 262
- Joined: 01 Apr 2024, 11:53
- Has thanked: 15 times
- Been thanked: 53 times
X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release.
V 4.43- 06/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
V 4.43- 06/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.43_20240506_all.deb.rar
- (3.91 MiB) Downloaded 203 times
-
- enigma2-plugin-extensions-xstreamity_4.43.20240506_all.rar
- (4.26 MiB) Downloaded 149 times
- afat45
- E2 Developer
- Posts: 262
- Joined: 01 Apr 2024, 11:53
- Has thanked: 15 times
- Been thanked: 53 times
Re: X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release.
V 4.45 - 09/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
V 4.45 - 09/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.45.20240509_all.rar
- (4.25 MiB) Downloaded 105 times
-
- enigma2-plugin-extensions-xstreamity_4.45_20240509_all.deb.rar
- (3.91 MiB) Downloaded 84 times
- afat45
- E2 Developer
- Posts: 262
- Joined: 01 Apr 2024, 11:53
- Has thanked: 15 times
- Been thanked: 53 times
Re: X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release.
V 4.47 - 11/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
V 4.47 - 11/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.47.20240511_all.rar
- (4.27 MiB) Downloaded 82 times
-
- enigma2-plugin-extensions-xstreamity_4.47_20240511_all.deb.rar
- (3.92 MiB) Downloaded 70 times
- ocean777
- E2 Developer
- Posts: 406
- Joined: 14 Mar 2024, 13:48
- Has thanked: 211 times
- Been thanked: 201 times
Re: X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release.
V 4.48 - 14/05/2024
V 4.48 - 14/05/2024
updated translations
Added some more string manipulation to movies
reverted some code for downloader (but not all of it)
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.48.20240514_all.rar
- (4.26 MiB) Downloaded 101 times
- afat45
- E2 Developer
- Posts: 262
- Joined: 01 Apr 2024, 11:53
- Has thanked: 15 times
- Been thanked: 53 times
Re: X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release.
V 4.49 - 30/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
V 4.49 - 30/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.49_20240531_all.deb.rar
- (3.92 MiB) Downloaded 42 times
-
- enigma2-plugin-extensions-xstreamity_4.49.20240531_all.rar
- (4.26 MiB) Downloaded 66 times
- afat45
- E2 Developer
- Posts: 262
- Joined: 01 Apr 2024, 11:53
- Has thanked: 15 times
- Been thanked: 53 times
Re: X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release.
V 4.50 - 31/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
V 4.50 - 31/05/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.50_20240531_all.deb.rar
- (3.92 MiB) Downloaded 33 times
-
- enigma2-plugin-extensions-xstreamity_4.50.20240531_all.rar
- (4.26 MiB) Downloaded 52 times
- ocean777
- E2 Developer
- Posts: 406
- Joined: 14 Mar 2024, 13:48
- Has thanked: 211 times
- Been thanked: 201 times
Re: X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release.
V 4.51 - 02/06/2024
tnx KiddaC
V 4.51 - 02/06/2024
tnx KiddaC
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.51.20240602_all.rar
- (4.26 MiB) Downloaded 51 times
- Hannibal_Lecter
- Administration
- Posts: 9109
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 12 times
- Been thanked: 1995 times
X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release. V 4.52 - 05/06/2024
Right mofos - what we got today....
Slight tweak to channel name stripping for TMDB
New useragent option in main settings for people whos lines are not loading in this, but are in BMX
New vod download location code. The logic is this now. Try user set location first. Then
"/media/hdd/movie/",
"/media/usb/movie/",
config.usage.default_path.value,
config.movielist.last_videodir.value
thanks KiddaC
Right mofos - what we got today....
Slight tweak to channel name stripping for TMDB
New useragent option in main settings for people whos lines are not loading in this, but are in BMX
New vod download location code. The logic is this now. Try user set location first. Then
"/media/hdd/movie/",
"/media/usb/movie/",
config.usage.default_path.value,
config.movielist.last_videodir.value
thanks KiddaC
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.52_20240605_all.deb
- (3.92 MiB) Downloaded 34 times
-
- enigma2-plugin-extensions-xstreamity_4.52.20240605_all.ipk
- (4.26 MiB) Downloaded 33 times
The information and uploads I have provided are for testing purposes only.
Pay-TV reception without a valid subscription is illegal and punishable by law.
Pay-TV reception without a valid subscription is illegal and punishable by law.
- afat45
- E2 Developer
- Posts: 262
- Joined: 01 Apr 2024, 11:53
- Has thanked: 15 times
- Been thanked: 53 times
Re: X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release.
V 4.53 - 09/06/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
V 4.53 - 09/06/2024 :face with monocle:
openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies.
Then you can load the latest from this forum over the top.
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin does not play other playlists or m3u playlists.
I work non stop on my plugins. It's hard work. If you like my work and you want me to continue, you can always show your appreciation by buying me a beer.
:beer1: https://paypal.me/kiddac :beer1:
or
:hot beverage: https://ko-fi.com/kiddac :hot beverage:
Github Repository - Git is updated as soon as a release is bug free and stable
https://github.com/kiddac
Do not post personal MOD code in this thread, including different functionality, different skins etc. It confuses me, it confuses users.
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.
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
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.53_20240609_all.zip
- (3.92 MiB) Downloaded 59 times
-
- enigma2-plugin-extensions-xstreamity_4.53.20240609_all.rar
- (4.26 MiB) Downloaded 43 times
- ocean777
- E2 Developer
- Posts: 406
- Joined: 14 Mar 2024, 13:48
- Has thanked: 211 times
- Been thanked: 201 times
Re: X-Streamity - Xtream Codes IPTV Player (new thread)
X-Streamity - Official Release.
V 4.54 - 16/07/2024
V 4.54 - 16/07/2024
- Attachments
-
- enigma2-plugin-extensions-xstreamity_4.54.20240716_all.rar
- (4.26 MiB) Downloaded 63 times
-
- Similar Topics
- Replies
- Views
- Last post
-
- 16 Replies
- 9536 Views
-
Last post by Hannibal_Lecter
-
- 34 Replies
- 9986 Views
-
Last post by Hannibal_Lecter
-
- 1 Replies
- 5337 Views
-
Last post by The Founder
-
- 4 Replies
- 13653 Views
-
Last post by johngl85
-
- 0 Replies
- 4012 Views
-
Last post by yak_vi
-
- 21 Replies
- 4272 Views
-
Last post by Hannibal_Lecter
-
- 7 Replies
- 507 Views
-
Last post by Hannibal_Lecter
-
- 5 Replies
- 32303 Views
-
Last post by The Founder
-
- 298 Replies
- 162415 Views
-
Last post by thosch1973
-
- 0 Replies
- 296 Views
-
Last post by Hannibal_Lecter