Page 87 of 110
Re: [App] More TV channels on E/F/H series
Posted: Mon Nov 28, 2016 7:13 pm
by wluczykijwf
bobiturboto wrote:May be the app will encourage me to improve my javascript knowledge, and if you want we can refactor it.
I really love peer programming.
Of course. Source code is open and you can develop now

Re: [App] More TV channels on E/F/H series
Posted: Tue Nov 29, 2016 11:08 pm
by wluczykijwf
meiser wrote:Please find attached my logs for v1.1.12.7.
@meiser, Please try replace
Player.js script in main the OnlineTV directory for v. 1.1.12.7 and share a log.
Re: [App] More TV channels on E/F/H series
Posted: Wed Nov 30, 2016 5:18 pm
by meiser
Please find attached the logs with the modified Player.js. But it still doesn't work properly. I have to change to the guide, otherwise the stream doesn't start.
And BTW, I don't have an icon with version 1.1.12.7.
Best regards,
meiser
Re: [App] More TV channels on E/F/H series
Posted: Thu Dec 01, 2016 5:15 pm
by wluczykijwf
meiser wrote:Please find attached the logs with the modified Player.js. But it still doesn't work properly. I have to change to the guide, otherwise the stream doesn't start. [...]
You use temporarily a ENTER key on RC (instead of GUIDE or Ch. List keys) when is displayed loading. I'll try find a solve the issue.
Re: [App] More TV channels on E/F/H series
Posted: Thu Dec 01, 2016 8:25 pm
by wluczykijwf
meiser wrote:[...] And BTW, I don't have an icon with version 1.1.12.7.
Replace config.xml file and reboot TV. This should add a icon for OnlineTV to SmartHUB.
Re: [App] More TV channels on E/F/H series
Posted: Thu Dec 01, 2016 11:56 pm
by wluczykijwf
@meiser, You try one more time replace
Player.js in main OnlineTV directory and share a log. I've applied a trick

Re: [App] More TV channels on E/F/H series
Posted: Fri Dec 02, 2016 8:16 am
by meiser
I'll test this evening, thanks!
I recognized that when I switch from OnlineTV to DTV channels (or vice versa) that the screens flickers twice and the number keys don't work for some seconds (~10-15 sec). Any idea why?
Re: [App] More TV channels on E/F/H series
Posted: Fri Dec 02, 2016 9:42 am
by wluczykijwf
@meiser, This is time to move from mode OnShow (for OnlineTV source) to mode OnPause (for standard sources) and vice versa . You can disable it in Settings.js script and change the:
Code: Select all
autoPauseMode: true, //auto set Pause mode when detect standard source for channel
to:
Code: Select all
autoPauseMode: false, //auto set Pause mode when detect standard source for channel
But then on DTV channels will also OnShow mode. And not all features DTV will then be available (e.g.: dtv subtitle).
Re: [App] More TV channels on E/F/H series
Posted: Fri Dec 02, 2016 3:38 pm
by meiser
Works nicely now, many thanks!!!
But there's a new issue.

If I start SmartHub and then return to the channel, it takes a very long time until it shows "Loading...", sometimes it just doesn't start the stream so that I have to switch to another channel (also takes a long time then until it starts loading).
Re: [App] More TV channels on E/F/H series
Posted: Fri Dec 02, 2016 3:48 pm
by wluczykijwf
meiser wrote:[...] sometimes it just doesn't start the stream so that I have to switch to another channel [...]
It's difficult to identify without log
meiser wrote:[...] (also takes a long time then until it starts loading).
A lot of the elements is checked and loaded therefore the loading process the app takes long.