From 7d2e679b7e5d6558cddf073dd59660aa01d9678e Mon Sep 17 00:00:00 2001 From: hbeham Date: Mon, 5 May 2014 10:36:18 +0200 Subject: [PATCH] changed version number added info about VDR format support --- ChanSort.sln | 16 ++++++++++++++-- ChanSort/AboutForm.cs | 5 ++++- ChanSort/MainForm.cs | 2 +- readme.txt | 13 +++++++++++-- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/ChanSort.sln b/ChanSort.sln index 69b8049..c0ae365 100644 --- a/ChanSort.sln +++ b/ChanSort.sln @@ -1,6 +1,8 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30110.0 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChanSort", "ChanSort\ChanSort.csproj", "{5FAFDABC-A52F-498C-BD2F-AFFC4119797A}" ProjectSection(ProjectDependencies) = postProject {68DA8072-3A29-4076-9F64-D66F38349585} = {68DA8072-3A29-4076-9F64-D66F38349585} @@ -28,6 +30,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChanSort.Loader.Panasonic", EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.Loader.LG", "Test.Loader.LG\Test.Loader.LG.csproj", "{F943DBFE-D3C3-4885-A38B-375148012FEC}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChanSort.Loader.VDR", "ChanSort.Loader.VDR\ChanSort.Loader.VDR.csproj", "{74A18C6F-09FF-413E-90D9-827066FA5B36}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -93,6 +97,14 @@ Global {F943DBFE-D3C3-4885-A38B-375148012FEC}.Release|Any CPU.ActiveCfg = Release|Any CPU {F943DBFE-D3C3-4885-A38B-375148012FEC}.Release|Any CPU.Build.0 = Release|Any CPU {F943DBFE-D3C3-4885-A38B-375148012FEC}.Release|x86.ActiveCfg = Release|Any CPU + {74A18C6F-09FF-413E-90D9-827066FA5B36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {74A18C6F-09FF-413E-90D9-827066FA5B36}.Debug|Any CPU.Build.0 = Debug|Any CPU + {74A18C6F-09FF-413E-90D9-827066FA5B36}.Debug|x86.ActiveCfg = Debug|x86 + {74A18C6F-09FF-413E-90D9-827066FA5B36}.Debug|x86.Build.0 = Debug|x86 + {74A18C6F-09FF-413E-90D9-827066FA5B36}.Release|Any CPU.ActiveCfg = Release|Any CPU + {74A18C6F-09FF-413E-90D9-827066FA5B36}.Release|Any CPU.Build.0 = Release|Any CPU + {74A18C6F-09FF-413E-90D9-827066FA5B36}.Release|x86.ActiveCfg = Release|x86 + {74A18C6F-09FF-413E-90D9-827066FA5B36}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ChanSort/AboutForm.cs b/ChanSort/AboutForm.cs index 06c519f..e7f73f8 100644 --- a/ChanSort/AboutForm.cs +++ b/ChanSort/AboutForm.cs @@ -12,7 +12,10 @@ namespace ChanSort.Ui this.gcPlugins.DataSource = plugins; this.txtCredits.Text = -@"Vitor Martins Augusto: +@"TCr82: +Support for VDR's channels.conf file format + +Vitor Martins Augusto: Portuguese translation PDA-User: diff --git a/ChanSort/MainForm.cs b/ChanSort/MainForm.cs index 9b3a412..c9c7245 100644 --- a/ChanSort/MainForm.cs +++ b/ChanSort/MainForm.cs @@ -25,7 +25,7 @@ namespace ChanSort.Ui { public partial class MainForm : XtraForm { - public const string AppVersion = "v2014-01-27"; + public const string AppVersion = "v2014-05-05"; private const int MaxMruEntries = 10; diff --git a/readme.txt b/readme.txt index 57d0e5c..7d82790 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,8 @@ -Version v2014-01-27 ======================================================= +Version v2014-05-05 ======================================================= Changes: -- Added support for Samsung "Channel Digital Sat" channel lists +- Added support for VDR *.conf channel list format + (Thanks to TCr82 for providing this code patch!) The complete change log can be found at the end of this document @@ -76,6 +77,10 @@ Toshiba dvbMainData.db files. (e.g. RL, SL, TL, UL, VL, WL, XL, YL models of series 8xx/9xx) +VDR (Linux Video Disk Recorder) +------- + Supports the channels.conf file format. + Implementation for this was provided by TCr82 from the VDR project. System requirements ======================================================= @@ -111,6 +116,10 @@ OTHER DEALINGS IN THE SOFTWARE. Change log ================================================================ +2014-05-05 +- Added support for VDR *.conf channel list format + (Thanks to TCr82 for providing this code patch!) + 2014-01-27 - Added support for Samsung "Channel Digital Sat" channel lists