Aksala

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Livin Offline
Posting Freak
Posts: 3,432
Joined: May 2004
Reputation: 17
Location: above ground
Post: #81
My personal opinion... in that view I think the fan art looks out of place.

I'm not an expert but I play one at work.
find quote
ddlooping Offline
Member
Posts: 57
Joined: Dec 2010
Reputation: 0
Post: #82
Livin Wrote:My personal opinion... in that view I think the fan art looks out of place.
You might be right. Wink
find quote
ddlooping Offline
Member
Posts: 57
Joined: Dec 2010
Reputation: 0
Post: #83
Hello Stranger Smile

This is what I did...

In the new view type file:

Quote:<includes>
<include name="Viewtype_Mixed">
<control type="group">
<visible>Control.IsVisible(555)</visible>

Pick an id for your view (555 in my case) that is not already in use (see below).


In "MyVideoNav.xml"

Quote:<views>51,505,53,57,502,501,52,55,54,56,58,59,503,508,504,509,507,555</views>
...
...
...
<include>Viewtype_Fanart_Wide</include>
<include>Viewtype_Poster_Wall</include>
<include>Viewtype_Mixed</include>

In "Includes.xml"

Quote: ...
<include file="Viewtype_Poster_Wall.xml" />
<include file="Viewtype_Fanart_Wide.xml" />
<include file="Viewtype_Mixed.xml" />

According to this thread, the last step might not be necessary. Confused
find quote
Stranger Offline
Fan
Posts: 318
Joined: Oct 2009
Reputation: 0
Location: London, UK
Post: #84
ddlooping Wrote:Hello Stranger Smile

This is what I did...

In the new view type file:



Pick an id for your view (555 in my case) that is not already in use (see below).


In "MyVideoNav.xml"



In "Includes.xml"



According to this thread, the last step might not be necessary. Confused

Thanks! I just got directions in the other thread but these are great
find quote
ddlooping Offline
Member
Posts: 57
Joined: Dec 2010
Reputation: 0
Post: #85
You're welcome. Wink
find quote
FArmy Offline
Junior Member
Posts: 3
Joined: Jan 2011
Reputation: 0
Post: #86
ddlooping Wrote:Hello Stranger Smile

This is what I did...

In the new view type file:



Pick an id for your view (555 in my case) that is not already in use (see below).


In "MyVideoNav.xml"



In "Includes.xml"



According to this thread, the last step might not be necessary. Confused

I'm having problems with making a new viewtype. I did exacly everything that ddlooping did previously, but new viewtypes won't appear in list.
I don't want to remove any viewtypes I just wanna add a new one.

I'm made few changes to viewtype_Files.

http://www.students.tut.fi/~hietamie/xbmc2.png

Changed title to logo, but logo isn't visible deeper in the folder structure.

http://www.students.tut.fi/~hietamie/xbmc3.png

If there is only one season of the tv show logo is visible, but like in the screenshot it is not. Confused
find quote
Stranger Offline
Fan
Posts: 318
Joined: Oct 2009
Reputation: 0
Location: London, UK
Post: #87
FArmy Wrote:I'm having problems with making a new viewtype. I did exacly everything that ddlooping did previously, but new viewtypes won't appear in list.
I don't want to remove any viewtypes I just wanna add a new one.

I'm made few changes to viewtype_Files.

... I have this problem but just left it. I modded an existing view and in the view list it shares the name of the view I modded unless I alter the viewtype label line

Code:
    <!-- Browser -->
            <control type="panel" id="54">
                <viewtype label="31051">icon</viewtype>

I'm not sure what the label corresponded to so I left it but would love to know where to look (also where does the control type correspond to?, If I do not alter it to match the random view id I set it messes up other views)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,928
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #88
Check List Container, Wrap List Container, Fixed List Container and Panel Container here - http://wiki.xbmc.org/?title=Controls

[Image: sig_zps3af3b48e.jpg]
find quote
alexandergoll Offline
Member
Posts: 59
Joined: Oct 2010
Reputation: 0
Post: #89
Hi ddlooping,

any chance you can share the current status. Understood you are mostly done with the inverting stuff?
find quote
George Offline
Senior Member
Posts: 109
Joined: Feb 2010
Reputation: 0
Location: The Netherlands
Post: #90
Did I miss something or has this scheme still not been released? I'd really like to use it.
find quote
Post Reply