PDA

View Full Version : TV Button on Remote



tomcoleman
14-11-10, 20:00
is there a way that when i push the TV button on the remote it goes stright to my Favourites (bouquets) ??

As at the moment i have ti push TV then blue circle

silverfox0786
14-11-10, 20:35
you can use a plugin to map the remote nitrino or multiquick buttons

also depending on if you have xml experience then keymap.xml can be edited too

tomcoleman
14-11-10, 20:43
i can edit xml where is the file based and what do i point it to

silverfox0786
14-11-10, 20:56
it is share/enigma2 i cant help you with how to do it as i have not done it my self before but its not hard and lookig at the xml i'm sure you will understand what to do. Just be sure to keep a backup so you can revert back if you mess up

find this in xml

<key id="KEY_TV" mapto="showTv" flags="m" />

and change to

<key id="KEY_TV" mapto="bouquet" flags="m" />

im not sure if what you change it to is correct as like i said i have not done it but as its straight forward it seems thats the answer

irishchris
14-11-10, 21:06
it is share/enigma2 i cant help you with how to do it as i have not done it my self before but its not hard and lookig at the xml i'm sure you will understand what to do. Just be sure to keep a backup so you can revert back if you mess up

find this in xml

<key id="KEY_TV" mapto="showTv" flags="m" />

and change to

<key id="KEY_TV" mapto="bouquet" flags="m" />

im not sure if what you change it to is correct as like i said i have not done it but as its straight forward it seems thats the answer

hi guys let me know if this works as does sound an ideal way rather than having to push up and blue button every time to access favourites

cheers
Chris

tomcoleman
14-11-10, 21:08
in /etc/engima2 there is no keymap.xml file??

irishchris
14-11-10, 21:10
usr/share/enigma2 is the correct location. just make sure to reboot if you do change it.

tomcoleman
14-11-10, 21:18
code is

<key id="KEY_TV" mapto="showTv" flags="m" />

<key id="KEY_TV" mapto="bouquet" flags="m" />


doesnt work, when i know push TV comes up with the no entry symbol in top right of screen

tomcoleman
14-11-10, 21:22
instead of bouquet should it be bouquets ?

tomcoleman
14-11-10, 21:33
that didnt work either maybe it should be showbouquet or showbouquets

tomcoleman
14-11-10, 21:41
that doesnt work either - any ideas???

tomcoleman
14-11-10, 21:43
maybe it should be

<key id="KEY_TV" mapto="showTvBouquets" flags="m" />

or
<key id="KEY_TV" mapto="showTvBouquet" flags="m" />

tomcoleman
14-11-10, 22:22
still cant get it working any ideas?

silverfox0786
14-11-10, 23:11
its something along thouse lines there is also comand 'prevbouquet' and 'nextbouquet'

let me try a few commands and report back

silverfox0786
14-11-10, 23:24
so far i have found that the TV button is hard coded with minimal software coding involvement as soon as you try to change the command it fails to work as a funtional button

tomcoleman
15-11-10, 08:58
Did you get it working at all?