Filmstrip View partly covered by details (1 Viewer)

rynowhi

Portal Member
December 10, 2008
8
1
Home Country
United States of America United States of America
Cool Thanks! Can you point me towards the file that I can change the german (I think?) "movie title" at the top of the screen? Looks great!
 

HulleBulle

Portal Pro
May 11, 2008
52
6
Home Country
Germany Germany
rynowhi

That label can be changed near the bottom of 'movingpicures.xml'.

Code:
      <width>437</width>
      <height>35</height>
      <texture>tvtitlebg.png</texture>
    </control>
    <control>
      <type>fadelabel</type>
      <description>Top Title</description>
      <id>0</id>
      <posX>493</posX>
      <posY>13</posY>
      <width>350</width>
      <font>mediastream12c</font>
      <align>right</align>
      <visible>yes</visible>
      <label>[B][COLOR="Red"]gewählter Titel:[/COLOR][/B]</label>
    </control>
    <control>
      <description>Watched Filtering Indicator - Watched</description>
      <type>image</type>
      <posX>350</posX>
      <posY>450</posY>


You are not far away. :p Translated it's 'Chosen Title:'.
 

ftothe3

Portal Pro
January 13, 2008
178
17
Home Country
United States of America United States of America
hey thanks for posting this. i used some of the filmstrip code for xmls for my films. hope you dont mind. i love the unfocused alpha part.
 

HulleBulle

Portal Pro
May 11, 2008
52
6
Home Country
Germany Germany
In "movingpictures.common.facade.xml" you just have to change the value or remove the whole line (bold marked).
Code:
      <control>
        <description>Filmstrip view</description>
        <type>filmstrip</type>
        <id>50</id>
        <posX>60</posX>
        <posY>350</posY>
        <onright>2</onright>
        <width>1100</width>
        <scrollOffset>3</scrollOffset>
        <onleft>2</onleft>
        <spinPosY>680</spinPosY>
        <spinPosX>70</spinPosX>
        <spinColor>ffffcccc</spinColor>
        <itemWidth>145</itemWidth>
        <itemHeight>205</itemHeight>
        <textureWidth>145</textureWidth>
        <textureHeight>207</textureHeight>
        <thumbWidth>140</thumbWidth>
        <thumbHeight>200</thumbHeight>
        <thumbPosX>2</thumbPosX>
        <thumbPosY>2</thumbPosY>
        [B]<unfocusedAlpha>80</unfocusedAlpha> <!-- added by my self -->[/B]
        <thumbs flipY="true" diffuse="diffusemirrorwide.png"></thumbs>
        <InfoImage flipY="true" diffuse="diffusemirrorwide.png"></InfoImage>
        <imageFolderFocus>-</imageFolderFocus>
        <frame>-</frame>
        <frameFocus>-</frameFocus>
        <background>Coverbig.png</background>
        <showFrame>yes</showFrame>
        <showFolder>no</showFolder>
        <showBackGround>no</showBackGround>
        <showInfoImage>no</showInfoImage>
        <thumbAnimation effect="zoom" start="100,100" end="160,160" time="150">focus</thumbAnimation>
        <thumbAnimation effect="zoom" start="160,160" end="100,100" time="50">unfocus</thumbAnimation>
		<animation effect="rotatey" start="10" end="0" center="525,525" tween="back" ease="easeout" time="500" reversible="false">unfocus</animation>
        <animation effect="rotatey" start="0" end="10" center="525,525" tween="back" ease="easeout" time="500" reversible="false">focus</animation>
		
      </control>
 

stevemuller

Portal Member
April 8, 2008
11
0
Home Country
Thanks Hullebulle and it works now.

Final questions, I have a feeling that the filmstrip view is less sharp then before. Movie covers seems a bit softer then before. If I click on the movie I see the info with a sharper movie cover (see pictures).

question 1:Can I change the sharpness also?
question 2: On picture 2 you see german info like laufzeit, Yahre and Darsteller? Can I change this to, can't find these word in the xml files.
question 3: Sometimes I have the feeling that the background (fanart) is zoomed in (see picture 3).





 

HulleBulle

Portal Pro
May 11, 2008
52
6
Home Country
Germany Germany
question 1:Can I change the sharpness also?

I have no idea about that. - :mad: - Perhaps somebody else can answer that question.


question 2: On picture 2 you see german info like laufzeit, Yahre and Darsteller? Can I change this to, can't find these word in the xml files.

You can change this back to english in 'movingpictures.details.xml'.


question 3: Sometimes I have the feeling that the background (fanart) is zoomed in (see picture 3).

Same as question number 1. - I didnt change anything to handle the backdrops. What size is that backdrop? Your screenshots are FullHD, is that Dirty Dancing pic FullHD too or perhaps some lower resolution?
 

Users who are viewing this thread

Top Bottom