Mod Arctic Zephyr: Generations (Jarvis / Leia) [3.4.70 / Coming Soon]
Few more bugs i found while i try to figure out why it crashes on Pi 3 :

16x9/View_58_Cards.xml, line 115 end tag for visible is missing:
Code:
<visible>!stringcompare(ListItem.Label,..)
16x9/View_503_Poster_Square.xml, the control starting on line 49 and ending on 63 is broken, either there is a control which shouldn't be there, or there is one control end tag missing :
Code:
                        <control type="group"> <-- group starts here
                            <visible>!stringcompare(ListItem.Label,..)</visible>
                            <visible>stringcompare(ListItem.Overlay,OverlayWatched.png)</visible>
                            <control type="image"> <-- image starts here
                            <control type="label"> <-- label starts hee
                                <left>379</left>
                                <centertop>32</centertop>
                                <width>32</width>
                                <height>32</height>
                                <font>symbolview</font>
                                <label>$VAR[PercentWatchedLabel]</label>
                                            <textcolor>$VAR[ColourHighlight2]</textcolor>
                                            <visible>!stringcompare(ListItem.Label,..)</visible>
                                        </control> <-- label ends here
                        </control> <-- image ends here

I guess either the <control type="image"> is not supposed to be there, or you forgot to add the end tag before line 72, where the itemlayout ends
Reply


Messages In This Thread
RE: Arctic Zephyr - by faugusztin - 2016-05-20, 16:40
RE: Arctic Zephyr: From Ashes - by ramin_85 - 2016-06-10, 18:57
126 mb skin? - by licnexus - 2016-07-22, 22:09
Missing Menu? - by park13 - 2016-12-31, 22:11
Random music background - by papayo29 - 2017-01-05, 15:10
Logout Mark Read Team Forum Stats Members Help
Arctic Zephyr: Generations (Jarvis / Leia) [3.4.70 / Coming Soon]7