Page 1 of 1
Fast toggle sources: DVB-T/DVB-C/SAT (Antenna-Cable-SAT)
Posted: Sat Sep 14, 2013 7:26 am
by juusso
I have got request to make one button switch between sources and hook to unused rc button...
User says here is some RC code (found on old rc).
Does anyone found such key?
Re: Fast toggle sources: DVB-T/DVB-C (Antenna-Cable)
Posted: Sat Sep 14, 2013 7:50 am
by bugficks
maybe KEY_ANTENA = 54,
Re: Fast toggle sources: DVB-T/DVB-C (Antenna-Cable)
Posted: Sat Sep 14, 2013 1:02 pm
by zoelechat
Yes, KEY_ANTENA switches between air and cable but
only between these two.
What I'd like is a key to switch between air and sat, and as I tested
every keycodes I'm afraid there's no such key...
The only way as I already suggested would be to send some "macros" (one key which send a few consecutive keys)
For example, to switch between air and sat I have to do:
Ch_list, Red_key, down, enter, exit
Tested successfully such sequence in ruSamsungTVCommunicator (RC-test menu)
- $ch_list,$.,$red,$.,$down,$enter,$-,$-,$-,$exit
($. and $- are respectively 0.5 and 1 second delays. I mean delays
must be handled for it to work)
Any thought?

Re: Fast toggle sources: DVB-T/DVB-C (Antenna-Cable)
Posted: Sat Sep 14, 2013 1:03 pm
by juusso
hook some code which makes the job? I mean do/remake own KEY_SAT code...
Re: Fast toggle sources: DVB-T/DVB-C/SAT (Antenna-Cable-SAT)
Posted: Sat Sep 14, 2013 2:07 pm
by bugficks
theres one major problem w/ when extending rcremap to send more than one key. i dont know the context and strange things may happen because not in every mode all keys are allowed.
Re: Fast toggle sources: DVB-T/DVB-C/SAT (Antenna-Cable-SAT)
Posted: Sat Sep 14, 2013 2:11 pm
by bugficks
what really would be cool is to make that dumbo TV scriptable. e.g. there are a lot of functions that could be called from a script, this way we would get some logic into it. but this is a major task:)
my idea would be to inject python into exeTV/APP/DSP and bind it to exported functions of those bins

Re: Fast toggle sources: DVB-T/DVB-C/SAT (Antenna-Cable-SAT)
Posted: Sat Sep 14, 2013 2:31 pm
by zoelechat
I switched off but it must be a great idea
