Listview mode in Moving Pictures (1 Viewer)

JuanC2

Portal Member
February 19, 2012
32
1
57
Home Country
Spain Spain
Well I'm trying to get a longer list of movies in the fanart listview window of Moving Pictures (only 6 visible movies in the list are very few to my collection of movies). But I can't find which of the skin files of Moving Pictures has the corresponding control(s) of this list.

Can somebody tell me which skin file sould I modify? And which control(s)?

Thanks in advance :)
 

Holzi

Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    It's in movingpictures.fanart.facade.xml or movingpictures.default.facade.xml. Depends on your view.

    Check for:
    Code:
    <control>
          <type>facadeview</type>
          <id>50</id>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
          <control>
            <visible>control.isvisible(50)</visible>
            <description>Movie List</description>
            <type>listcontrol</type>
            <id>50</id>
            <onleft>3</onleft>
            <onright>3</onright>
            <width>490</width>
            <posX>786</posX>
            <posY>317</posY>
            <height>390</height>
            <textXOff>0</textXOff>
                    <textXOff2>480</textXOff2>
            <!-- List Control Popup -->
            <explicitlyEnableScrollLabel>yes</explicitlyEnableScrollLabel>
            <!-- Spin Controls -->
            <spinWidth>50</spinWidth>
            <spinHeight>37</spinHeight>
            <spinPosX>1175</spinPosX>
            <spinPosY>681</spinPosY>
            <spinAlign>Right</spinAlign>
            <spinColor>ff006698</spinColor>
            <textureUp>arrow_round_up_nofocus.png</textureUp>
            <textureDown>arrow_round_down_nofocus.png</textureDown>
            <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
            <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
          </control>

    and play with the <height> and <posY> value.
     

    JuanC2

    Portal Member
    February 19, 2012
    32
    1
    57
    Home Country
    Spain Spain
    OK it really seems to be this one. I'll try with it.

    Thank you very much :)
     

    JuanC2

    Portal Member
    February 19, 2012
    32
    1
    57
    Home Country
    Spain Spain
    Well I'm trying but I believe I'm doing something wrong.

    First tryed reducing the <posY> value from 420 to 120 to get the list up, and icreasing the <height> from 300 to 600 to make it longer. Firts time MediaPortal sowed a message "error when loading the skin file" when trying to see the change. Going back and returning to the movies list it appeared as before modifying movingpictures.fanart.facade.xml, as if it took the values from a backup file.

    Now I can modify movingpictures.fanart.facade.xml as I want, and MediaPortal ignores it: always has the old appearence.

    How can I change it?
     

    JuanC2

    Portal Member
    February 19, 2012
    32
    1
    57
    Home Country
    Spain Spain
    That's how I have it now.

    At the end I modified all the controls with Id 50 or 51 to see if there was some change in Mediaportal (put in bold, with the original values marked as comment) with same result.MediaPortal shows as if I changed nothing.

    Thanks again for the help :)

    Code:
     [B][SIZE=3][FONT=Arial]movingpictures.fanart.facade.xml[/FONT][/SIZE][/B]
     
    <?xml version="1.0" encoding="utf-8"?>
    <!--
    This file should contain the facade view
    -->
    <window>
      <controls>
        <!-- Selected Category Item -->
        <control>
          <type>image</type>
          <id>0</id>
          <posX>0</posX>
          <posY>675</posY>
          <width>1280</width>
          <height>47</height>
          <texture>imagestreamtitle.png</texture>
          <animation effect="fade" time="150">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
          <animation effect="slide" time="150" start="800,0">WindowOpen</animation>
          <animation effect="slide" time="250" end="800,0">WindowClose</animation>
          <visible>control.isvisible(51)</visible>
        </control>
        <control>
          <description>Selected Category Label</description>
          <type>fadelabel</type>
          <id>1</id>
          <posX>40</posX>
          <posY>684</posY>
          <width>900</width>
          <label>#MovingPictures.SelectedNode.name</label>
          <font>mediastream16tc</font>
          <textcolor>White</textcolor>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
          <visible>control.isvisible(51)+facadeview.list</visible>
        </control>
        <!-- Facade Spin Background -->
        <control>
          <description>Page Count Background</description>
          <type>image</type>
          <id>0</id>
          <posX>1013</posX>
          <posY>684</posY>
          <width>260</width>
          <height>30</height>
          <texture>mediacountbg_Spin.png</texture>
          <visible>!facadeview.coverflow+[control.isvisible(50)|control.isvisible(51)]+!control.isvisible(9001)</visible>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
        <control>
          <description>Page Label</description>
          <type>label</type>
          <label>30009</label>
          <id>0</id>
          <posX>1023</posX>
          <posY>688</posY>
          <font>mediastream12tc</font>
          <textcolor>ff909090</textcolor>
          <visible>!facadeview.coverflow+[control.isvisible(50)|control.isvisible(51)]+!control.isvisible(9001)</visible>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
        <!-- Movie Counts -->
        <control>
          <description>Movie Count Background</description>
          <type>image</type>
          <id>0</id>
          <posX>1113</posX>
          <posY>10</posY>
          <width>159</width>
          <height>28</height>
          <texture>mediacountbackground.png</texture>
          <visible>!control.isvisible(51)+control.isvisible(50)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <control>
          <description>Movie Count Label</description>
          <type>label</type>
          <label>#MovingPictures.Translation.Movies.Label</label>
          <id>0</id>
          <posX>1123</posX>
          <posY>14</posY>
          <font>mediastream10tc</font>
          <textcolor>ff909090</textcolor>
          <visible>!control.isvisible(51)+control.isvisible(50)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <control>
          <type>label</type>
          <id>0</id>
          <posX>1246</posX>
          <posY>12</posY>
          <width>350</width>
          <font>mediastream11c</font>
          <textcolor>ff006698</textcolor>
          <align>right</align>
          <label>#MovingPictures.general.filteredmoviecount</label>
          <visible>!control.isvisible(51)+control.isvisible(50)</visible>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
        </control>
        <!-- Parental Controls Indicator -->
        <control>
          <description>Parental Controls Lock Indicator</description>
          <type>image</type>
          <id>1</id>
          <posX>1075</posX>
          <posY>8</posY>
          <width>36</width>
          <height>36</height>
          <texture>parentallock.png</texture>
          <visible>control.isvisible(16)+!control.isvisible(51)+control.isvisible(50)</visible>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
        <control>
          <description>Parental Controls Lock Indicator</description>
          <type>image</type>
          <id>1</id>
          <posX>1240</posX>
          <posY>8</posY>
          <width>36</width>
          <height>36</height>
          <texture>parentallock.png</texture>
          <visible>control.isvisible(16)+control.isvisible(51)+!control.isvisible(50)</visible>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
        </control>
        <control>
          <description>composite control consisting of a list control and a thumbnail panel</description>
          <type>facadeview</type>
          <id>51</id>
          <animation effect="slide" time="150" start="0,-300">WindowOpen</animation>
          <animation effect="slide" time="250" end="800,0">WindowClose</animation>
          <control>
            <description>Movie List</description>
            <type>listcontrol</type>
            <id>51</id>
    [B]        <!--  posY>420</posY  -->[/B]
    [B]        <posY>320</posY>[/B]
            <posX>780</posX>
    [B]        <!--  height>300</height  -->[/B]
    [B]        <height>300</height>[/B]
            <width>465</width>
            <spinPosY>900</spinPosY>
            <spinPosX>1400</spinPosX>
            <textXOff>17</textXOff>
            <spinColor>ffcccccc</spinColor>
            <onleft>51</onleft>
            <onright>51</onright>
            <!-- Spin Controls -->
            <spinWidth>50</spinWidth>
            <spinHeight>37</spinHeight>
            <spinPosX>1175</spinPosX>
            <spinPosY>681</spinPosY>
            <spinAlign>Right</spinAlign>
            <spinColor>ff006698</spinColor>
            <textureUp>arrow_round_up_nofocus.png</textureUp>
            <textureDown>arrow_round_down_nofocus.png</textureDown>
            <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
            <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
            <visible>no</visible>
          </control>
        </control>
        <control>
          <description>composite control consisting of a list control and a thumbnail panel</description>
          <type>facadeview</type>
          <id>50</id>
          <animation effect="fade" time="250" delay="0">WindowClose</animation>
          <control>
            <description>Movie List</description>
            <type>listcontrol</type>
            <id>50</id>
    [B]        <!--  posY>420</posY  -->[/B]
    [B]        <posY>320</posY>[/B]
            <posX>780</posX>
    [B]        <!--  height>300</height  -->[/B]
    [B]        <height>300</height>[/B]
            <width>465</width>
            <spinPosY>900</spinPosY>
            <spinPosX>1400</spinPosX>
            <textXOff>17</textXOff>
            <spinColor>ffcccccc</spinColor>
            <onleft>3</onleft>
            <onright>3</onright>
            <!-- Spin Controls -->
            <spinWidth>50</spinWidth>
            <spinHeight>37</spinHeight>
            <spinPosX>1175</spinPosX>
            <spinPosY>681</spinPosY>
            <spinAlign>Right</spinAlign>
            <spinColor>ff006698</spinColor>
            <textureUp>arrow_round_up_nofocus.png</textureUp>
            <textureDown>arrow_round_down_nofocus.png</textureDown>
            <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
            <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
            <visible>no</visible>
          </control>
          <control>
            <description>Thumbnail Panel</description>
            <type>thumbnailpanel</type>
            <id>50</id>
            <onleft>3</onleft>
            <onright>3</onright>
            <textureUp>-</textureUp>
            <textureDown>-</textureDown>
            <posX>525</posX>
    [B]        <!-- posY>350</posY -->[/B]
    [B]        <posY>250</posY>[/B]
            <width>750</width>
    [B]    <!--    400    -->[/B]
    [B]        <height>400</height>[/B]
            <!--<scrollOffset>1</scrollOffset>-->
            <!-- Small Icons 0.66 aspect ratio -->
            <textureWidth>74</textureWidth>
            <textureHeight>110</textureHeight>
            <itemWidth>74</itemWidth>
            <itemHeight>109</itemHeight>
            <thumbWidth>66</thumbWidth>
            <thumbHeight>100</thumbHeight>
            <thumbPosX>4</thumbPosX>
            <thumbPosY>5</thumbPosY>
            <!-- Large Icons 0.66 aspect ratio -->
            <textureWidthBig>108</textureWidthBig>
            <textureHeightBig>163</textureHeightBig>
            <itemWidthBig>107</itemWidthBig>
            <itemHeightBig>162</itemHeightBig>
            <thumbWidthBig>96</thumbWidthBig>
            <thumbHeightBig>146</thumbHeightBig>
            <thumbPosXBig>6</thumbPosXBig>
            <thumbPosYBig>8</thumbPosYBig>
            <imageFolderFocus>thumbborder3.png</imageFolderFocus>
            <font>font12</font>
            <suffix>|</suffix>
            <thumbZoom>yes</thumbZoom>
            <enableFocusZoom>no</enableFocusZoom>
            <!-- Spin Controls -->
            <spinWidth>50</spinWidth>
            <spinHeight>37</spinHeight>
            <spinPosX>1175</spinPosX>
            <spinPosY>681</spinPosY>
            <spinAlign>Right</spinAlign>
            <spinColor>ff006698</spinColor>
            <textureUp>arrow_round_up_nofocus.png</textureUp>
            <textureDown>arrow_round_down_nofocus.png</textureDown>
            <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
            <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
          </control>
          <control>
            <description>Filmstrip view</description>
            <type>filmstrip</type>
            <id>50</id>
            <posX>40</posX>
      [B]<!--    465    -->[/B]
    [B]        <posY>365</posY>[/B]
            <onup>3</onup>
            <width>700</width>
            <scrollOffset>3</scrollOffset>
            <itemWidth>145</itemWidth>
            <itemHeight>205</itemHeight>
            <textureWidth>145</textureWidth>
            <textureHeight>207</textureHeight>
            <thumbWidth>132</thumbWidth>
            <thumbHeight>200</thumbHeight>
            <thumbPosX>2</thumbPosX>
            <thumbPosY>2</thumbPosY>
            <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="140,140" time="100">focus</thumbAnimation>
            <!-- Spin Controls -->
            <spinWidth>50</spinWidth>
            <spinHeight>37</spinHeight>
            <spinPosX>1175</spinPosX>
            <spinPosY>681</spinPosY>
            <spinAlign>Right</spinAlign>
            <spinColor>ff006698</spinColor>
            <textureUp>arrow_round_up_nofocus.png</textureUp>
            <textureDown>arrow_round_down_nofocus.png</textureDown>
            <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
            <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
          </control>
          <control>
            <description>Cover Flow</description>
            <type>coverflow</type>
            <colordiffuse>90ffffff</colordiffuse>
            <dimColor>90ffffff</dimColor>
            <id>50</id>
            <posX>0</posX>
    [B] <!--    240    -->[/B]
    [B]        <posY>140</posY>[/B]
            <width>1280</width>
            <height>720</height>
            <onup>3</onup>
            <onright>50</onright>
            <ondown>50</ondown>
            <selectedCard>0</selectedCard>
            <cardWidth>250</cardWidth>
            <cardHeight>375</cardHeight>
            <angle>45</angle>
            <sideShift>220</sideShift>
            <sideGap>100</sideGap>
            <sideDepth>250</sideDepth>
            <offsetY>0</offsetY>
            <selectedOffsetY>0</selectedOffsetY>
            <thumbZoom>yes</thumbZoom>
            <speed>4</speed>
            <backgroundHeight>250</backgroundHeight>
            <backgroundWidth>1280</backgroundWidth>
            <backgroundX>0</backgroundX>
            <backgroundY>470</backgroundY>
            <backgroundDiffuse>FF000000</backgroundDiffuse>
            <background>filmstrip_overlay.png</background>
            <showBackground>no</showBackground>
            <foregroundHeight>724</foregroundHeight>
            <foregroundWidth>1284</foregroundWidth>
            <foregroundX>-2</foregroundX>
            <foregroundY>-2</foregroundY>
            <foregroundDiffuse>FF000000</foregroundDiffuse>
            <foreground>-</foreground>
            <showForeground>no</showForeground>
            <showFrame>yes</showFrame>
            <frame>coverflow.poster.square.glass.png</frame>
            <frameFocus>coverflow.poster.square.glass.png</frameFocus>
            <frameWidth>250</frameWidth>
            <frameHeight>375</frameHeight>
            <spinSpeed>8</spinSpeed>
            <unfocusedAlpha>FF</unfocusedAlpha>
            <folderPrefix>[</folderPrefix>
            <folderSuffix>]</folderSuffix>
            <font1>mediastream14tc</font1>
            <font2>mediastream12tc</font2>
            <label1>#MovingPictures.SelectedMovie.title</label1>
            <label2>#MovingPictures.SelectedMovie.genres</label2>
            <textColor>FFFFFFFF</textColor>
            <remoteColor>FFFF0000</remoteColor>
            <playedColor>FFFFFFFF</playedColor>
            <downloadColor>FF00FF00</downloadColor>
            <selectedColor>FFFFFFFF</selectedColor>
            <shadowAngle>45</shadowAngle>
            <shadowDistance>2</shadowDistance>
            <shadowColor>FF222222</shadowColor>
            <label1YOff>395</label1YOff>
            <label2YOff>420</label2YOff>
            <pageSize>5</pageSize>
            <scrollbarBackground>bar_hor.png</scrollbarBackground>
            <scrollbarLeft>mouse_left_horizontal.png</scrollbarLeft>
            <scrollbarRight>mouse_right_horizontal.png</scrollbarRight>
            <scrollbarYOff>462</scrollbarYOff>
            <showScrollbar>no</showScrollbar>
            <cards flipY="yes" diffuse="Thumb_Mask.png" mask="video_poster_square_mask.png" />
            <subitems>
              <subitem><![CDATA[
                  <controls>
                    <control>
                      <description>background</description>
                      <type>image</type>
                      <posX>0</posX>
                      <posY>0</posY>
                      <width>250</width>
                      <height>360</height>
                      <texture flipY="yes" diffuse="Thumb_Mask.png" mask="video_poster_square_mask.png">black.png</texture>
                    </control>
                    <control>
                      <description>Movie Details</description>
                      <type>label</type>
                      <posX>20</posX>
                      <posY>10</posY>
                      <width>210</width>
                      <label>#MovingPictures.Translation.MovieDetails.Label</label>
                      <font>mediastream10tc</font>
                      <textcolor>FFFFFFFF</textcolor>
                    </control>
                    <control>
                      <description>genre</description>
                      <type>label</type>
                      <posX>20</posX>
                      <posY>30</posY>
                      <width>210</width>
                      <label>#MovingPictures.SelectedMovie.genres</label>
                      <font>mediastream10</font>
                      <textcolor>FFFFFFFF</textcolor>
                    </control>
                    <control>
                      <description>year</description>
                      <type>label</type>
                      <posX>20</posX>
                      <posY>50</posY>
                      <width>210</width>
                      <label>#(iif(neq(#MovingPictures.SelectedMovie.year,''),#MovingPictures.SelectedMovie.year,'N/A'))</label>
                      <font>mediastream10</font>
                      <textcolor>FFFFFFFF</textcolor>
                    </control>
                    <control>
                      <description>runtime</description>
                      <type>label</type>
                      <posX>20</posX>
                      <posY>70</posY>
                      <width>210</width>
                      <label>#MovingPictures.SelectedMovie.extra.runtime.en.pretty</label>
                      <font>mediastream10</font>
                      <textcolor>FFFFFFFF</textcolor>
                    </control>
                    <control>
                      <description>rating</description>
                      <type>label</type>
                      <posX>20</posX>
                      <posY>90</posY>
                      <width>210</width>
                      <label>#MovingPictures.SelectedMovie.score.localized / 10 (#MovingPictures.SelectedMovie.popularity.localized #MovingPictures.Translation.Votes.Label)</label>
                      <font>mediastream10</font>
                      <textcolor>FFFFFFFF</textcolor>
                    </control>           
                    <control>
                      <description>Director Label</description>
                      <type>label</type>
                      <posX>20</posX>
                      <posY>115</posY>
                      <width>210</width>
                      <label>#StreamedMP.Director</label>
                      <font>mediastream10tc</font>
                      <textcolor>FFFFFFFF</textcolor>
                    </control>
                    <control>
                      <description>director</description>
                      <type>label</type>
                      <posX>20</posX>
                      <posY>132</posY>
                      <width>210</width>
                      <label>#MovingPictures.SelectedMovie.directors</label>
                      <font>mediastream10</font>
                      <textcolor>FFFFFFFF</textcolor>
                    </control>
                    <control>
                      <description>Plot Label</description>
                      <type>label</type>
                      <posX>20</posX>
                      <posY>155</posY>
                      <width>210</width>
                      <label>#(string.rtrim(L(203),':'))</label>
                      <font>mediastream10tc</font>
                      <textcolor>FFFFFFFF</textcolor>
                    </control>
                    <control>
                      <description>plot</description>
                      <type>textboxscrollup</type>
                      <posX>20</posX>
                      <posY>173</posY>
                      <width>220</width>
                      <height>80</height>
                      <label>#MovingPictures.SelectedMovie.summary</label>
                      <font>mediastream10</font>
                      <lineSpacing>2</lineSpacing>
                      <textcolor>FFFFFFFF</textcolor>
                      <scrollStartDelaySec>10</scrollStartDelaySec>
                    </control>
                  </controls>
                ]]></subitem>
            </subitems>
          </control>
        </control>
        <control>
          <description>Default Category Image</description>
          <type>image</type>
          <id>0</id>
          <posX>150</posX>
          <posY>330</posY>
          <width>341</width>
          <height>341</height>
          <texture flipY="true" diffuse="Thumb_Mask.png">Categories\Movies.png</texture>
          <keepaspectratio>yes</keepaspectratio>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
          <visible>control.isvisible(51)+!control.isvisible(50)+!Control.HasThumb(100)</visible>
        </control>
        <control>
          <description>Category Image</description>
          <type>image</type>
          <id>100</id>
          <posX>150</posX>
          <posY>330</posY>
          <width>341</width>
          <height>341</height>
          <texture flipY="true" diffuse="Thumb_Mask.png">Categories\#MovingPictures.SelectedNode.FileFriendlyName.png</texture>
          <keepaspectratio>yes</keepaspectratio>
          <animation effect="fade" time="250">WindowOpen</animation>
          <animation effect="fade" time="250">WindowClose</animation>
          <visible>control.isvisible(51)</visible>
        </control>
      </controls>
    </window>
    <!--Checksum:619b17b7043bda2154b5b73cc11a2615-->

    Sorry I forgot upload the file itself If you want to try it.

    Here is the first version (modifyed Ypos to 120 and height to 600 only the control you told me). With this I had the issue the first time.

    Redards :)
     

    Attachments

    • movingpictures.fanart.facade.xml
      21.4 KB
    Last edited:

    JuanC2

    Portal Member
    February 19, 2012
    32
    1
    57
    Home Country
    Spain Spain
    Keep on trying to change the size of the movies list in the MovingPictures listview, but I fail doing it via modifying the movingpictures.fanart.facade.xml.

    MediaPortal seems to skip this file, because even after removing it from the \skin\StreamedMP\ folder MediaPortal starts the same, showing the list of movies with the usual view. The same happens with movingpictures.default.facade.xml file.

    So I supose that MediaPortal loads this view settings from somewhere else. Maybe a backup file? Or maybe the list of movies appears in another skin file?

    Can anybody give me an idea?

    Regards :)
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Are you sure you using StreamedMP Fanart View? (maybe a screenshot can help here)
    Else there is a movingpictures.default.facade.xml.
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    I can provide you my position changes:
    Code:
     <control>
          <description>composite control consisting of a list control and a thumbnail panel</description>
          <type>facadeview</type>
          <id>50</id>
          <control>
            <description>Movie List</description>
            <type>listcontrol</type>
            <id>50</id>
            <posY>65</posY>
            <posX>890</posX>
            <height>680</height>
            <width>390</width>
    .
    .
    .
    </control>

    movpic listview.jpg
     

    JuanC2

    Portal Member
    February 19, 2012
    32
    1
    57
    Home Country
    Spain Spain
    I believe I'm using it. Here's the screenshot:

    Listview.jpg



    Anyway I've also modifyed the movingpictures.default.facade.xml withe the same result, but I'm really not sure how to change from fanart to default view.

    Thank you for your help :)
     

    Users who are viewing this thread

    Top Bottom