i just got wizard of oz on blu ray and im getting no AR icon for it in MB because it is 4:3. i already know there is a 4:3 icon out there because i see it used for my tv shows, would it be possible to add this for movies as well?
okay after looking into this more and thinking about it, i am realizing this is basically the same fix as ebr already made for 1.78:1, which would be to add the line below into \videobrowser\MediaBrowser\Markup\Controls\MediaInfoPanel.mcml and O:\MediaBrowser\videobrowser\MediaBrowser\Markup\Themes\Diamond\Controls\DiamondMediaInfoPanel.mcml:
<Condition Source="[AspectRatio]" SourceValue="1.33:1" ConditionOp="Equals" Target="[Image.Content]" Value="image://i:Aspect_43"/>
<Condition Source="[AspectRatio]" SourceValue="1.33:1" ConditionOp="Equals" Target="[Image.Content]" Value="image://i:d_Aspect_43"/>