mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-19 13:52:04 +01:00
updated version, readme, screenshots, ...
This commit is contained in:
11
readme.md
11
readme.md
@@ -9,11 +9,10 @@ About ChanSort
|
||||
--------------
|
||||
|
||||
ChanSort is a PC/Windows application that allows you to reorder your TV's channel list.
|
||||
Most modern TVs have functions to export/import a channel list to/from USB stick or SD-card,
|
||||
which you can plug into your PC.
|
||||
ChanSort currently supports various models from Samsung, LG, Panasonic, Toshiba and the Linux VDR project.
|
||||
Most modern TVs can ex- and import channel lists via USB stick, which you can plug into your PC.
|
||||
ChanSort supports various models from Hisense (**NEW**), LG, Panasonic, Samsung, Toshiba and the Linux VDR project.
|
||||
|
||||

|
||||

|
||||
|
||||
Features
|
||||
--------
|
||||
@@ -48,6 +47,10 @@ System requirements
|
||||
Supported TV models
|
||||
===================
|
||||
|
||||
Hisense
|
||||
-------
|
||||
Smart models (2016) with a channel.db format, i.e. H65M5500
|
||||
|
||||
Samsung
|
||||
-------
|
||||
Series: B (2009)*, B (2013), C, D, E, F, H, J
|
||||
|
||||
@@ -326,11 +326,17 @@
|
||||
<None Include="Resources\btn_donateCC_LG_de.gif" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="ReferenceLists\at_astra192E_hd.txt">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<None Include="ReferenceLists\at_astra192E_orf-freehd.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="ReferenceLists\at_cable_liwest.txt">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<None Include="ReferenceLists\at_liwest.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="ReferenceLists\de_astra192E_hisense_freehd.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="ReferenceLists\de_astra192E_hisense_hdplus.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace ChanSort.Ui
|
||||
{
|
||||
public partial class MainForm : XtraForm
|
||||
{
|
||||
public const string AppVersion = "v2016-04-19";
|
||||
public const string AppVersion = "v2016-05-07";
|
||||
|
||||
private const int MaxMruEntries = 10;
|
||||
private readonly List<string> isoEncodings = new List<string>();
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
ChanSort Change Log
|
||||
===================
|
||||
|
||||
2016-04-27
|
||||
- added support for Hisense channel.db channel lists
|
||||
2016-05-07
|
||||
- added support for Hisense channel.db file format
|
||||
- text reference lists (.txt, .csv, .chl) can now be opened and edited
|
||||
just like TV data files.
|
||||
- added dialog for advanced reference list support to apply partial
|
||||
lists or from different input sources.
|
||||
- swap 2 channels by selecting one in the left list and double-click
|
||||
another one in the right list
|
||||
- inserting channels now also works with channels that already have a
|
||||
new number assigned
|
||||
|
||||
2015-11-29
|
||||
- Samsung E,F,H,J .scm file format: allow independant reordering of each
|
||||
|
||||
Reference in New Issue
Block a user