AdvanceSettings: SlideShow
#1
hi folks,

just wondering if someone could elaborate further on the following advancesettings.xml options:

# amount to pan images as a percentage of the screen

<panamount>2.5</panamount>


# amount to zoom images as a percentage of the screen

<zoomamount>5.0</zoomamount>


# amount to compensate (zoom) images to attempt to reduce black bars. results in cropping of the longer length of the image in order to reduce the black bars on the shorter length of the image. defaults to 20.

<blackbarcompensation>20</blackbarcompensation>


for example, how would one disable the "floating" feature and set the zoom on a 1024x768 image so as to fill a 16x9 display.

in the earlier builds of xbmc, i use to set the "floating" feature to 0 and set the "zoom" feature to 37% which would effectively remove the black bars on each side of the image.

cheers,

kz
#2
set panamount to 0.

set zoomamount to 0 if you don't want it to "zoom float"

set blackbarcompensation to enough so that a 4x3 image fills a 16x9 screen.

set it to 16x9/4x3 - 1 = 1/3 * 100% = 34.

cheers,
jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
#3
hi jonathan,

thank you for you the quick response.

best,

kz

Logout Mark Read Team Forum Stats Members Help
AdvanceSettings: SlideShow0