- Joined
- Apr 22, 2013
- Messages
- 957
- Reaction score
- 645
- Points
- 326
Offline
- Thread starter
- Staff
- #1
EStalker - Official Release.
V 1.06 - 10/08/2025
Plugin is for playing Stalker Middleware / Ministra playlists via a portal url and mac address
This plugin does not play other playlists or m3u playlists or create Bouquets.
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.
All my plugins are completely free to use — there are no paid, pro, or provider-locked versions of any of my plugins.
Please inform me if you see rogue versions of my plugins. Then we seek and destroy.
My source code is open so anyone can view it, learn from it and see there is nothing malicious in my code. That's what enigma2 community is meant to be about.
EStalker should be compatible with all images and boxes.
Installation
openpli 8.3+ / openpli 9 users
please install XStreamity or XKlass from plugin feeds first to load required dependencies. (until EStalker is available in PLI feeds)
EStalker coming very soon to image feeds
Latest version can always be found on post 1 of this thread.
How to manually install .ipk on OE-Alliance images via telnet
To manually install, copy ipk to tmp folder
then use telnet or putty
How to manually install .deb on DreamOS via telnet
To manually install, copy .deb to tmp folder
then use telnet or putty
dpkg -i /tmp/*.deb
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 EStalker. (I don't think openpli still does)
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 only images
opkg install wget Full wget is required for https lines and used by the download manager.
python 3 only images
opkg install wget Full wget is required for https lines and used by the download manager.
Dreambox python 2 images
apt-get -y install wget Full wget is required for https lines and used by the download manager.
Dreambox python 3 images
V 1.06 - 10/08/2025
Plugin is for playing Stalker Middleware / Ministra playlists via a portal url and mac address
This plugin does not play other playlists or m3u playlists or create Bouquets.
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.
All my plugins are completely free to use — there are no paid, pro, or provider-locked versions of any of my plugins.
Please inform me if you see rogue versions of my plugins. Then we seek and destroy.
My source code is open so anyone can view it, learn from it and see there is nothing malicious in my code. That's what enigma2 community is meant to be about.
EStalker should be compatible with all images and boxes.
Installation
openpli 8.3+ / openpli 9 users
please install XStreamity or XKlass from plugin feeds first to load required dependencies. (until EStalker is available in PLI feeds)
EStalker coming very soon to image feeds
Latest version can always be found on post 1 of this thread.
How to manually install .ipk on OE-Alliance images via telnet
To manually install, copy ipk to tmp folder
then use telnet or putty
How to manually install .deb on DreamOS via telnet
To manually install, copy .deb to tmp folder
then use telnet or putty
dpkg -i /tmp/*.deb
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 EStalker. (I don't think openpli still does)
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 only images
opkg install wget Full wget is required for https lines and used by the download manager.
python 3 only images
opkg install wget Full wget is required for https lines and used by the download manager.
Dreambox python 2 images
apt-get -y install wget Full wget is required for https lines and used by the download manager.
Dreambox python 3 images