Feature display media info icon for 4:3 movies

 
  • Created:over 2 years ago
  • Modified:over 2 years ago by ebr
  • Status:complete
  • Owner:ebr
  • Related:#1084
  • Milestone:Firestorm
1 supporter

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?

 
votes newest oldest
 
  • Created:over 2 years ago

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"/>

 
 
  • Created:over 2 years ago
  • Modified:over 2 years ago
 
 
  • Created:over 2 years ago

sam can i get an approval on this?

 
 
  • Created:over 2 years ago

Sorry, I forgot about this. Just committed it.