ComagListEditor is an editor for the channel list (CHANLIST.BIN) of Comag PVR2/100CI and compatible models (like Silvercrest SL80/2 100CI or Silvercrest SL250/2 100CI or Boca PVR2/100CI or Digital M100/2CI).
It aims to be more user friendly than the closed-source channel list editor provided by Comag AG.
A description of the file format is available here.
ComagListEditor requires the Microsoft.NET Framework 2.0 or above. If you do not have it installed yet, you can download it from Microsoft.
You will need Windows 2000 or above (XP, 2003, Vista, 2008, Win7, 2008R2) to run ComagListEditor.
There are no official releases available yet. Current alpha builds can be found in the snapshots directory.
The save function has been disabled at the moment, but you can of course still edit the list as you like, just not save it. If you want to test it (at your own rist), please drop me an email.
You can get the latest source code (and check in your additions if you are a developer) from subversion. I use Visual C# 2008 Express Edition for compiling it.
Anonymous access: Use
svn co https://comaglisteditor.svn.sourceforge.net/svnroot/comaglisteditor/trunk comaglisteditor
to check out the latest version. You can also use GUI programs like
TortoiseSVN (Explorer plugin) or
AnkhSVN (Visual Studio
plugin).
Developer access: Contact me so that I can add you to this project. You will need a sourceforge.net account for this. Or submit your changes (patches) by e-mail; then I will commit them.
If you want to test save support, locate ChannelList.cs and comment the #define SAVE_DISABLED at the very beginning of the file.
You can also browse the repository.