2010-03-17, 17:35
Here we go again...
Description:
This will enable the Program Panels View (only the view) in the programs section of XBMC.
Screenshots:
Instructions:
1. Edit Include_Views.xml in the 720p folder.
Goto line 15 and add the following include command to the other include commands:
Goto roughly line 50 and add the following line into the <include name="Other-Views"> </include> bracket:
It should look like this:
2. Edit MyPrograms.xml in the 720p folder.
Goto line 4 and change the following:
to
(This adds the ID 66 of the program panels element to the available program views.)
3. Download my Viewtype_Program Panels.xml file, unpack it and put it in the 720p folder. Now you should be able to activate the Program Panels view in the programs section.
Download:
http://rapidshare.com/files/364590258/Pr...Panels.rar
Comments:
As noted this will only enable the Programs View, this will not add any of the graphics in the screenshots above. You will have to add your own graphics or screenshots for the panel view. I will post my personal setup soon though.
Have fun,
YRUSirius
Description:
This will enable the Program Panels View (only the view) in the programs section of XBMC.
Screenshots:
Instructions:
1. Edit Include_Views.xml in the 720p folder.
Goto line 15 and add the following include command to the other include commands:
PHP Code:
<include file="Viewtype_Program Panels.xml" />
Goto roughly line 50 and add the following line into the <include name="Other-Views"> </include> bracket:
PHP Code:
<include>Viewtype-Program Panels</include>
It should look like this:
PHP Code:
<include name="Other-Views">
<include>Viewtype-File Mode</include>
<include>Viewtype-Walls</include>
<include>Viewtype-Program Panels</include>
</include>
2. Edit MyPrograms.xml in the 720p folder.
Goto line 4 and change the following:
PHP Code:
<views>50</views>
to
PHP Code:
<view>50,66</view>
(This adds the ID 66 of the program panels element to the available program views.)
3. Download my Viewtype_Program Panels.xml file, unpack it and put it in the 720p folder. Now you should be able to activate the Program Panels view in the programs section.
Download:
http://rapidshare.com/files/364590258/Pr...Panels.rar
Comments:
As noted this will only enable the Programs View, this will not add any of the graphics in the screenshots above. You will have to add your own graphics or screenshots for the panel view. I will post my personal setup soon though.
Have fun,
YRUSirius