X Klass - Xtream Codes IPTV Player (new)

User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8685
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 206 times
Germany

Re: X Klass - Xtream Codes IPTV Player (new)

#21

Post by Hannibal_Lecter »

XKlass - Official Release - The Final Frontier.

V 1.30 - 22/12/2024

Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin is a rework of my XStreamity plugin but with all new layout and new side menu accessible by the "Menu" button.
This plugin only plays xtream code playlists and does not play other playlists or m3u playlists.
Attachments
enigma2-plugin-extensions-xklass_1.30_20241223_all.deb.rar
(5.12 MiB) Downloaded 30 times
enigma2-plugin-extensions-xklass_1.30.20241223_all.rar
(5.37 MiB) Downloaded 31 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.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8685
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 206 times
Germany

Re: X Klass - Xtream Codes IPTV Player (new)

#22

Post by Hannibal_Lecter »

XKlass - Official Release - The Final Frontier.

V 1.31 - 23/12/2024

Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin is a rework of my XStreamity plugin but with all new layout and new side menu accessible by the "Menu" button.
This plugin only plays xtream code playlists and 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.
Attachments
enigma2-plugin-extensions-xklass_1.31_20241223_all.deb.rar
(5.12 MiB) Downloaded 38 times
enigma2-plugin-extensions-xklass_1.31.20241223_all.rar
(5.37 MiB) Downloaded 32 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.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8685
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 206 times
Germany

Re: X Klass - Xtream Codes IPTV Player (new)

#23

Post by Hannibal_Lecter »

XKlass - Official Release - The Final Frontier.
V 1.32- 10/01/2025

Replace brackets ( ) [ ] in filenames to prevent a certain software crash that doesn't like them.

thanks KiddaC
Attachments
enigma2-plugin-extensions-xklass_1.32_20250110_all.deb
(5.12 MiB) Downloaded 36 times
enigma2-plugin-extensions-xklass_1.32.20250110_all.ipk
(5.37 MiB) Downloaded 37 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.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8685
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 206 times
Germany

Re: X Klass - Xtream Codes IPTV Player (new)

#24

Post by Hannibal_Lecter »

XKlass - Official Release - The Final Frontier.
V 1.33 - 01/02/2025 :face with monocle:

Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin is a rework of my XStreamity plugin but with all new layout and new side menu accessible by the "Menu" button.
This plugin only plays xtream code playlists and does not play other playlists or m3u playlists.

github.com
kiddac - Overview
kiddac has 17 repositories available. Follow their code on GitHub.
github.com github.com

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.

openpli 8.3+ / openpli 9 please install from plugin feeds first to load required dependencies. (Xstreamity plugin in feeds will also load the 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.

Dreamboxes - python3
apt-get -y install python3-requests
apt-get -y install python3-multiprocessing
Attachments
enigma2-plugin-extensions-xklass_1.33_20250201_all.deb
(5.11 MiB) Downloaded 4 times
enigma2-plugin-extensions-xklass_1.33.20250201_all.ipk
(5.38 MiB) Downloaded 15 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.
Image
User avatar
Hannibal_Lecter
Administration
Administration
Posts: 8685
Joined: 26 Jun 2024, 08:51
Location: all over the world
Has thanked: 12 times
Been thanked: 206 times
Germany

Re: X Klass - Xtream Codes IPTV Player (new)

#25

Post by Hannibal_Lecter »

XKlass - Official Release - The Final Frontier.
V 1.34 - 04/02/2025 :face with monocle:

Plugin is for playing official Xtream Codes/XUI ONE IPTV playlists.
This plugin is a rework of my XStreamity plugin but with all new layout and new side menu accessible by the "Menu" button.
This plugin only plays xtream code playlists and does not play other playlists or m3u playlists.
Attachments
enigma2-plugin-extensions-xklass_1.34_20250204_all.deb.rar
(5.12 MiB) Downloaded 2 times
enigma2-plugin-extensions-xklass_1.34.20250204_all.rar
(5.38 MiB) Downloaded 4 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.
Image
Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 0 guests