Win Change Pictures aspect ratio [SOLVED]
#1
Hi friends!

I have 16:9 42" screen with support native resolution of 1024:768 (4:3 screen usually).
I have calibrated the video aspect ratio through the XBMC settings (System Settings -> Video Output -> Video Calibration).

After this calibration the videos displayed properly. on my screen.
The problem is with the pictures/photographs in XBMC.
All photographs in the slideshow are stretched because the TV resolution of 1024 X 768.

Is there any way to fix it?

Thanks
Reply
#2
Create an advancedsettings.xml (wiki) file in your userdata (wiki) directory and add the following contents to it:
Code:
<advancedsettings>
  <slideshow>
    <blackbarcompensation>0</blackbarcompensation>
  </slideshow>
</advancedsettings>
If you already have an advancedsettings.xml (wiki), then just add the lines from the <slideshow> tag to the </slideshow> tag, inclusive.

Restart XBMC and see if this corrects the stretching issue.
Reply
#3
Works like a charm, Thanks!!
Reply

Logout Mark Read Team Forum Stats Members Help
Change Pictures aspect ratio [SOLVED]1