[App] libLogChannel B/D/E/F/H

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.

geo650
Official SamyGO Developer
Posts: 303
Joined: Wed Oct 07, 2009 12:03 pm

Re: [App] libLogChannel D/E/F/H

Post by geo650 »

Problem with B-series has been resolved by zoelechat. I have created simplified version for B-series only:
B-series example library with source
to be sure I can implement it in my PVR+ application.
So, after several coredumps :roll: , my thread is closed. Thank you all. :P
Cheers!

EDIT 2015-05-01 (I wrote it earlier, but you know what happened ;) ):
Maybe someone would be interested in values returned by TCWindow::GetSource() function, after my tests made on B650.

Code: Select all

// return values for TCWindow::GetSource (Internet@TV, Guide and teletext doesn't affect these values)
enum
{
   SOURCE_TUNER = 0,
   SOURCE_CVBS = 15,
   SOURCE_COMPONENT = 23,
   SOURCE_VGA = 27,
   SOURCE_HDMI1 = 31,
   SOURCE_HDMI2 = 32,
   SOURCE_HDMI3 = 33,
   SOURCE_HDMI4 = 34,
   SOURCE_EXT1 = 35,
   SOURCE_EXT2 = 36,
   SOURCE_WISELINK = 43
};
hu8200
SamyGO Project Donor
Posts: 26
Joined: Wed Dec 31, 2014 1:10 am

Re: [App] libLogChannel B/D/E/F/H

Post by hu8200 »

hi.
i need read all CAID's from sat channels readed from LogChannel.log by other script. can you add this feature? or maybe i can read CAID's in a different way?
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libLogChannel B/D/E/F/H

Post by zoelechat »

hu8200 wrote:i need read all CAID's from sat channels readed from LogChannel.log by other script. can you add this feature? or maybe i can read CAID's in a different way?
Check newest version of libChanList and use DETAILS arg :)
I do NOT receive any PM. Please use forum.
mad_ady
SamyGO Project Donor
Posts: 268
Joined: Sun May 03, 2015 10:42 am

Re: [App] libLogChannel B/D/E/F/H

Post by mad_ady »

I got a chance to try out your lib and it works as expected, thanks! I'd like to ask how can I determine if the TV panel is on at the time of injection (I'm using libSoftPowerOff as well)? Also, if I want to keep track of what is being watched, I'd need to periodically inject the lib and read/parse the output, right?
Thanks!
H6400, firmware 2602.2 downgraded to 2130
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libLogChannel B/D/E/F/H

Post by zoelechat »

Right, but better use libChanList which almost took place of current one, it reports more stuff (such as soft-off, recording state...). Use it with NOLIST arg if you don't want to parse a channel list on each injection :)
I do NOT receive any PM. Please use forum.
mad_ady
SamyGO Project Donor
Posts: 268
Joined: Sun May 03, 2015 10:42 am

Re: [App] libLogChannel B/D/E/F/H

Post by mad_ady »

Thanks, I'll take a look!
H6400, firmware 2602.2 downgraded to 2130
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: [App] libLogChannel B/D/E/F/H

Post by wluczykijwf »

@zoelechat You may know how to get from the TV program when active is different than the TV source e.g. Media source?
A output parameter Program name is empty.
SpoilerShow

Code: Select all

[LogChannel] SamyGO D/E/F/H libLogChannel v0.1.1 - (c) zoelechat 2015
[LogChannel] >>>
[LogChannel] Channel number: 35
[LogChannel] Channel name: AleKino+ HD
[LogChannel] Program name: 
[LogChannel] Source: Undefined (89)
[LogChannel] TV mode: Air (0)
[LogChannel] Volume: 5
[LogChannel] Resolution: 720x576
[LogChannel] <<<
Do I need to change the first argument in this function?

Code: Select all

hCTX.TCTvProxy_GetPresentProgram(hCTX.GetTv(), channel, 1, program);
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
zoelechat
SamyGO Moderator
Posts: 8615
Joined: Fri Apr 12, 2013 7:32 pm
Location: France

Re: [App] libLogChannel B/D/E/F/H

Post by zoelechat »

Never asked myself the question, but I just tried, I've got the right TV program name whatever is source. I know no other way.
However that lib was one of my first beta-tries (some practice :) ), it's full of bugs and it's not impossible that program is correctly retrieved but "accidentally" erased afterwards :D
I do NOT receive any PM. Please use forum.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

Re: RE: Re: [App] libLogChannel B/D/E/F/H

Post by wluczykijwf »

Ok. Thank you. I tried on.
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] libLogChannel B/D/E/F/H

Post by wluczykijwf »

Code: Select all

TCTvProxy_GetPresentProgram(void *this, void *channel, unsigned int startTime,  void *program)
@zoelechat your app works for orginal EPG from a provider, but this function simply doesn't allow download of the program if EPG is injected through libEPG.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500

Post Reply

Return to “[F] Software”