2015-03-25, 18:31
I was having same error. An update for 'Library Data Provider' came down last night and fixed it.
<value condition="StringCompare(Container(9000).ListItem.Property(Widget),2)">plugin://service.library.data.provider?type=randommovies&reload=$INFO[Window.Property(randommovies)]</value>
<control type="panel" id="8001">
<left>207</left>
<top>115</top>
<width>1510</width>
<height>305</height>
<onup>8050</onup>
<ondown>9000</ondown>
<onleft>8001</onleft>
<onright>8001</onright>
<onback>9000</onback>
<onclick>8050</onclick>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
<visible>StringCompare(Container(9000).ListItem.Property(WidgetStyle),Landscape) + [StringCompare(Container(9000).ListItem.Property(WidgetType),1) | StringCompare(Container(9000).ListItem.Property(WidgetType),14) | StringCompare(Container(9000).ListItem.Property(WidgetType),20)]</visible>
<itemlayout height="305" width ="504">
<control type="image">
<include>WP-PanelImageLandscape</include>
<texture fallback="">$INFO[ListItem.Art(landscape)]</texture>
</control>
</itemlayout>
<focusedlayout height="305" width="504">
<control type="image">
<include>WP-PanelImageLandscape</include>
<texture fallback="">$INFO[ListItem.Art(landscape)]</texture>
</control>
<control type="image">
<include>WP-PanelImageLandscape</include>
<include>WP-FocusImageTexture</include>
</control>
</focusedlayout>
<content target="$VAR[WidgetListTargetVar]">$VAR[WidgetListContent]</content>
</control>