nessus Wrote:My mod Xperience More, has also the Home Panels View in programs section.
Cheers
Nessus
Hell Nessus and thanks for the info! You've been my only savior to step in so far.
I tried your method and, unfortunately, simply changing the values in the view line did not work for me under the default Xperience skin. However, there is something very illogical about this that seems prevalent any time I try to mod...and it's driving me up a wall.
I'll use your
Xperience MORE skin mod as an example...
Let's look at both the
Include_Views and
MyPrograms files:
In the
Include_Views file, you can clearly see that under the "
Other-Views" section it has three views listed that should be available when using this option:
Quote:<include>Viewtype-File Mode</include>
<include>Viewtype-Walls</include>
<include>Viewtype_Programs_Panels</include>
Now let's look at the
MyPrograms in your mod:
Here we see two things. Firstly that, under the "
Controls" list we see that "
Other-Views" is listed, as you can see here:
Quote:<controls>
<include>CommonItems</include>
<include>Other-Views</include>
<include>Common-NowPlaying</include>
<include>FadeBackground</include>
Secondly, we see at the top in the "
views" line you have included both ID's of
50 and
68 (which match the ID's of the
Viewtype-File Mode.xml and
Viewtype_Programs_Panels.xml accordingly).
Quote:<views>50,68</views>
NOW! Here is where 2+2 SHOULD equal 4 BUT it doesnt...
The view ID for the
Viewtype_Walls (found in the
Pictures panel of XBMC) is
56. We've also established above that it's listed in line 2 of "
Other-Views"
WHICH IS LISTED IN THE MyPrograms.xml FILE.
So now I get to my question:
Theoretically I should be able to just simply add the number
56 to the already present
<views>50,68</views> line and
BOOM...the wall view should be available for selection in the
Programs panel.
BUT THIS DOES NOT WORK WHEN I TRY IT. It's the same for either skin.
Why?