New release available
#16
Again, I love this skin! One small thing I've noticed is that the item count and page number info in the upper right is dim and next to impossible to read. It's like the gradient is overlayed on top of it.
Reply
#17
Just a few notes with the horizontal menu/lower enabled-

1.) the clock and the weather information in the upper left corner appear on top of the XBMC overlay. Could this either be moved down or have the xbmc overlay removed?

2.) With this setup there is no way to access the power/favorites buttons on the home screen. As a matter of fact the horizonal menu actually overlays them. It would be nice if you raise the lower menu a bit so those icons were still visible and for a DOWN button press move the active cursor to those icons.
bit(ten) skin (Thread) (Project Site)
metroTV skin (Thread) (Project Site)

Reply
#18
RockDawg Wrote:Again, I love this skin! One small thing I've noticed is that the item count and page number info in the upper right is dim and next to impossible to read. It's like the gradient is overlayed on top of it.

Here are some pics top show what I mean. Even some guidance on editing an xml would be great. As you'll notice, the TV view is the darkest and almost impossible to read.

http://www.flickr.com/photos/8244180@N08/5308000359/

http://www.flickr.com/photos/8244180@N08/5308000541/

Sorry for the links but Flickr and Box.net apparently no longer provide direct links to files so this is the best I can do at the moment.
Reply
#19
RockDawg Wrote:Again, I love this skin! One small thing I've noticed is that the item count and page number info in the upper right is dim and next to impossible to read. It's like the gradient is overlayed on top of it.

+1 from me on both counts.
Reply
#20
I found something but iam not sure if its only at my system or not.

In Cirrus 2.0
when entering Episodelevel in Rightlistview i always get the fallback Image for the Logo instead of the Logo in the right down corner.
Code:
<control type="largeimage" id="7916">
                    <posx>370r</posx>
                    <posy>30</posy>
                    <width>335</width>
                    <height>100</height>
                    <texture fallback="notvshowlogo.png">$INFO[ListItem.path]logo.png</texture>
                    <fadetime>100</fadetime>
                    <aspectratio scalediffuse="false">keep</aspectratio>
                    <visible>!substring(listitem.path,$LOCALIZE[20373])</visible>
                </control>
                <control type="largeimage" id="7917">
                    <posx>370r</posx>
                    <posy>30</posy>
                    <width>335</width>
                    <height>100</height>
                    <texture fallback="notvshowlogo.png">$INFO[ListItem.path]../logo.png</texture>
                    <fadetime>100</fadetime>
                    <aspectratio scalediffuse="false">keep</aspectratio>
                    <visible>substring(listitem.path,$LOCALIZE[20373])</visible>

when changing to this code again it works like it should
Code:
<control type="largeimage" id="7916">
                    <posx>370r</posx>
                    <posy>30</posy>
                    <width>335</width>
                    <height>100</height>
                    <texture fallback="notvshowlogo.png">$INFO[ListItem.path]logo.png</texture>
                    <fadetime>100</fadetime>
                    <aspectratio scalediffuse="false">keep</aspectratio>
                    <visible>!substring(listitem.path,season)</visible>  
                </control>
                <control type="largeimage" id="7917">
                    <posx>370r</posx>
                    <posy>30</posy>
                    <width>335</width>
                    <height>100</height>
                    <texture>$INFO[ListItem.path]../logo.png</texture>
                    <fadetime>100</fadetime>
                    <aspectratio scalediffuse="false">keep</aspectratio>
                    <visible></visible>

Anybody else with the same problem?
And $LOCALIZE[20373] stands for what?i searched but couldnt figure it out??
Reply
#21
Keeps getting better and better. Updated! Thanks! Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
New release available0