Jezz_X Wrote:nah not really broken down as such just some a reserved for certain things like buttons in some windows and the views so XBMC knows what they are. and in media windows 50 to 59 are views which = 10 different views. in other non media windows you can use 50 to 59 for other things
It was ID 55 ...It got used bythe Episode Fan art View...Thats OK I got rid of the ID 54 DVDThumbs and changed it to the Original DVDWrap view..So far so good it doing what I want it to do I think

I do have a question though:.....Jezz_X what does this do? I moved it around a bunch but it never shows up on the screen..Its in the episode fan art ID section under the labels. I guess I want to know what is label 31011? and what is the ListItem.Overlay:
<control type="label">
<posx>150</posx>
<posy>370</posy>
<width>290</width>
<height>160</height>
<font>font25</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>31011</label>
<visible>IsEmpty(Listitem.thumb)</visible>
</control>
<control type="image">
<posx>655</posx>
<posy>620</posy>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Overlay]</texture>
</control>
Hope I'm not bugging you to much and thanks for the help!