Disable sideblade in timeline
#1
I would like to disable the sideblade on the PVR timeline screen. I want to go to directly to the timeline view when I click "livetv" (already done) then back to the main menu when I hit back. I am not interested in going to the other views.

Can anyone tell me where to edit to change this?
Reply
#2
The back button function is declared in the <onback> tag in the EPG grid. Comment it out and the back button should go to the menu (As I've done too in my skin).

I'm using the Helix version already, which has a lot of changes in the PVR views, but the file would be ViewsPVR.xml for the Gotham skin iirc. So locate:
Code:
<control type="epggrid" id="10">
  <description>EPG Grid</description>
  ---
  <onleft>31</onleft>
  <onright>31</onright>
  <onup>10</onup>
  <ondown>10</ondown>
  <onback>9000</onback>
  ---
and remove the <onback>9000</onback> line. You can also set <onleft> and <onright> to 10 to disable the sidebar when navigating far left or right on the epg. If you're using Helix already the file would be ViewsPVRGuide but the process is the same.
Reply

Logout Mark Read Team Forum Stats Members Help
Disable sideblade in timeline0