*** Klass - Xtream Codes IPTV Player
- ocean777
- E2 Developer
- Posts: 393
- Joined: 14 Mar 2024, 13:48
- Has thanked: 161 times
- Been thanked: 192 times
Re: *** Klass - Xtream Codes IPTV Player
XKlass V1.10
-Xtream Codes IPTV Player
-Xtream Codes IPTV Player
- Attachments
-
- enigma2-plugin-extensions-xklass_1.10.20240726.ipk.zip
- (5.34 MiB) Downloaded 42 times
-
- enigma2-plugin-extensions-xklass_1.10_20240726_.deb.zip
- (5.1 MiB) Downloaded 24 times
- afat45
- E2 Developer
- Posts: 191
- Joined: 01 Apr 2024, 11:53
- Has thanked: 14 times
- Been thanked: 42 times
Re: *** Klass - Xtream Codes IPTV Player
XKlass - Official Release - The Final Frontier.
V 1.11 - 25/08/2024 :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 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:
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. (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
V 1.11 - 25/08/2024 :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 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:
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. (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.11_20240825_all.deb.rar
- (5.1 MiB) Downloaded 8 times
-
- enigma2-plugin-extensions-xklass_1.11.20240825_all.rar
- (5.34 MiB) Downloaded 11 times
- afat45
- E2 Developer
- Posts: 191
- Joined: 01 Apr 2024, 11:53
- Has thanked: 14 times
- Been thanked: 42 times
Re: *** Klass - Xtream Codes IPTV Player
XKlass - Official Release - The Final Frontier.
V 1.12 - 25/08/2024
V 1.12 - 25/08/2024
- Attachments
-
- enigma2-plugin-extensions-xklass_1.12_20240825_all.deb.rar
- (5.1 MiB) Downloaded 13 times
-
- enigma2-plugin-extensions-xklass_1.12.20240825_all.rar
- (5.35 MiB) Downloaded 17 times
- ocean777
- E2 Developer
- Posts: 393
- Joined: 14 Mar 2024, 13:48
- Has thanked: 161 times
- Been thanked: 192 times
Re: *** Klass - Xtream Codes IPTV Player
XKlass - Official Release - The Final Frontier.
V 1.13 - 08/09/2024
V 1.13 - 08/09/2024
- Attachments
-
- enigma2-plugin-extensions-xklass_1.13.20240908_all.rar
- (5.35 MiB) Downloaded 15 times
- ocean777
- E2 Developer
- Posts: 393
- Joined: 14 Mar 2024, 13:48
- Has thanked: 161 times
- Been thanked: 192 times
Re: *** Klass - Xtream Codes IPTV Player
XKlass - Official Release - The Final Frontier.
V 1.14 - 14/09/2024
tnx KiddaC
V 1.14 - 14/09/2024
tnx KiddaC
- Attachments
-
- enigma2-plugin-extensions-xklass_1.14.20240915_all.rar
- (5.37 MiB) Downloaded 8 times
- kingsman
- E2 Developer
- Posts: 379
- Joined: 18 May 2023, 18:24
- Has thanked: 12 times
- Been thanked: 175 times
Re: *** Klass - Xtream Codes IPTV Player
*** Klass v1.15
python 2.7 fix for last release.
python 2.7 fix for last release.
- Attachments
-
- enigma2-plugin-extensions-xklass_1.15_20240915_all.deb
- (5.11 MiB) Downloaded 10 times
-
- enigma2-plugin-extensions-xklass_1.15.20240915_all.ipk
- (5.37 MiB) Downloaded 19 times
VU+ duo4K
Multi R84
Multi R84 brutus z
Multi R84
Multi R84 brutus z
- ocean777
- E2 Developer
- Posts: 393
- Joined: 14 Mar 2024, 13:48
- Has thanked: 161 times
- Been thanked: 192 times
Re: *** Klass - Xtream Codes IPTV Player
XKlass v1.16
210924
210924
- Attachments
-
- enigma2-plugin-extensions-xklass_1.16.ipk.zip
- (5.37 MiB) Downloaded 8 times
-
- enigma2-plugin-extensions-xklass_1.16_deb.zip
- (5.12 MiB) Downloaded 6 times
- kingsman
- E2 Developer
- Posts: 379
- Joined: 18 May 2023, 18:24
- Has thanked: 12 times
- Been thanked: 175 times
Re: *** Klass - Xtream Codes IPTV Player
*** Klass v1.17
I think I have fixed that tmdb variable crash
Also added in a few more amends for stripping out of some prefixes to help names work better with tmdb searching
I think I have fixed that tmdb variable crash
Also added in a few more amends for stripping out of some prefixes to help names work better with tmdb searching
- Attachments
-
- enigma2-plugin-extensions-xklass_1.17_20240926_all.deb
- (5.11 MiB) Downloaded 9 times
-
- enigma2-plugin-extensions-xklass_1.17.20240926_all.ipk
- (5.37 MiB) Downloaded 26 times
VU+ duo4K
Multi R84
Multi R84 brutus z
Multi R84
Multi R84 brutus z
- afat45
- E2 Developer
- Posts: 191
- Joined: 01 Apr 2024, 11:53
- Has thanked: 14 times
- Been thanked: 42 times
Re: *** Klass - Xtream Codes IPTV Player
XKlass - Official Release - The Final Frontier.
V 1.18 - 30/10/2024 :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 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.
V 1.18 - 30/10/2024 :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 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.18_20241030_all.deb.rar
- (5.11 MiB) Downloaded 12 times
-
- enigma2-plugin-extensions-xklass_1.18.20241030_all.rar
- (5.37 MiB) Downloaded 20 times
-
- Similar Topics
- Replies
- Views
- Last post
-
- 20 Replies
- 10982 Views
-
Last post by Hannibal_Lecter
-
- 16 Replies
- 7093 Views
-
Last post by Hannibal_Lecter
-
- 1 Replies
- 1649 Views
-
Last post by The Founder
-
- 4 Replies
- 10972 Views
-
Last post by johngl85
-
- 0 Replies
- 2645 Views
-
Last post by yak_vi
-
- 17 Replies
- 2944 Views
-
Last post by Hannibal_Lecter
-
- 6 Replies
- 4434 Views
-
Last post by hd63s
-
- 5 Replies
- 28637 Views
-
Last post by The Founder
-
- 216 Replies
- 104033 Views
-
Last post by thosch1973
-
- 0 Replies
- 81 Views
-
Last post by Hannibal_Lecter