Mediastar Z2 Software May 2026
MediaStar Z2 Software: Complete Write-Up
5.2 Restore Channel Lists
Use Mediastar Z2 Editor (a Windows PC application) to sort, delete, and backup your satellites.xml and user database. Never restore a full backup from a different firmware version—only restore channel lists.
B. Electronic Program Guide (EPG)
- The software supports multi-day EPG data.
- It includes an internal cross-EPG system that automatically downloads program data from the internet or transponder streams.
- PVR Integration: Users can schedule recordings directly from the EPG grid view. The dual-tuner architecture is managed automatically by the software to prevent conflicts.
Step C: The __init__.py
This file can be empty, but it must exist for Python to recognize the folder as a module. mediastar z2 software
Step 2: Find a reliable source
- Official:
mediastar.com/support(check for "Firmware" section). - Community:
linuxsat-support.comortunisia-sat.com(search for "Z2 patch").
3. Register the Plugin in the Extensions Menu
def Plugins(**kwargs): return [PluginDescriptor(name="My Z2 Plugin", description="A test piece of software", where=PluginDescriptor.WHERE_EXTENSIONSMENU, fnc=main)] MediaStar Z2 Software: Complete Write-Up 5
7. Software Updates & Maintenance
- Online update: Menu → Setup → Software update (online flash) – only for minor revisions.
- Full backup: Use BackupSuite plugin to save full image to USB.
- Driver updates: Install via
opkg update && opkg upgradein Telnet.
2.1 Firmware (Image)
The Z2’s firmware is an Enigma2 distribution tailored to its hardware (typically a Broadcom MIPS or ARM chipset). Popular images include: The software supports multi-day EPG data
- OpenATV
- OpenPLi
- OpenVision
- Vix (custom builds)
These images provide:
- EPG (Electronic Program Guide)
- Recording scheduler (PVR)
- Channel list editing
- Plugin system (for IPTV, Kodi, web interfaces)
- Network protocols (Samba, FTP, Telnet, HTTP)