Xtream Codes IPTV Player (new)
- Hannibal_Lecter
- Administration
- Posts: 6213
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 2 times
- Been thanked: 1679 times
Xtream Codes IPTV Player (new)
*** Klass - Official Release
V 1.00 - 07/07/2024
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin is a rework of XStreamity plugin but with all new layout and new side menu accessible by the "Menu" button.
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
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.
XKlass should be compatible with all images and boxes.
Installation
XKlass 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. (note this is a brand new plugin - feeds will catchup)
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.
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 XKlass.
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
thanks KiddaC
V 1.00 - 07/07/2024
Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin is a rework of XStreamity plugin but with all new layout and new side menu accessible by the "Menu" button.
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
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.
XKlass should be compatible with all images and boxes.
Installation
XKlass 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. (note this is a brand new plugin - feeds will catchup)
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.
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 XKlass.
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
thanks KiddaC
- Attachments
-
- enigma2-plugin-extensions-xklass_1.00_20240707_all.deb
- (5.1 MiB) Downloaded 81 times
-
- enigma2-plugin-extensions-xklass_1.00.20240707_all.ipk
- (5.34 MiB) Downloaded 52 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.
- Hannibal_Lecter
- Administration
- Posts: 6213
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 2 times
- Been thanked: 1679 times
Xtream Codes IPTV Player (new)
XKlass v1.01
Fixed python 2.7 crash
thanks KiddaC
Fixed python 2.7 crash
thanks KiddaC
- Attachments
-
- enigma2-plugin-extensions-xklass_1.01_20240707_all.deb
- (5.1 MiB) Downloaded 54 times
-
- enigma2-plugin-extensions-xklass_1.01.20240707_all.ipk
- (5.34 MiB) Downloaded 39 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.
- Hannibal_Lecter
- Administration
- Posts: 6213
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 2 times
- Been thanked: 1679 times
Xtream Codes IPTV Player (new)
XKlass v1.02
fixed a multiprocessing crash on some barebones images
thanks KiddaC
fixed a multiprocessing crash on some barebones images
thanks KiddaC
- Attachments
-
- enigma2-plugin-extensions-xklass_1.01_20240707_all.deb
- (5.1 MiB) Downloaded 45 times
-
- enigma2-plugin-extensions-xklass_1.01.20240707_all.ipk
- (5.34 MiB) Downloaded 26 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.
- ocean777
- E2 Developer
- Posts: 394
- Joined: 14 Mar 2024, 13:48
- Has thanked: 163 times
- Been thanked: 192 times
Re: Xtream Codes IPTV Player (new)
*** Klass - Xtream Codes IPTV Player
v.1.02
Tnx.KiddaC
v.1.02
Tnx.KiddaC
- Attachments
-
- enigma2-plugin-extensions-xklass_1.02.20240707_all.rar
- (5.34 MiB) Downloaded 77 times
- ocean777
- E2 Developer
- Posts: 394
- Joined: 14 Mar 2024, 13:48
- Has thanked: 163 times
- Been thanked: 192 times
Re: Xtream Codes IPTV Player (new)
v.1.03
Tnx.KiddaC
Tnx.KiddaC
Message will pop up if server not responding.
New Switch Playlist now available on the Start Menu list
Removed duplicate url calls which was slowing down the loading. (and also possible causing servers to drop out)
- Attachments
-
- enigma2-plugin-extensions-xklass_1.03.20240709_all.rar
- (5.34 MiB) Downloaded 37 times
- ocean777
- E2 Developer
- Posts: 394
- Joined: 14 Mar 2024, 13:48
- Has thanked: 163 times
- Been thanked: 192 times
Re: Xtream Codes IPTV Player (new)
XKlass - Official Release.
V 1.04 - 15/07/2024
V 1.04 - 15/07/2024
- Attachments
-
- enigma2-plugin-extensions-xklass_1.04.20240715_all.rar
- (5.34 MiB) Downloaded 41 times
- ocean777
- E2 Developer
- Posts: 394
- Joined: 14 Mar 2024, 13:48
- Has thanked: 163 times
- Been thanked: 192 times
Re: Xtream Codes IPTV Player (new)
XKlass - Official Release.
V 1.05 - 16/07/2024
V 1.05 - 16/07/2024
- Attachments
-
- enigma2-plugin-extensions-xklass_1.05.20240716_all.rar
- (5.34 MiB) Downloaded 29 times
- Hannibal_Lecter
- Administration
- Posts: 6213
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 2 times
- Been thanked: 1679 times
Xtream Codes IPTV Player (new)
V1.06 - experimental release
Just added a couple of default sort options for VOD. (not live or series)
I got this terrible wrong last time I did this so lets see if this is any better.
Just added a couple of default sort options for VOD. (not live or series)
I got this terrible wrong last time I did this so lets see if this is any better.
- Attachments
-
- enigma2-plugin-extensions-xklass_1.06_20240718_all.deb
- (5.1 MiB) Downloaded 37 times
-
- enigma2-plugin-extensions-xklass_1.06.20240718_all.ipk
- (5.34 MiB) Downloaded 25 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.
- Hannibal_Lecter
- Administration
- Posts: 6213
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 2 times
- Been thanked: 1679 times
Xtream Codes IPTV Player (new)
XKlass v1.07
Update German Translations
Relaxed the rules around json content. It was a little strict.
Update German Translations
Relaxed the rules around json content. It was a little strict.
- Attachments
-
- enigma2-plugin-extensions-xklass_1.07_20240723_all.deb
- (5.1 MiB) Downloaded 25 times
-
- enigma2-plugin-extensions-xklass_1.07.20240723_all.ipk
- (5.34 MiB) Downloaded 18 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.
- Hannibal_Lecter
- Administration
- Posts: 6213
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 2 times
- Been thanked: 1679 times
Xtream Codes IPTV Player (new)
XKlass v1.08
Series episode duration should now show correctly if available, whether TMDB turned on or of
Series episode duration should now show correctly if available, whether TMDB turned on or of
- Attachments
-
- enigma2-plugin-extensions-xklass_1.08_20240723_all.deb
- (5.1 MiB) Downloaded 46 times
-
- enigma2-plugin-extensions-xklass_1.08.20240723_all.ipk
- (5.34 MiB) Downloaded 38 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.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 20 Replies
- 11354 Views
-
Last post by Hannibal_Lecter
-
- 19 Replies
- 5776 Views
-
Last post by afat45
-
- 1 Replies
- 1918 Views
-
Last post by The Founder
-
- 4 Replies
- 11141 Views
-
Last post by johngl85
-
- 0 Replies
- 2772 Views
-
Last post by yak_vi
-
- 17 Replies
- 3049 Views
-
Last post by Hannibal_Lecter
-
- 6 Replies
- 4483 Views
-
Last post by hd63s
-
- 5 Replies
- 28875 Views
-
Last post by The Founder
-
- 220 Replies
- 108132 Views
-
Last post by thosch1973
-
- 0 Replies
- 103 Views
-
Last post by Hannibal_Lecter