Find US on Telegram : https://t.me/The_Channelizer Open for disquations and Ideas. A public brainstorming is better than no brainstorming :) cheers
The Channelizer is a free, open-source desktop application for managing and editing GTMedia channel list files (.chl, .sdx, satellites.xml).
It provides a modern GUI for working with channels, satellites, transponders, and favorites.
- π Open and save
.chl,.sdx, andsatellites.xmlchannel list files - π Import/export satellites & transponders from embedded or external
satellites.xml - ποΈ Edit channels: name, provider, type, PIDs, lock/skip/hide flags, transponder mapping
- β Manage favorites: create, rename, delete, move, and organize groups
- π°οΈ Full support for satellites and transponders (view, edit, delete)
- ποΈ Safe deletion (channels, satellites, transponders) with automatic favorite repair
- π Summary tab with counts (TV, Radio, TPs, Satellites, Favorites)
- π Export all channels to CSV
- β Undo/Redo support for user actions
- β¬οΈβ¬οΈ Reorder channels, favorites, and members
- π Powerful search and filtering in all tabs
- πΎ Automatic backup (
.bak) on save - πΌοΈ Splash screen & About dialog with embedded icons
- π 100% free, open source, community-driven
- Windows 10/11
- Python 3.10+ (for development)
- Tkinter (included with Python on Windows)
- Clone the repo:
git clone https://github.com/your-username/the-channelizer.git cd the-channelizer
- Download the latest Python 3.x (64-bit) from python.org.
- Run the installer:
- β Check βAdd Python to PATH.β
- β Ensure pip and tcl/tk (Tkinter) are selected.
- Finish installation.
- Download the repo:
Code β Download ZIP β Extract to a folder (e.g.,C:\Users\<you>\Desktop\The_Channelizer\).
- Double-click
The_Channelizer.pyw. - If Windows asks, open with
pythonw.exe(usually found in your Python install folder).
π‘ Tip: You can set
.pywfiles to always open with Python βpythonw.exe.
If you want a single-file executable (to share without requiring Python):
Open Command Prompt and run:
pip install auto-py-to-exe