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 -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/StalkerPortalConverter/main/installer.sh -O - | /bin/sh