[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.

orlinm
SamyGO Project Donor
Posts: 36
Joined: Mon Feb 03, 2014 7:41 am

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

Post by orlinm »

I'll be thankful to see your .scm file corresponding to TVlist.xml. I think that I have a problem to synchronize it. I test with 9 DTV channels and only one m3u8 stream on my 40F7000 and have no success
UE40C6000
UE40F7000
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 »

orlinm wrote:I'll be thankful to see your .scm file corresponding to TVlist.xml.
Attached
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
orlinm
SamyGO Project Donor
Posts: 36
Joined: Mon Feb 03, 2014 7:41 am

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

Post by orlinm »

Thanks for the quick replay, but I think I just found the problem. In TVlist.xml the <image> brackets have no to be empty. Am I right ?
UE40C6000
UE40F7000
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 »

orlinm wrote:Thanks for the quick replay, but I think I just found the problem. In TVlist.xml the <image> brackets have no to be empty. Am I right ?
Yes. You need to add the logo of the channel.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
kauczu
SamyGO Project Donor
Posts: 6
Joined: Thu Dec 04, 2014 11:01 pm

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

Post by kauczu »

wluczykijwf wrote:New test version!
  • Added support for the EXIT button (if you want to close the application onlineTV, then quickly press the EXIT key twice)
In my case (F6400) pressing EXIT key twice does not unload app from memory definitively, because after modyfying and uploading new TvList.xml file old channels still apears in app. Only reboot TV helps.
orlinm
SamyGO Project Donor
Posts: 36
Joined: Mon Feb 03, 2014 7:41 am

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

Post by orlinm »

wluczykijwf wrote:
orlinm wrote:Thanks for the quick replay, but I think I just found the problem. In TVlist.xml the <image> brackets have no to be empty. Am I right ?
Yes. You need to add the logo of the channel.
Thanks. Where can I see logo ? or this is reserved for future ?
And is it possible I use logo files on my USB for example... I mean on local drive
And .. I think will be useful if the widget inform that there is an error in TVList.xml
UE40C6000
UE40F7000
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 »

kauczu wrote:
wluczykijwf wrote:New test version!
  • Added support for the EXIT button (if you want to close the application onlineTV, then quickly press the EXIT key twice)
In my case (F6400) pressing EXIT key twice does not unload app from memory definitively, because after modyfying and uploading new TvList.xml file old channels still apears in app. Only reboot TV helps.
The basic operation the EXIT key is turning off OnlineTV app and not the unload app from memory definitively.
TVList.xml can be loaded from external sources eg. from the cloud dropbox's. Modify the function Server.hh in the script Server.js.
SpoilerShow

Code: Select all

Server.hh = function(param){
   var link = "TvList.xml"; //<--here new link external source
   Server.host = null;
   Server.fetchVideoList(link);
};
Last edited by wluczykijwf on Tue Mar 03, 2015 11:43 am, edited 1 time in total.
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 »

orlinm wrote:
wluczykijwf wrote:
orlinm wrote:Thanks for the quick replay, but I think I just found the problem. In TVlist.xml the <image> brackets have no to be empty. Am I right ?
Yes. You need to add the logo of the channel.
Thanks. Where can I see logo ? or this is reserved for future ?
And is it possible I use logo files on my USB for example... I mean on local drive
And .. I think will be useful if the widget inform that there is an error in TVList.xml
If you want to display the name and logo channel press green key.
In the future it will be available for more information.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
orlinm
SamyGO Project Donor
Posts: 36
Joined: Mon Feb 03, 2014 7:41 am

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

Post by orlinm »

wluczykijwf wrote: If you want to display the name and logo channel press green key.
In the future it will be available for more information.
Thank you! Great App you created!
UE40C6000
UE40F7000
kauczu
SamyGO Project Donor
Posts: 6
Joined: Thu Dec 04, 2014 11:01 pm

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

Post by kauczu »

wluczykijwf wrote: TVList.xml can be loaded from external sources eg. from the cloud dropbox's. Modify the function Server.hh in the script Server.js.
SpoilerShow

Code: Select all

Server.hh = function(param){
   var link = "TvList.xml"; //<--here new link external source
   Server.host = null;
   Server.fetchVideoList(link);
};
Awesome app!

It would be nice if you give some hint about server.hh function syntax. I placed TvList.xml on lan web server at example adress: h t t p : //192.192.192.192/TvList.xml
What to put in Server.host? I tried 192.192.192.192 with or without quotes - no results.

Post Reply

Return to “[F] Software”