2008-11-11, 09:41 AM
(This post was last modified: 2008-11-11, 09:57 AM by johnsonx42.)
1.3.7 seems to be ignoring any <AspectRatioMode> with a negative number in it. My config.xml has these entries:
This is completely stock from a clean install of 1.3.7, I haven't changed anything.
When I press F7 to cycle aspect ratios, it ignores the Remove Letterbox and Center Cut, the only two with negative numbers. I also tried adding another ratio with a negative number, and it ignored it as well.
1.2.13 did show the two missing ratios, so this is new in 1.3.7.
I do need an AspectRatioMode with a negative number, I'm not just fishing for bugs....
Log attached.
Code:
<TvShape>4x3</TvShape>
<AspectRatioModes shape="4x3">
<AspectRatioMode name="Auto" ratio="0,0,0,0" />
<AspectRatioMode name="Fill" ratio="0,0,1,1" />
<AspectRatioMode name="LetterBox" ratio="0,0.125,1,0.875" />
<AspectRatioMode name="Remove LetterBox" ratio="0,-0.125,1,1.125" />
<AspectRatioMode name="Center Cut" ratio="-0.05,-0.17,1.04,1.17" />
<AspectRatioMode name="PillarBox" ratio="0.08,0,0.92,1" />
</AspectRatioModes>
This is completely stock from a clean install of 1.3.7, I haven't changed anything.
When I press F7 to cycle aspect ratios, it ignores the Remove Letterbox and Center Cut, the only two with negative numbers. I also tried adding another ratio with a negative number, and it ignored it as well.
1.2.13 did show the two missing ratios, so this is new in 1.3.7.
I do need an AspectRatioMode with a negative number, I'm not just fishing for bugs....
Log attached.