ShokoAnime / MyAnime3

Repository for My Anime 3, a MediaPortal plugin.
http://shokoanime.com/mediaportal/
15 stars 10 forks source link

StreamedMP has updated skin design dimensions to 1920x1080 #13

Closed jmediamanager closed 10 years ago

jmediamanager commented 10 years ago

Reported by patrik.et, Jun 30, 2013

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)

Jul 3, 2013 werndlymob

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-supports-mp-1-4.119200/#post-1004756

Jul 4, 2013 patrik.et

Attached are the updated Anime_xxxxx.xml-files. http://www.jmediamanager.org/GoogleCode_Attachments/gc457/StreamedMP.zip

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.)

Jul 7, 2013 werndlymob

http://forum.team-mediaportal.com/threads/streamed-mp-2-1-1-29-june-2013-supports-mp-1-4.119200/page-2#post-1008796

Aug 3, 2014 RickDB

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.

http://www.jmediamanager.org/GoogleCode_Attachments/gc457/Anime3_QueueStatus.fanart.xml http://www.jmediamanager.org/GoogleCode_Attachments/gc457/Anime3_QueueStatus.xml