(2012-03-30 21:20)Abe Froman Wrote: how do you change the # of items?
You have to add additional items or remove from the code starting with
Code:
<item id="1">
<label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
<label2></label2>
<onclick>PlayMedia($INFO[Window.Property(LatestMovie.1.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.1.Thumb)]</icon>
<thumb>-</thumb>
</item>
There should already be 10 in the mod. If you want less than remove 10, 9, 8, etc. Unfortunately, 10 is the limit. The recently added movies display is hard coded to allow only 10 and can't be changed.