File | Date | Author | Commit |
---|---|---|---|
HexComparer | 2013-05-19 |
![]() |
[a60584] Merge branch 'dev' into andrew097-master |
SamsungChanelEditor | 2014-05-08 |
![]() |
[c8d376] Fix: Message typo |
web | 2014-05-11 |
![]() |
[521c1c] Update Readme.md and web page |
.gitignore | 2013-05-19 |
![]() |
[a60584] Merge branch 'dev' into andrew097-master |
FileFormat.xls | 2013-05-19 |
![]() |
[ebbd46] Merge branch 'andrew097-master2' into dev |
LICENSE | 2012-11-21 |
![]() |
[8194f3] Initial Commit V0.10 |
README.md | 2014-05-11 |
![]() |
[521c1c] Update Readme.md and web page |
SamsChannelEditor is a desktop application for editing a channel list from your Samsung TV. Now sorting channels should be much easier.
There's no setup package, just download the zip file from SamsChannelEditor,
extract all in a folder and execute ''samschanneleditor.exe''.
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 : .NET Framework
Source code is aviable from GitHub and SourceForge
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:
<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>
Copyright (C) 2011 Ivan Masmitjā Dagas
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.