New release available
#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


Messages In This Thread
New release available - by Crookas - 2010-12-07, 07:53
re - by Malexx - 2010-12-08, 01:19
GIT version - by limeblue - 2010-12-08, 02:33
[No subject] - by legendman - 2010-12-08, 03:11
[No subject] - by RockDawg - 2010-12-08, 04:02
[No subject] - by htpc guy - 2010-12-08, 04:58
[No subject] - by butchabay - 2010-12-08, 08:10
[No subject] - by RockDawg - 2010-12-09, 04:44
[No subject] - by RockDawg - 2010-12-09, 04:56
[No subject] - by RockDawg - 2010-12-09, 05:10
[No subject] - by JDizzy - 2010-12-09, 06:06
[No subject] - by Malexx - 2010-12-09, 07:46
[No subject] - by dave77 - 2010-12-13, 14:26
[No subject] - by Malexx - 2010-12-15, 03:39
[No subject] - by Crookas - 2010-12-16, 03:07
[No subject] - by RockDawg - 2010-12-24, 06:00
[No subject] - by ZexisStryfe - 2010-12-27, 17:38
[No subject] - by RockDawg - 2010-12-31, 05:06
[No subject] - by Greg. - 2011-01-01, 08:03
[No subject] - by Malexx - 2011-01-02, 02:20
[No subject] - by SCSI - 2011-01-02, 17:24
Logout Mark Read Team Forum Stats Members Help
New release available0