Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 6 of 6

Thread: [E² Plugin] Stalker Portal Playlist Converter

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

    [E² Plugin] Stalker Portal Playlist Converter

    Stalker Portal Playlist Converter




    This plugin allows you to convert a list of Stalker Portal URLs and MAC addresses from a playlist.txt file into usable M3U playlists
    Features on Python3

    • Smart parsing: Recognizes multiple formats of portal and MAC combinations​
    • Custom folder selection for output​
    • Very fast: ~13,000 channels converted in about 1 minute​
    • Output is easily viewable and usable on PC or media players​
    • Supports multiple MACs per portal and shared MAC usage​



    How to Use
    Button​ Action​
    RED​ Clear Field​
    GREEN​ Convert Stalker Portal list to M3U​
    YELLOW​ Select Folder output and file playlist.txt​
    BLUE​ Edit Config​
    Info​ Show help and usage instructions​



    Input Format (aylist.txt)


    Case-sensitive. The following formats are supported:



    Standard Format
    Code:
    Panel: http://example.com:80/c/
    MAC: 00:1A:79:XX:XX:XX

    Compact Format
    Code:
    http://example.com/c/ # My Portal
    00:1A:79:XX:XX:XX

    Multiple MACs per Portal
    Code:
    Portal: http://server.com:8080/c
    Code:
    MAC1: 00:1A:79:AA:AA:AA 
    MAC2: 00:1A:79:BB:BB:BB

    Unlabeled MAC
    Code:
    Panel http://example.com/c
    00:1A:79:XX:XX:XX

    Shared MAC (for multiple portals)
    Code:
    http://server1.com/c/
    Code:
    http://server2.com/c/ # Uses same MAC as server1 
    00:1A:79:XX:XX:XX



    Output



    • Standard .m3u files for each portal
    • Grouped and channelized for easy us

    Thanks Lululla
    PHP Code:
    wget ---no-check-certificate https://raw.githubusercontent.com/Belfagor2005/StalkerPortalConverter/main/installer.sh -O - | /bin/sh​ 




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

    Re: [E² Plugin] Stalker Portal Playlist Converter

    Translated into Arabic by Shabah Net
    Thanks Lululla








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

    Re: [E² Plugin] Stalker Portal Playlist Converter

    v.1.1

    added requests options

    Thanks Lululla

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

    Re: [E² Plugin] Stalker Portal Playlist Converter

    New version 1.2

    • fix parse mag(*) + m3u
    • removed unnecessary superfluous code
    • correct assembly of devices
    • Fixed adding results to the queue


    Thanks Lululla

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

    Re: [E² Plugin] Stalker Portal Playlist Converter

    Lululla wrote:
    Really cool to have a web portal on your PC to manage your lists.

    v.1.4 added

    **Web Interface Access and Management Help**

    This plugin includes a built-in web server that allows access to a full management interface.

    ### How It Works

    * When the plugin starts, a **masked access code** is displayed (e.g., **"Access Code: 12••34"**).
    * Open the displayed web address in your browser (e.g., `http://192.168.1.100:8080`).
    * Enter the **full access code** shown in the plugin (e.g., `123456`).
    * If the entered code is correct, you gain access to the management interface.

    ---

    ### Authentication System Features

    * **Automatic code generation**:

    A random 6-digit code is generated on plugin start (if not already present).
    The code is stored in the plugin configuration.

    ---

    ### On-Screen Controls

    In the main screen:

    * You see **"Access Code: 12••34"** (yellow text).
    * Green button: **"Show Code"**
    * Red button: **"New Code"**
    * Below the buttons, you see hints: **"0-SHOW"**, **"1-NEW"**

    #### To reveal the full code:

    * Press **"0"** on the remote control.
    * The full code is shown (e.g., **"Access Code: 123456"**).
    * After 10 seconds, it returns to the masked view (e.g., **"12••34"**).

    #### To generate a new code:

    * Press **"1"** on the remote control.
    * A new 6-digit code is generated (e.g., `987654`).
    * You see **"New Access Code: 987654"** for 15 seconds.
    * Then it returns to masked view (e.g., **"98••54"**).

    ---

    ### Advanced Security

    * Access is **temporarily blocked after 3 failed attempts**.
    * **No hints** about the correct code are shown in error messages.
    * Code check is **case-insensitive**.

    ---

    ### Playlist Management Interface

    * View all saved portals and associated MAC addresses.
    * Displayed in a structured, tabular format with logical grouping.

    #### Available Actions:

    * **Edit** a portal (URL and MAC list)
    * **Delete** an entire portal
    * **Delete** a single MAC address

    #### Confirmation & Feedback:

    * Confirmation popup for all delete operations
    * Visual feedback after each action

    ---

    ### Workflow

    * Full management access from the main menu
    * Inline editing with dedicated forms
    * Automatic return to main view after operations

    ---

    ### Real-Time Updates

    * Changes are saved directly to the playlist file
    * Plugin reloads automatically
    * Interface always reflects the current state

    ---

    ### How to Use

    #### Access Advanced Management:
    * From the homepage, click **"Full Management"**
    * Or go directly to `/manage` in the browser

    #### Edit an Entry:

    * Click the icon next to a portal
    * Edit the URL and/or MAC list (comma-separated)
    * Click **"Save Changes"**

    #### Delete Items:

    * Next to a portal: deletes the entire portal
    * Next to a MAC: deletes only that MAC address

    #### Add New Entries:

    * Return to the homepage using the dedicated button
    * Use the main form to add new entries

    ---

    ### Security Notes

    * All operations require authentication
    * Input validation before saving:
    * Correct URL format
    * MAC address validation
    * Confirmation required for destructive actions
    * Clear error messages for invalid operations

    Thanks Lululla

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

    Re: [E² Plugin] Stalker Portal Playlist Converter

    Today, update 1.4 of by Shabah Net was translated into Arabic. A slight color change was made









Advertise Here

Similar Threads

  1. New [Plugin] Multi-Stalker
    By Mafia_DZ in forum Enigma2 Plugins
    Replies: 3
    Last Post: 11-07-2024, 10:34:45
  2. Multi-Stalker plugin Beta
    By dreams@t in forum Enigma2 Plugins
    Replies: 17
    Last Post: 21-09-2023, 15:04:48
  3. [Plugin] M3u To Bouquet Converter
    By dreams@t in forum Enigma2 Plugins
    Replies: 2
    Last Post: 20-12-2021, 23:49:27
  4. STB STALKER PORTAL (MAC CODE)
    By DER ALBANER in forum German / Deutsch
    Replies: 0
    Last Post: 18-07-2021, 23:54:55
  5. Stalker Portal OSD UI Menu Octagon sx88 sx88+ sx888 STB EMU
    By sami noor in forum Octagon Guides / Information / Tutorials
    Replies: 0
    Last Post: 20-03-2019, 12:34:57

Posting Permissions

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