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

Gudio
SamyGO Project Donor
Posts: 19
Joined: Sat Aug 30, 2014 11:46 am

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

Post by Gudio »

I check it after root. /dtv/www is empty. 777 chmod didn't help.
You can check my OnlineTV's log that shows status 0 for these .php files.


Image

@Edit
Few .init files had 000 chmod in /mnt/etc/init.d/ like apache. Setting it back to +x solved the issue.
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 »

Put on your browser on local net a address:

Code: Select all

http://<tv_IP:>1080/cgi-bin/test.cgi
When it <tv_IP> is address IP your TV.
And write a result.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
Gudio
SamyGO Project Donor
Posts: 19
Joined: Sat Aug 30, 2014 11:46 am

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

Post by Gudio »

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 »

OK. PHP server works. I didn't see your post editing.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

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

Post by bobiturboto »

According to the latest epg parser, can we have automatic category Premiere if the tag is present in Epg. Because my epg providers doesn't have such of extra field, can the app search across the epg for certain keywords and add the programs to a new category. For example in my version of HBO I have the keyword premiere in my short title, ofcource not in English. Thank you

Sent from my D6503 using Tapatalk
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 »

bobiturboto wrote:According to the latest epg parser, can we have automatic category Premiere if the tag is present in Epg. Because my epg providers doesn't have such of extra field, can the app search across the epg for certain keywords and add the programs to a new category. For example in my version of HBO I have the keyword premiere in my short title, ofcource not in English.
It is possible from the version libEPG_xml2josn v. 1.7.0.9.
Example create category Premiere from title, add to config.ini a line:

Code: Select all

user categorie via title 0:"Premiere;Premiere;Premiera;????????"
Example create category Premiere from description, add to config.ini a line:

Code: Select all

user categorie via description 0:"Premiere;Premiere;Premiera;????????"
Otherwise if you have the information then you modify your ini file from epg data provider.
Example you have it on html code from EPG data provider:

Code: Select all

<span class="item">bababbaababba ???????? blabalabalaba</span>
Then add to file from epg data provider the code:

Code: Select all

premiere.scrub {single|<li class="info-item movieinfo">|???????|</span>}
premiere.modify {replace(not "")|'premiere'|true}
I'm deliberately skipped last one character in word: "????????".
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

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

Post by bobiturboto »

Thank you very much for the example I will try it.
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 »

bobiturboto wrote:Thank you very much for the example I will try it.
OK. Only for the order. Third example concerns ini file for wg++.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

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

Post by bobiturboto »

Can we have a property dolby (ac3) audio to be preferable, similar to audio language selection from settings? Also if dolby audio is present to be the first selection rather than audio lang preferences. Thanks

Sent from my D6503 using Tapatalk
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 »

bobiturboto wrote:Can we have a property dolby (ac3) audio to be preferable, similar to audio language selection from settings? Also if dolby audio is present to be the first selection rather than audio lang preferences.
Once I thought about it. In javascript API is function, but from what I remember it didn't get me anything.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500

Post Reply

Return to “[F] Software”