[App] More TV channels on E/F/H series

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] More TV channels on E/F/H series

Post by wluczykijwf »

Does your configuration file look like this?
SpoilerShow

Code: Select all

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  
  <configSections>
    <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net"/>
  </configSections>
  <system.net>
    <connectionManagement >
      <add address = "*" maxconnection = "100"  />
    </connectionManagement>
    <settings>
      <servicePointManager expect100Continue="false"/>
    </settings>
  </system.net>
  <!-- Custom record sizes fore each file. -->
  <!-- If you put other values, please send me a notificaion to add at list -->
  <appSettings>
    <add key="fs_default" value="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>
<runtime>
    <loadFromRemoteSources enabled="true"/>
  </runtime>
  <!-- logging parameters -->
  <log4net>
    <appender name="FileAppender" type="log4net.Appender.FileAppender">
      <file value="SamsChannelEditor.log"/>
      <appendToFile value="false"/>
      <layout type="log4net.Layout.PatternLayout">
        <conversionPattern value="%date [%logger] [%-5level] [%thread] %message%newline"/>
      </layout>
    </appender>

    <root>
      <level value="ALL"/>
      <appender-ref ref="FileAppender"/>
    </root>

  </log4net>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    
  </startup>
  <runtime>
    <loadFromRemoteSources enabled="true"/>
  </runtime>
</configuration>
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
prisonbreak1988
SamyGO Project Donor
Posts: 123
Joined: Wed Sep 18, 2013 5:32 pm
Location: sweden

Re: [App] More TV channels on E/F/H series

Post by prisonbreak1988 »

yes. now i only get this messenges. https://www.dropbox.com/s/wleg1kqtk44eh ... 2.jpg?dl=0

i dont have any scm file in the out/ Chlist directory. it`s empty. i have m3u file that i want to test. have windows 10
have UE40ES7005 and UE48JS9005QXXE fw 1470
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] More TV channels on E/F/H series

Post by wluczykijwf »

First you import a *.scm (channel list) file from TV and put it to the in/CHlist directory.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
prisonbreak1988
SamyGO Project Donor
Posts: 123
Joined: Wed Sep 18, 2013 5:32 pm
Location: sweden

Re: [App] More TV channels on E/F/H series

Post by prisonbreak1988 »

Ok
have UE40ES7005 and UE48JS9005QXXE fw 1470
prisonbreak1988
SamyGO Project Donor
Posts: 123
Joined: Wed Sep 18, 2013 5:32 pm
Location: sweden

Re: [App] More TV channels on E/F/H series

Post by prisonbreak1988 »

i have done that you told me. now i get this: https://www.dropbox.com/s/5ei17h3bxzlog ... 3.jpg?dl=0


here is my scm file from tv: https://www.dropbox.com/s/nxk5a22oqhhb7 ... 1.scm?dl=0
have UE40ES7005 and UE48JS9005QXXE fw 1470
matrixabc
SamyGO Project Donor
Posts: 81
Joined: Wed Jan 29, 2014 11:03 am

Re: [App] More TV channels on E/F/H series

Post by matrixabc »

were i found line to change time in your EPG because is time is delay by an hour
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] More TV channels on E/F/H series

Post by wluczykijwf »

matrixabc wrote: Thu May 04, 2017 10:24 pm were i found line to change time in your EPG because is time is delay by an hour
It should be changed automaticity.
Have you normal time on the GIUDE TV app? Otherwise i need your a log file from the OnlineTV app.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] More TV channels on E/F/H series

Post by wluczykijwf »

prisonbreak1988 wrote: Wed May 03, 2017 4:37 pm i have done that you told me. now i get this: https://www.dropbox.com/s/5ei17h3bxzlog ... 3.jpg?dl=0
here is my scm file from tv: https://www.dropbox.com/s/nxk5a22oqhhb7 ... 1.scm?dl=0
Your a channel list has some errors after importing from TV. My app will not fix them.
So:
  1. You opening your the channel list on a online app http://www.samychan.com/.
  2. You saving the channel list through the online app to in/CHlist in a main directory the OnlineTVChanList app.
  3. You launching the OnlineTVChanList app.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
prisonbreak1988
SamyGO Project Donor
Posts: 123
Joined: Wed Sep 18, 2013 5:32 pm
Location: sweden

Re: [App] More TV channels on E/F/H series

Post by prisonbreak1988 »

i give up now. nothing happens when i save the file in http://www.samychan.com. when i save it says please wait.... it should write over the file but it doesn't do that.
have UE40ES7005 and UE48JS9005QXXE fw 1470
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] More TV channels on E/F/H series

Post by wluczykijwf »

prisonbreak1988 wrote: Sun May 07, 2017 9:18 pm i give up now. nothing happens when i save the file in http://www.samychan.com. when i save it says please wait.... it should write over the file but it doesn't do that.
:shock:
You try a channel list from attached a archive file. It's your the channel list after saved through the online app. Of course first unpack the archive. :D
You do not have the required permissions to view the files attached to this post.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500

Post Reply

Return to “[F] Software”