SASlions1 / jmm

Automatically exported from code.google.com/p/jmm
0 stars 0 forks source link

StreamedMP has updated skin design dimensions to 1920x1080 #457

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
MyAnime3 only uses the 1280x720 part of the 1920x1080 display area. 

Skin .xml-files need to updated to match the new versions/dimentions of 
StreamedMP. (StreamedMP >= v2.1.0)

Original issue reported on code.google.com by patrik...@gmail.com on 30 Jun 2013 at 8:26

GoogleCodeExporter commented 8 years ago
P.S. seems like the reason is that streamedmp moved to 1080p as native reolution
see
http://forum.team-mediaportal.com/threads/streamed-mp-2-1-1-29-june-2013-support
s-mp-1-4.119200/#post-1004756

Original comment by werndly...@gmail.com on 3 Jul 2013 at 11:14

GoogleCodeExporter commented 8 years ago
Attached are the updated  Anime_xxxxx.xml-files.

All dimensional properties are multiplied by 1.5. (1920/1280=1.5).

List of updated tags below:
</width>
</height>
</posX>
</posY>
</buttonX>
</buttonY>
</buttonwidth>
</buttonheight>
</itemWidth>
</itemHeight>
</textureWidth>
</textureHeight>
</thumbWidth>
</thumbHeight>
</thumbPosX>
</thumbPosY>
</itemWidthBig>
</itemHeightBig>
</textureWidthBig>
</textureHeightBig>
</thumbWidthBig>
</thumbHeightBig>
</thumbPosXBig>
</thumbPosYBig>
</spinPosX>
</spinPosY>
</spinWidth>
</spinHeight>
</PinIconWidth>
</PinIconHeight>
</PinIconXOff>
</PinIconYOff>
</IconXOff>
</IconYOff>
</textXOff>
</textYOff>
</textXOff2>
</textYOff2>
</textXOff3>
</textYOff3>
</backgroundHeight>
</backgroundWidth>
</backgroundX>
</backgroundY>
</foregroundHeight>
</foregroundWidth>
</foregroundX>
</foregroundY>
</frameWidth>
</frameHeight>
</label1YOff>
</label2YOff>
</scrollbarYOff>
</cardWidth>
</cardHeight>
</upBtnXOffset>
</downBtnXOffset>
</deleteBtnXOffset>

(All these values are updated via a search-multiply-replace script.)

Original comment by patrik...@gmail.com on 4 Jul 2013 at 5:22

Attachments:

GoogleCodeExporter commented 8 years ago
http://forum.team-mediaportal.com/threads/streamed-mp-2-1-1-29-june-2013-support
s-mp-1-4.119200/page-2#post-1008796

Original comment by werndly...@gmail.com on 8 Jul 2013 at 4:44

GoogleCodeExporter commented 8 years ago
Small fixes for above XML files, the queue status information was overlapping 
so changed the locations to align properly with 1080p resolutions.
Also aligned the text next to the queue status images directly instead of the 
2px offset as that made it look a bit cleaner in my opinion.

Original comment by Ric...@gmail.com on 3 Aug 2014 at 4:21

Attachments:

GoogleCodeExporter commented 8 years ago
https://github.com/japanesemediamanager/animeplugin3/issues/13

Original comment by werndly...@gmail.com on 20 Aug 2014 at 1:49