Can the rotating backdrop be resized/Scaled

I know this has been asked before in a previous thread but no answer was found. Since the last thread was posted quite awhile ago I was wondering if it is at all possible with the newer firmware…

<image image=“@@preview_rect_image” default_image=“@@default_preview_rect_image” x=“0” y=“0” w=“1280” h=“720” textcolor=“@@preview_rect_color” keycolor=“1” ignore_keycolor=“1” bg=“1”/>

Surely just changing the W & H would change the size?

Nope, changing the w & h will only crop the image, it will not change the size.

The background is generated on the top of the preview rectangle image, you can change the size of the preview rectangle, but that in turn doesn’t change the size of the of the backdrop only the amount of the backdrop that is displayed.

1 Like

Hi TW, So theres no way of changing the size as of yet then?

Well, there may be, but I haven’t tested it out yet.

In theory, you should be able to make a smaller backdrop, then in the Photo Settings/Photo Scaling, change it to Keep as Original.  Then change  the w, h, x & y values of the preview rectangle to fit your moviesheet size.

Like I said though, this is untested.

Tinwarble wrote:

Well, there may be, but I haven’t tested it out yet.

 

In theory, you should be able to make a smaller backdrop, then in the Photo Settings/Photo Scaling, change it to Keep as Original.  Then change  the w, h, x & y values of the preview rectangle to fit your moviesheet size.

 

Like I said though, this is untested.

Just had a go at that, I set the scaling to “Keep as Original” then changed the XML to : 

<?image image="@@poster" x="300"y="40" w="420"h="270" scale="100" scale\_type="pan" align="right"?>

All that did was crop the image and the X-Y cor had no effect… maybe Im doing something wrong or its not possible at all?.. any suggestions anyone??

Well, first “@@poster” has nothing to do with the background image.  Second, what size moviesheet did you make?  You would have to generate it smaller than 1280 X 720, try something like 853 X 480.

1 Like

Tinwarble wrote:

Well, first "@@poster" has nothing to do with the background image. Second, what size moviesheet did you make? You would have to generate it smaller than 1280 X 720, try something like 853 X 480.


Hi TW, Im not using moviesheets because of the amount of thumbs I'm displaying (15), it was way to slow with the JS thumbnail moviesheet trick. I've posted you my Gallery View XML to see if you can put me in the right direction of scaling the backdrop. Also, I was just wondering, other than Gallery view, what other views allow for meta data to be displayed?

<?xml version="1.0" encoding="utf-8"?>
<page background="./image/Gallery/setup_icon_001.png">
<?image image="@@poster" x="300"y="40" w="420"h="270" scale="100" scale_type="pan" align="right"?>
<ctrlgrp>
<include filename="./rv_multi_edit_ctrls.xml"/>
<include filename="./rv_browse_common_ctrls.xml"/>
<linebreak/>
<listbox valkey="browselist" move="page"cols="5" rows="3" lbmask="u" loop_scroll="1"_trigger="12" turbo_multi="12" autoenter="1" autoswitch="0" hormove="1" />

</ctrlgrp>

<!--MOVIESHEET -->


<widgetghost valkey="marquee" x="20" y="20" w="780" h="680" ctrlname="browselist" step="15">

<wrapper w="140"h="213" scale="100" scale_type="pan" align="right">
<!--THUMBNAIL ROW 1 -->
<image name="th0" image="@@browse_0_thumbnail" default_image="@@default_thumbnail_0" x="20"y="20"/>
<image name="th1" image="@@browse_1_thumbnail" default_image="@@default_thumbnail_1" x="180"y="20"/>
<image name="th2" image="@@browse_2_thumbnail" default_image="@@default_thumbnail_2" x="340"y="20"/>
<image name="th3" image="@@browse_3_thumbnail" default_image="@@default_thumbnail_3" x="500" y="20"/>
<image name="th4" image="@@browse_4_thumbnail" default_image="@@default_thumbnail_4" x="660"y="20" />
<!--THUMBNAIL ROW 2 -->
<image name="th5" image="@@browse_5_thumbnail" default_image="@@default_thumbnail_5" x="20" y="251" />
<image name="th6" image="@@browse_6_thumbnail" default_image="@@default_thumbnail_6" x="180" y="251"/>
<image name="th7" image="@@browse_7_thumbnail" default_image="@@default_thumbnail_7" x="340"y="251" />
<image name="th8" image="@@browse_8_thumbnail" default_image="@@default_thumbnail_8" x="500"y="251"/>
<image name="th9" image="@@browse_9_thumbnail" default_image="@@default_thumbnail_9" x="660" y="251" />
<!--THUMBNAIL ROW 3 -->
<image name="th10" image="@@browse_10_thumbnail" default_image="@@default_thumbnail_10" x="20"y="483" />
<image name="th11" image="@@browse_11_thumbnail" default_image="@@default_thumbnail_11" x="180"y="483"/>
<image name="th12" image="@@browse_12_thumbnail" default_image="@@default_thumbnail_12" x="340" y="483" />
<image name="th13" image="@@browse_13_thumbnail" default_image="@@default_thumbnail_13" x="500"y="483"/>
<image name="th14" image="@@browse_14_thumbnail" default_image="@@default_thumbnail_14" x="660" y="483"/>
</wrapper>

<wrapper w="140"h="213" align="hcenter" scale="100">
<!--THUMBNAIL FOCUS - ROW 1 -->
<image image="@@frame_0" x="20"y="20"/>
<image image="@@frame_1" x="180"y="20"/>
<image image="@@frame_2" x="340" y="20"/>
<image image="@@frame_3" x="500"y="20"/>
<image image="@@frame_4" x="660" y="20" />
<!--THUMBNAIL FOCUS - ROW 2 -->
<image image="@@frame_5" x="20" y="251"/>
<image image="@@frame_6" x="180" y="251"/>
<image image="@@frame_7" x="340" y="251"/>
<image image="@@frame_8" x="500"y="251"/>
<image image="@@frame_9" x="660"y="251" />
<!--THUMBNAIL FOCUS - ROW 3 -->
<image image="@@frame_10" x="20" y="483" />
<image image="@@frame_11" x="180" y="483" />
<image image="@@frame_12" x="340"y="483" />
<image image="@@frame_13" x="500" y="483"/>
<image image="@@frame_14" x="660"y="483"/>
</wrapper>

</widgetghost>
<!--MOVIE NAME-->
<text x="855"y="20"w="380"h="26" text="@@browse_text" fontsize="25" textcolor="0xffffff" align="left" speed="1" delay="4"/>

<text x="830"y="330"w="490"h="26" text="@@genre" fontsize="20" textcolor="0xffffff" align="left" disable_tail_dots="1"/>
<text x="1095"y="330"w="490" h="26" text="@@year" fontsize="20" textcolor="0xffffff" align="left"/>

<!--PLOT-->
<text x="830"y="380"w="440"h="240" text="@@overview" fontsize="10" numlines="12" linespacing="1" textcolor="0xffffff" align="left" disable_tail_dots="1"/>
<text x="830"y="380"w="440"h="240" text="@@overview" fontsize="10" numlines="12" linespacing="1" textcolor="0xffffff" align="left" disable_tail_dots="1"/>

<text x="830"y="660"w="490"h="26" text="@@totaltime" fontsize="18" textcolor="0xffffff" align="left" />

<!--MY RATING-->
<image image="@@rating" x="1100"y="665"w="124"h="21" align="hcenter"/>
<include filename="./rv_multi_edit_widgets_for_gallery.xml"/>
</page>