SamsChannelEditor is a desktop application for editing a channel list from your Samsung TV. Now sorting channels should be much easier.

Main Screeshot
  • Support Samsung C and D Series.
  • Works with scm files directly.
  • Support for multiple channels configurations:
    • map-AirD
    • map-AirA
    • map-CableD
    • map-CableA
    • map-SateD
    • map-CDTVVD
    • AstraHDPlusD
  • Support for configuration files (read-only)
    • CloneInfo
    • SatDataBase
  • Easy to use: Just drag & drop channels.

Installation

There's no setup file, just download de binaries and execute the samschanneleditor.exe file. All files are avaiable here.

This application is written in C# so you need the .Net framework 2.0 (or newer) to be installed on your computer.
You can download here : http://msdn.microsoft.com/en-us/netframework

Source Code

Source code is aviable from Github and SourceForge

Bad file size error

Since version 0.9 you can define new sizes in SamsChannelEditor.exe.config. Just open with a text editor like notepad and add a new size for your file in section.

key: starts with "fs_" and after comes the channel file name (without "-" after map) value: is a number list separated by commas. Each number specifies a possible record size.

To calculate your record size:

  1. change extension .scm to .zip
  2. Extract all files.
  3. Select file you are opening and look the size in file properties.
  4. record size is a 1000 multiple (divide your size by 1000 or 2000)

Example:

<appSettings> <add key="fs_default" value="292,320" /> <add key="fs_mapAirA" value="40,64" /> <add key="fs_mapCableA" value="40,64" /> <add key="fs_mapSateD" value="168,172,194" /> <add key="fs_mapAstraHDPlusD" value="212" /> </appSettings>

Libraries & Resources used

Developers and Collaborators

License

SamsChannelEditor is distributed under the GNU General Public License (GPL). For more information: GNU GPL.3.0

Changelog

Version 0.11

Version 0.10

Version 0.9

Version 0.8

Version 0.7

Version 0.6

Version 0.5

Version 0.4

Version 0.3

Version 0.2

Version 0.1