Kodi Community Forum
Changing channel on the guide without the menu? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: Changing channel on the guide without the menu? (/showthread.php?tid=128696)



Changing channel on the guide without the menu? - Jimbawb - 2012-04-12

Hi guys, im not sure if this is a PVR or a skin question?

Basically when i click on a channel on the epg guide i'd like it to tune directly to the channel and not get the popup menu which says "switch / record / ok" on it, does anyone know how to do this? Thanks in advance!


RE: Changing channel on the guide without the menu? - loggio - 2012-04-13

Sure, add this to your advancedsettings.xml

<pvr>
<showepginfoonselect>false</showepginfoonselect>
</pvr>


RE: Changing channel on the guide without the menu? - Jimbawb - 2012-04-13

ahh fantastic, thank you! Are these features documented anywhere out of interest?


RE: Changing channel on the guide without the menu? - loggio - 2012-04-13

Nope... You have to dig deep. A shame really... But it's not in mainline yet so I guess that's why. Maybe there should be a sticky thread for advancedsettings, and remote commands or something. Would help out people a lot and should eliminate double posts.

Hope that helped.



RE: Changing channel on the guide without the menu? - josch.hh - 2012-04-14

You may look here:

https://github.com/opdenkamp/xbmc/blob/master/xbmc/settings/AdvancedSettings.cpp

it is not a documentation, but you can get at least an impression what else can be possible.


RE: Changing channel on the guide without the menu? - Jimbawb - 2012-04-14

Great,ŧhanks guys. A remote setup/guide for each remote would be very hand - i've been struggling with my hauppauge nova-t for a few weeks and i think i have finally got it working properly, i'll post up a guide sometime soon as i dont want to go through that hell again, and it seems like there is no other good enough guide about on the net!