[solved] Vertical list with Banners or backdrops on basichome for latest added (1 Viewer)

D3ltoroxp

MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Is there a way that I can have the latest Shows or movies in vertical list and not in horizontal one actual in Titan Skin ?

    And is there a way that I can change the Covers into Fanart ? So in the list of latest added that I have no Covers but thumbs with Fanart images and can scroll through the list, actual its with Covers where I can scroll through.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,496
    10,374
    Kyiv
    Home Country
    Ukraine Ukraine
    Is there a way that I can have the latest Shows or movies in vertical list and not in horizontal one actual in Titan Skin ?
    I do not see obstacles there. Of course it is possible.
    And is there a way that I can change the Covers into Fanart ?
    What cover? properties: #latestMediaHandler.......latest[1,2,3,4].fanart - #latestMediaHandler.......selected.fanart1 #latestMediaHandler.......selected.fanart2
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Later at home i Show you a Screen its better to tell you.

    What I have to do to become it in vertical Position.

    See my example.
     

    Attachments

    • 20160720_113516.jpg
      20160720_113516.jpg
      2.7 MB

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,368
    10,407
    Königstein (Taunus)
    Home Country
    Germany Germany
    M8, just use "vertical" instead of "horizontal" in the stacklayout ;) If you use facadeview, then you must adapt the height and width of the facadeview according to your needs ;)
    Shouldn´t be that difficult :whistle:
     
    Last edited:

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hey com and skinners,

    I will change the latest added looking on my basichome Screen. Can I create a list in vertical with Banners or backdrops for scrolling up and down ?

    Someone like this on screen ?

    Actual its horizontal and with Cover from series.
     

    Attachments

    • 20160720_113516.jpg
      20160720_113516.jpg
      2.7 MB

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,368
    10,407
    Königstein (Taunus)
    Home Country
    Germany Germany
    My advice: Pls. inform yourself 1. about the latest media properties, then 2. about facadeview thumbnailpanel ;)
    With that information you will get what you want ;)

    ***EDIT*** Does not make much sense to ask skinners/devs to do the job for you :whistle:
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hm, its very hard for me to understanding. This is the actual one,

    XML:
    <control>
    <animation effect="fade" start="0" end="100" time="500" reversible="false" delay="400">Visible</animation>
    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <type>facadeview</type>
    <id>919199940</id>
    <control>
    <description>Filmstrip view</description>
    <type>filmstrip</type>
    <dimColor>90ffffff</dimColor>
    <id>919199940</id>
    <scrollOffset>3</scrollOffset>
    <folderPrefix/>
    <folderSuffix/>
    <posX>345</posX>
    <posY>500</posY>
    <!-- Anzeigebreite für Covers -->
    <width>1200</width>
    <!-- Anzeigebreite für Covers -->
    <height>400</height>
    <onup>222</onup>
    <ondown>7</ondown>
    <onleft>7</onleft>
    <onright>7</onright>
    <thumbWidth>140</thumbWidth>
    <thumbHeight>210</thumbHeight>
    <thumbPosX>0</thumbPosX>
    <thumbPosY>0</thumbPosY>
    <itemWidth>160</itemWidth>
    <itemHeight>210</itemHeight>
    <textureWidth>140</textureWidth>
    <textureHeight>210</textureHeight>
    <textYOff>-2000</textYOff>
    <imageFolderFocus>-</imageFolderFocus>
    <frame>-</frame>
    <frameFocus>filmstrip_focus_frame.png</frameFocus>
    <background>-</background>
    <thumbs flipY="true" mask="latest_added_mask.png"/>
    <showFrame>yes</showFrame>
    <showFolder>yes</showFolder>
    <showBackGround>yes</showBackGround>
    <showInfoImage>yes</showInfoImage>
    <showScrollbar>no</showScrollbar>
    <scrollbarBackground>scrollbar_bg_hor.png</scrollbarBackground>
    <scrollbarLeft>scrollbar_left_hor.png</scrollbarLeft>
    <scrollbarRight>scrollbar_right_hor.png</scrollbarRight>
    <scrollbarWidth>717</scrollbarWidth>
    <scrollbarHeight>10</scrollbarHeight>
    <spinPosX>0</spinPosX>
    <scrollbarYOff>220</scrollbarYOff>
    <keepaspectratio>no</keepaspectratio>
    <thumbAnimation effect="zoom" start="100,100" reversible="false" end="105,105"  time="150">focus</thumbAnimation>
    <thumbAnimation effect="zoom" start="105,105" reversible="false" end="100,100"  time="150">unfocus</thumbAnimation>
    <visible>control.isvisible(3000) + string.equals(#skin.enable.latest.Series,true) + string.equals(#latestMediaHandler.tvseries.latest.enabled,true) + plugin.isenabled(MP-TV Series)</visible>
    </control>

    Now where from this knows Facadview that he should use latest posters ? I found nothing in this code for the textur for example
    #latestMediaHandler.tvseries.latest[1,2,3,4].fanart

    Or is this <id>919199940</id> the key and its hardcoded ?

    So because facadview can only shown in horizontal and i will use vertical i must use this one ?

    http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/18_Contribute/7_Skins/Skin_Architecture/Skin_Controls/Thumbnailpanel

    But where i can tell this list he should show #latestMediaHandler.tvseries.latest[1,2,3,4].thumb ?

    Sorry but for now if I do not get further :(
     

    Users who are viewing this thread

    Top Bottom