[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 ES/F series

Post by wluczykijwf »

bartik wrote:the delay is ok in the earlier vesions before 1.1.0
i went back to version 1.09b is the best solution for me for now
In the OnlineTV v. 1.0.9b operates in a different mode than in OnlineTV v. 1.1.0.
Unfortunately, not all users is working properly. And there is a problem with keys.
To this mode, you can go modifying config.xml.
Before:

Code: Select all

<IspBound>n</IspBound>
After:

Code: Select all

<IspBound>y</IspBound>
And you can add:

Code: Select all

<channelType>child</channelType>     
    <channelDisplay>invisible</channelDisplay>
Or:

Code: Select all

<channelType>root</channelType>     
    <channelDisplay>y</channelDisplay>
You can also multiapp disabled.
Before:

Code: Select all

<multiapp>y</multiapp>
After:

Code: Select all

<multiapp>n</multiapp>
Modifying the config.xml file requires re-enabled TV.
You can experiment :).
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 ES/F series

Post by wluczykijwf »

New stable version OnlineTV v. 1.1.2.
Changelog:
  • 1. Fixed minor a bugs
    2. Added displayed current bitrates
20160106225515.jpg
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
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

Please you try again a version OnlineTV v. 1.1.2.
Before I attached the wrong file index.html. The problem reported by @cvxcvx.
This version the app is stable and works on ES-series (report by @mygen) and F-series (report by @cvxcvx).
Thanks for your report.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
spencer
SamyGO Project Donor
Posts: 22
Joined: Tue Jan 07, 2014 3:56 pm

Re: [APP] More TV channels on ES/F series

Post by spencer »

wluczykijwf wrote:
spencer wrote:
wluczykijwf wrote:OK. Thanks for your a tests.
New version OnlineTV app (v. 1.0.8b). Please test.
Same issues..
OK. New minor fix in new stable version OnlineTV app (v. 1.0.8d). Please test and report.
Added & Fixed
  • 1. Minor a bags submitted by @blask333
    2. Added detection a channel of source when loaded channel from TvList.xml (DTV, CDTV, SATD)
    3. Added the ability to run on a favorite channel when TV started. (if press red key on/off on RC)
    • Find parameter RestartCH in section

      Code: Select all

      var Main = 
      {
      }
      and set number favorite channel

      Code: Select all

      RestartCH: 16,
    • If option off you set default value -1

      Code: Select all

      RestartCH: -1,
    • It applies only source, which is based on a list for OnlineTV.
Does the procedure to run favorite channel not work anymore?
UE32F5500 T-MST12DEUC-2104.2
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [APP] More TV channels on ES/F series

Post by wluczykijwf »

spencer wrote: Does the procedure to run favorite channel not work anymore?
It works, but I'll on next version move the RestartCH variable to the Settings.js file.
In v. 1.0.8d was temporary solution.
If you want set a favorite channel number, to in the Main.js file find the code:

Code: Select all

case "00000041":
                {
                    var CH = 16;
                    var minor = 65534;
                    Main.windowPlugin.SetChannel(parseInt(CH), parseInt(minor));
                    Debug.Log("[Main] The Power Off Start");
                    break;
                }
and set your favorite channel number (default 16):

Code: Select all

var CH = 16;
In the Settings.js file I'll want to put all the variables that will a user modify discretion. To change the version doesn't cause user settings file (Settings.js).
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
spencer
SamyGO Project Donor
Posts: 22
Joined: Tue Jan 07, 2014 3:56 pm

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

Post by spencer »

thank you :)
UE32F5500 T-MST12DEUC-2104.2
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 »

New stable version OnlineTV v. 1.1.3.
Changelog:
  • 1. Fixed minor a bugs
    2. Moved the RestartTVChannel variable to the Settings.js file (description: here & here)
    3. Added function the LanguageNumToStr to the Util.js file
    4. Added displayed a next program when when press green key on RC
    5. Added displayed a extend text for current program when press yellow key on RC (before must inject the libOnlineTVExText)
BBC4.png
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
Grimoire
SamyGO Project Donor
Posts: 3
Joined: Sun Jan 03, 2016 9:33 pm

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

Post by Grimoire »

Hi Folks,

great widget, but i have a huge problem:
After starting the stream it works for a few seconds. After that it freeze and i need to manual switch the channel. Looks like a streamingbuffer issue ,,?
I am using the current build on a UE46F5370.

Can someone can provide me a valid streamlink (m3u8) for testing (where you know it works), maybe it depends on my source.

Thank you
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 »

@Grimoire check your source on VLC (on PC, laptop, tablet, phone...).
If it works there then you send a current log from folder: /mtd_rwcommon/widgets/user/OnlineTV to this topic.
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 »

New stable version OnlineTV v. 1.1.4.
Changelog:
  • 1. Added record stream on disk function.
Usage stream record function:
  • 1. Install new scripts listCH on your TV.
    2. Set record directory on Setting.js file:

    Code: Select all

    RecDir: "/dtv/usb/sdb1/REC",
    3. Start/stop stream record using PLAY key on RC.
Record stream function works only HTTP type. It doesn't works for rtmp and mms protocol.
20160125001719.jpg
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”