From 9e9028a99c3d05d99ad591d3a223d5a97759a2b0 Mon Sep 17 00:00:00 2001 From: Horst Beham Date: Sun, 3 May 2020 18:07:28 +0200 Subject: [PATCH] added experimental support for LG WebOS 5.0 (e.g. OLED CX series) - NO favorite list support - UNCLEAR behavior when the list contains channels from multiple sources (DVB-C/T/S) - so far only files with a single source are supported --- .../ChanSort.Loader.GlobalClone.csproj | 10 + .../ChanSort.Loader.GlobalClone/GcChannel.cs | 8 +- .../GcJsonSerializer.cs | 202 +- .../GcSerializerPlugin.cs | 8 +- .../GcXmlSerializer.cs | 13 +- .../packages.config | 4 + source/DLL/Newtonsoft.Json.dll | Bin 0 -> 700336 bytes .../Test.Loader.GlobalClone.csproj | 1 + .../TestFiles/GlobalClone200-inner.json | 42788 ++++++++++++++++ source/changelog.md | 3 + source/makeDistribZip.cmd | 4 +- 11 files changed, 43013 insertions(+), 28 deletions(-) create mode 100644 source/ChanSort.Loader.GlobalClone/packages.config create mode 100644 source/DLL/Newtonsoft.Json.dll create mode 100644 source/Test.Loader.GlobalClone/TestFiles/GlobalClone200-inner.json diff --git a/source/ChanSort.Loader.GlobalClone/ChanSort.Loader.GlobalClone.csproj b/source/ChanSort.Loader.GlobalClone/ChanSort.Loader.GlobalClone.csproj index 9fe995f..e455706 100644 --- a/source/ChanSort.Loader.GlobalClone/ChanSort.Loader.GlobalClone.csproj +++ b/source/ChanSort.Loader.GlobalClone/ChanSort.Loader.GlobalClone.csproj @@ -23,6 +23,7 @@ prompt 4 false + latest AnyCPU @@ -33,6 +34,7 @@ prompt 4 false + latest true @@ -43,6 +45,7 @@ prompt MinimumRecommendedRules.ruleset false + latest ..\Release\ @@ -53,11 +56,15 @@ prompt MinimumRecommendedRules.ruleset false + latest + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + @@ -114,6 +121,9 @@ + + +