Details
-
Bug
-
Resolution: Fixed
-
Minor
-
1.4.0
-
None
Description
<div>Moving Pictures currently only supports 2x aspect ratios - Fullscreen.png and Widescreen.png</div><div>Reference - <a data-cke-saved-href="http://moving-pictures.tv/wiki/Skin_Designer" href="http://moving-pictures.tv/wiki/Skin_Designer">http://moving-pictures.tv/wiki/Skin_Designer</a>'s_Guide#MediaInfo_Labels</div><div>Fullscreen.png is missing and widescreen.png incorrectly shows 2.35:1</div><div>(16:9 , 1.85:1 , 2.35:1 , 2.4:1 are lumped together under widescreen.png)</div><div><br /></div><div>Two options</div><div><br /></div><div>Add fullscreen.png and alter widescreen.png ; fullscreen.png = 4:3 , widescreen = Widescreen logo</div><div><br /></div><div>We can calculate the AR within the skin to display the appropriate logo. Width / Height rounded to nearest 1 decimal point.</div><div><ol style="padding-right: 0px; padding-left: 30px; margin: 15px 0px; color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 13.333333969116211px; line-height: 24.44444465637207px; background-color: rgb(251, 251, 251);"><li><p style="margin: 15px 0px;">We can calculate the AR within the skin to display the appropriate logo. Width / Height rounded to nearest 1 decimal point.</p></li></ol><p style="margin: 15px 0px; color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 13.333333969116211px; line-height: 24.44444465637207px; background-color: rgb(251, 251, 251);">1.3 = 4:3<br />1.4 = 4:3<br />1.7 = 16:9<br />1.8 = 16:9<br />1.9 = 1.85:1<br />2.3 = 2.35:1<br />2.4 = 2.35:1</p><p style="margin: 15px 0px; color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 13.333333969116211px; line-height: 24.44444465637207px; background-color: rgb(251, 251, 251);">math.round(mul(#MovingPictures.LocalMedia.videowidth, #MovingPictures.LocalMedia.videoheight),1)<br /><span style="font-size: 13.333333969116211px; line-height: 24.44444465637207px;">Would need to edit texture tag in 3 files </span><span style="font-size: 13.333333969116211px; line-height: 24.44444465637207px;">movingpictures.mediainfo.xml, movingpictures.mediainfo.details.xml, movingpictures.mediainfo.details.lite.xml</span></p><p style="margin: 15px 0px; color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 13.333333969116211px; line-height: 24.44444465637207px; background-color: rgb(251, 251, 251);"><span style="color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif;">1.3 = 4:3</span></p><p style="margin: 15px 0px; color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 13.333333969116211px; line-height: 24.44444465637207px; background-color: rgb(251, 251, 251);"><span style="color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif;">1.4 = 4:3</span></p></div><div>1.7 = 16:9</div><div>1.8 = 16:9</div><div>1.9 = 1.85:1</div><div>2.3 = 2.35:1</div><div>2.4 = 2.35:1</div><div><br /></div><div>math.round(mul(#MovingPictures.LocalMedia.videowidth, #MovingPictures.LocalMedia.videoheight),1)</div><div><br /></div><div>Would need to edit texture tag in 3 files</div><div>movingpictures.mediainfo.xml, movingpictures.mediainfo.details.xml, movingpictures.mediainfo.details.lite.xml</div><div><br /></div><div><a data-cke-saved-href="http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/7_Skins/Skin_Architecture/Skin_Logic/Skin_Expressions" href="http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/7_Skins/Skin_Architecture/Skin_Logic/Skin_Expressions">http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/7_Skins/Skin_Architecture/Skin_Logic/Skin_Expressions</a></div><div><br /></div><div><a data-cke-saved-href="http://moving-pictures.tv/wiki/Skin_Designer" href="http://moving-pictures.tv/wiki/Skin_Designer">http://moving-pictures.tv/wiki/Skin_Designer</a>'s_Guide#MediaInfo_Labels</div>
Attachments
Issue Links
- links to