Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 1 of 4 123 ... LastLast
Results 1 to 10 of 38

Thread: ║➽║E²║Plugin║EStalker-StalkerMiddleware║By KiddaC║

  1. #1
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    ║➽║E²║Plugin║EStalker-StalkerMiddleware║By KiddaC║

    EStalker - Stalker Middleware Player by KiddaC

    KiddaC wrote

    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.​

    • 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.


    My plugins are free - you do not have to pay to use them. There are no alternative versions, or pro version or locked down to a specific provider version.
    My source code is open so anyone can view it.

    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

    How to manually install .ipk on OE-Alliance images via telnet

    To manually install, copy ipk to tmp folder
    then use telnet or putty
    opkg install /tmp/*.ipk


    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
    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 EStalker.
    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 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 only images
    opkg install python3-requests
    opkg install python3-pillow
    opkg install wget Full wget is required for https lines and used by the download manager.

    Dreambox python 2 images
    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.

    Dreambox python 3 images
    apt-get -y install python3-requests
    apt-get -y install python3-multiprocessing

  2. Advertise Here
  3. #2
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: [E² Plugin] EStalker - Stalker Middleware Player

    How to use EStalker

    Install the .ipk or .deb file depending on your image.

    By default the plugin appears in you main menu and plugins. This can be removed from main menu in the main settings of EStalker.

    Note: Although great effort has been made to get as many portals working as possible. It is an impossible task for any stalker emulator to play every single portal out there. Therefore the codebase is based around the majority. Not all.

    Add Playlist
    You can either enter your playlist details via the "Add Playlist" option on main screen.
    Alternatively you can manually enter your playlist details via the playlists.txt file via FTP software.
    /etc/enigma2/estalker/playlists.txt

    Manual entry is in the format of:

    Portal Url - with or without portal path. Urls with full path will load quicker due to less checks. Enter port if required. Urls trailing slash is optional

    http://myiptv.xyz
    http://myiptv.xyz/c/
    http://myiptv.xyz/stalker_portal/c/

    Followed by 1 or more MAC addresses. MAC Address can be upper or lower

    Urls and MACs are grouped until the next URL is found.

    Example valid entries.

    http://iptv.xyz
    00:1A:79:AA:BB:CC
    00:1A:79:AA:BB:CD
    00:1A:79:AA:BB:CE

    http://iptv2.xyz:8000
    00:1A:79:AA:BB:CC

    http://iptv3.xyz/c/
    00:1A:79:AA:BB:CC

    http://iptv4.xyz/stalker_portal/c/
    00:1A:79:AA:BB:CC


    Delete playlist
    In the playlists menu. There is 2 options to delete playlists.
    Yellow Button - Single Delete.
    Blue Button - Auto Delete. This deletes all playlists that are flagged as invalid. Note: occasionally some playlists get marked as invalid if they are currently being used.

    Delete playlist does not permantly delete your playlist.
    This option puts a hash "#" on the line of your playlists in the playlists.txt file.
    This comments out the playlist so it does not get shown in your list.
    If you wish to permantly delete playlist. Remove the line manually from your playlists.txt file

    Settings
    The settings page are the global settings for all your playlists.
    Individual provider settings can be found under the "playlist settings" under a playlist selection.


    ServiceApp, Gstreamer, Exteplayer3
    Some streams may play better with different stream types. If any of the above are installed then different stream types will become available.
    Code:
    opkg update
    opkg remove enigma2-plugin-systemplugins-serviceapp
    opkg remove exteplayer3
    opkg remove ffmpeg
    opkg install ffmpeg
    opkg install exteplayer3
    opkg install enigma2-plugin-systemplugins-serviceapp
    opkg remove gstplayer opkg install gstplayer


    DNS nameservers
    streams will probably connect quicker if you use cloudflares or googles dns lookup.

    setup > system > network > device setup > adapter settings >
    use manual DNS nameserver ... YES

    cloudflare
    1.1.1.1
    1.0.0.1

    google
    8.8.8.8
    8.8.4.4

    EStalker v1.01

    Fixed some skin issues
    Fixed some general logic
    Removed search button showing on Seasons and Episodes
    Fixed series Favourites
    Fixed cover image not showing on VOD infobar.

    Thanks KiddaC


  4. #3
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: [E² Plugin] EStalker - Stalker Middleware Player

    EStalker v1.01
    Fixed some skin issues
    Fixed some general logic
    Removed search button showing on Seasons and Episodes
    Fixed series Favourites
    Fixed cover image not showing on VOD infobar.

    Thanks KiddaC
    PHP Code:
    enigma2-plugin-extensions-estalker_1.01_20250728_all.deb 
    PHP Code:
    enigma2-plugin-extensions-estalker_1.01.20250728_all.ipk 

  5. #4
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: [E² Plugin] EStalker - Stalker Middleware Player║

    EStalker - Stalker Middleware Player by KiddaC
    EStalker versıon : 1.02
    UPTADE: 28.07.2025
    EStalker - Official Release.

    V 1.02 - 28/07/2025
    EStalker v1.02_20250728



    Added some missing series translation text.
    Rewrote the entire Chinese translation via AI - as it looked like it was full of errors.






    Renamed playlists.txt file to e-portals.txt


    Renamed playlists.data-2.json to e-portals-data.json


    If you have not changed the default location for these files. You do not need to doing anything. I rename the files for you in etc folder.
    If you have changed the default location, please rename your files as above.
    PHP Code:
    enigma2-plugin-extensions-estalker_1.02_20250728_all.deb 
    PHP Code:
    enigma2-plugin-extensions-estalker_1.02.20250728_all.ipk 

  6. #5
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: [E² Plugin] EStalker - Stalker Middleware Player║

    EStalker - Stalker Middeware Player By KiddaC
    EStalker versıon: 1.02
    UPTADE: 29.07.2025

    EStalker v1.02

    KiddaC wrote
    Added some missing series translation text.
    Rewrote the entire Chinese translation via AI - as it looked like it was full of errors.

    Renamed playlists.txt file to e-portals.txt
    Renamed playlists.data-2.json to e-portals-data.json

    If you have not changed the default location for these files. You do not need to doing anything. I rename the files for you in etc folder.
    If you have changed the default location, please rename your files as above.
    DOWNLOAD

    PHP Code:
    enigma2-plugin-extensions-estalker_1.02_20250728_all (1).deb 
    PHP Code:
    enigma2-plugin-extensions-estalker_1.02.20250728_all (1).ipk 

  7. #6
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: [E² Plugin] EStalker - Stalker Middleware Player║

    EStalker - Stalker Middeware Player By KiddaC
    EStalker versıon: 1.03
    UPTADE: 31.07.2025

    EStalker v1.03
    EStalker v1.03

    Fixed a crash if a live channels name is null/None
    New Greek Translations provided.
    Playlist menu - "TV Series" is now translatable. All translations have been updated with an AI translation for this.

    Thanks KiddaC


    DOWNLOAD

    PHP Code:
    enigma2-plugin-extensions-estalker_1.03_20250730_all.deb 
    PHP Code:
    enigma2-plugin-extensions-estalker_1.03.20250730_all.ipk 

  8. #7
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: [E² Plugin] EStalker - Stalker Middleware Player║

    EStalker - Stalker Middeware Player By KiddaC
    EStalker versıon: 1.04
    UPTADE: 05.08.2025

    EStalker v1.04

    Moving the adding of fonts out of the plugin function and into the main code.
    Thanks KiddaC

    DOWNLOAD

    PHP Code:
    enigma2-plugin-extensions-estalker_1.04_20250805_all.deb 
    PHP Code:
    enigma2-plugin-extensions-estalker_1.04.20250805_all.ipk 

  9. #8
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: [E² Plugin] EStalker - Stalker Middleware Player║

    EStalker - Stalker Middeware Player By KiddaC
    EStalker versıon: 1.05
    UPTADE: 07.08.2025

    EStalker v1.05

    Fix the vod screen default skin for dreamos

    Thanks KiddaC

    DOWNLOAD

    PHP Code:
    enigma2-plugin-extensions-estalker_1.05_20250806_all.deb 
    PHP Code:
    enigma2-plugin-extensions-estalker_1.05.20250806_all.ipk 

  10. #9
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,059

    Re: [E² Plugin] EStalker - Stalker Middleware Player║

    EStalker - Stalker Middeware Player By KiddaC
    EStalker versıon: 1.06
    UPTADE: 10.08.2025

    Fixed VOD jumping back to top on some images.

    Fixed some python 2.7 string encoding.
    Fixed a potential crash if the create link API call returns "None"
    Thanks KiddaC

    DOWNLOAD


    PHP Code:
    enigma2-plugin-extensions-estalker_1.06_20250810_all.deb 
    PHP Code:
    enigma2-plugin-extensions-estalker_1.06.20250810_all.ipk 

  11. #10
    Junior Member
    Join Date
    08-08-2023
    Location
    Merseyside
    Posts
    16
    Uploads
    18
    Likes
    111

    Re: [E² Plugin] EStalker - Stalker Middleware Player║

    EStalker v1.07_20250816


    Deleting playlists now just refreshes the list rather than reloading the playlists.

    Spanish and portugual language tweaks. Thanks

Page 1 of 4 123 ... LastLast
Advertise Here

Similar Threads

  1. Replies: 49
    Last Post: 20-05-2026, 22:11:57
  2. Update ║➽║E²║Plugin║➽║Bouquet Maker Xtream║*.By KiddaC║
    By Mafia_DZ in forum Enigma2 Plugins
    Replies: 85
    Last Post: 13-05-2026, 13:18:13
  3. Replies: 96
    Last Post: 29-04-2026, 12:47:49
  4. Update ║➽║E²║Plugin║ DreamosatX Signal║v.2.0║*.DreamOS║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 0
    Last Post: 13-03-2026, 21:05:29
  5. Update ║E²║Plugin║⇨Visual Weather║v.1.12║By KiddaC║
    By ZYGA in forum Enigma2 Plugins
    Replies: 5
    Last Post: 23-01-2026, 19:40:41

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •