Program Panels in the Programs section

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
YRUSirius Offline
Junior Member
Posts: 31
Joined: Jan 2010
Reputation: 0
Post: #1
Here we go again... Wink


Description:

This will enable the Program Panels View (only the view) in the programs section of XBMC.



Screenshots:

[Image: screenshot007.jpg]

[Image: screenshot008.jpg]



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
(This post was last modified: 2010-03-18 16:42 by YRUSirius.)
find quote
anandus Offline
Junior Member
Posts: 46
Joined: Nov 2008
Reputation: 0
Post: #2
I've been waiting for this thread for days Smile
I've still got the older 'dvd'-size version, without the titles.

The above description is for the 'square' version wíth the titles, right? Smile

Edit:
It is, had to edit the original skin, though (with the edited one, it was a hybrid, square ánd DVD :-P )
(This post was last modified: 2010-03-17 23:12 by anandus.)
find quote
YRUSirius Offline
Junior Member
Posts: 31
Joined: Jan 2010
Reputation: 0
Post: #3
But you didn't try to get the square panels when you used my View_Programs Panel.xml? You sure about that?

-YRUSirius
find quote
anandus Offline
Junior Member
Posts: 46
Joined: Nov 2008
Reputation: 0
Post: #4
YRUSirius Wrote:But you didn't try to get the square panels when you used my View_Programs Panel.xml? You sure about that?

-YRUSirius
The site went down when I was still editting the xml-files, I think. I had the very first draft, which was using, I think, "Viewtype-Posters Movies"-include in the Other-views-section of Include-views. But I wasn't able to finish it all, I think.
--------------------------------------
Anyway, with a fresh set of files and following the little howto in this topic everything worked fine, so i'm a happy camper now Smile

I still wonder where you got the pics you have in the panels in the first picture (with the consoles)?
find quote
YRUSirius Offline
Junior Member
Posts: 31
Joined: Jan 2010
Reputation: 0
Post: #5
Ok, good to hear.

I made those graphics myself, I might post them and their layered Paint.NET files so anyone can modify them any way they want.

-YRUSirius
find quote
YRUSirius Offline
Junior Member
Posts: 31
Joined: Jan 2010
Reputation: 0
Post: #6
Alright, I got a question for some experienced coders.

Say, I got this program view for my roms.

[Image: screenshot006.jpg]

Would it be possible to play a little gameplay preview of the game after a few seconds over the title screen of the selected video? Let's say I got a collection of gameplay previews (wmv, 30 secs) in a specific location.

Would I need to program a plug-in or a script for this? Or any other ideas? Something like a new game launcher plugin/script for xperience with the same interface (xperience panel view)?

-YRUSirius
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #7
As far as I know, playing a file automatically after hovering for x amount of seconds I haven't seen done. Seen it asked a few times but any of the answers never worked...

Only way I can think of is you could have <ondown> activate a button, then that button plays a file...

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
jskube Offline
Junior Member
Posts: 29
Joined: May 2009
Reputation: 0
Post: #8
First thanks for the mod, the default and only view for Programs under Xperience is pretty boring for emulators. I have one question in regards to the art being displayed. For all of my games I use the box art as opposed to in game screen shots that are used in the screen shots. Now for SNES and N64 games where the box is wider then it is taller the boxes are displayed perfect. Now for Genesis, and Nintendo where the box are is taller then it is wide it compresses the picture down into a nice square.

This is odd to me because when pictures are displayed width doesnt seem to be affected but height is. Is this normal behavior and if it is would it be quite an undertaking to make it so taller pictures are not compressed down into a square?
find quote
XBMCG33K Offline
Skilled Skinner
Posts: 1,252
Joined: Dec 2008
Reputation: 4
Location: 4 8 15 16 23 42
Post: #9
Tried to implement this today to see if it would look good and proper and it seems mcborzu used the same xml here: http://forum.xbmc.org/showthread.php?tid=71952 for TV Panels view which I have already added and this no longer seems to work YRUSirius if you want to update this for me I'll probably add it to the 1.1 release.
find quote
YRUSirius Offline
Junior Member
Posts: 31
Joined: Jan 2010
Reputation: 0
Post: #10
I haven't used mcborzus mod yet, so I haven't looked at it in any detail yet.

I can't remember; did he use my Viewtype_Program Panels.xml? If so, try renaming either his or my file to something else? Or maybe use another ID if that's conflicting with each other?

I haven't looked at my own mod in some time in fact (due to not using mcborzus mod).

Ask mcborzu to make his mod compatible with mine. Tongue Wink

-YRUSirius

EDIT: Say, you rename my "Viewtype_Program Panels.xml" file to "Viewtype_Original Program Panels.xml" and change this in the scripts too? Would this be enough to make it work? Maybe you'll need to change the ID to something like 69 additionally; a new unused value.
(This post was last modified: 2010-09-06 03:09 by YRUSirius.)
find quote
Post Reply