2015-09-01, 01:02
Any progress on the MQ6 version? I'm very excited to throw this on my setup.
(2015-09-01, 01:02)Fail$tyle420 Wrote: Any progress on the MQ6 version? I'm very excited to throw this on my setup.
(2015-09-12, 09:09)h3xc0r34l13n Wrote: thx the_bo !
I really like your mod, but I can not get used to the posters presentation of on the right side...
Is there a way to put the poster on the left side ?
(2015-09-15, 04:27)MANswers Wrote: Keeping fingers crossed for Isengard.
<!-- Poster full size side screen -->
<control type="image">
<posx>802</posx>
<posy>-465</posy>
<width>478</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$VAR[value_poster]</texture>
<bordertexture border="-2">black.png</bordertexture>
<animation effect="slide" start="0,0" end="0,0" time="0" condition="Container.Content(episodes)">Conditional</animation>
<animation effect="slide" start="1280,0" end="0,0" time="500" tween="quadratic">WindowOpen</animation>
<animation effect="slide" end="1280,0" time="500" tween="quadratic">WindowClose</animation>
</control>
(2015-09-22, 03:45)Fail$tyle420 Wrote: Only issue I'm having is the size of the poster on episodes. I changed the code:
Code:<!-- Poster full size side screen -->
<control type="image">
<posx>802</posx>
<posy>-465</posy>
<width>478</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$VAR[value_poster]</texture>
<bordertexture border="-2">black.png</bordertexture>
<animation effect="slide" start="0,0" end="0,0" time="0" condition="Container.Content(episodes)">Conditional</animation>
<animation effect="slide" start="1280,0" end="0,0" time="500" tween="quadratic">WindowOpen</animation>
<animation effect="slide" end="1280,0" time="500" tween="quadratic">WindowClose</animation>
</control>
Now, all that did was place it in the same spot as movie/show/season poster. I would recommend changing the size to a more horizontal vs vertical. I'm gonna play around with the code and I'll post back here if you haven't made the changes. Other than that, this is BEAUTIFUL and I LOVE IT!