Home
Name Modified Size Downloads Status
Totals: 4 Items   453.0 kB 926
Older releases 2012-05-29 26,153 downloads
SamsChannelEditor-v0.10.zip 2012-08-20 225.6 kB 914 70,697 downloads
SamsChannelEditor-v0.9.zip 2012-05-29 225.2 kB 2 17,662 downloads
Readme.txt 2012-05-29 2.2 kB 10 5,000 downloads
=================== SamsChannelEditor =================== SamsChannelEditor is a desktop application for editing a channel list from your Samsung TV. Now sorting channels should be much easier. * Support Samsung C, D and E Series. * Works with scm files directly. * Support for multiple channels configurations: - map-AirD - map-AirA - map-CableD - map-CableA - map-SateD - map-CDTVVD - map-AstraHDPlusD * 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 available on sourceforge: http://sourceforge.net/projects/samschanneledit/files/ 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 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 <appSettings> 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) <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> License -------- SamsChannelEditor is distributed under the GNU General Public License (GPL). For more information: http://www.gnu.org/licenses/gpl-3.0.html Libraries & Resoruces used -------------------------- #ziplib: http://www.icsharpcode.net/opensource/sharpziplib/ log4net: http://logging.apache.org/log4net/ App. icon: Free Icons by Axialis Software http://www.axialis.com/free/icons
Source: Readme.txt, updated 2012-05-29