mvCentral - Music Videos Plugin (Stable) (1 Viewer)

mrbonsen

Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    ok, aber wie bekomme ich weg bei #selecteditem.
    in den facade filmstrip/coverflow/thumbs kein probs weil da definition einfach weg lasse.
    aber bei listansicht ?

    Ok, but how do I get away at #selecteditem.
    In the facade filmstrip/coverflow/thumbs no probs because da definition simply leave away.
    But with listenview ? :((n):cry:
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    listview

    <control>
    <description>Selected item Label</description>
    <type>label</type>
    <id>0</id>
    <posX>1040</posX>
    <posY>310</posY>
    <width>1700</width>
    <font>mediastream18tc</font>
    <label>#selecteditem</label>

    <animation effect="fade" time="250">WindowOpen</animation>
    <animation effect="fade" time="250">WindowClose</animation>
    <visible>facadeview.list+!string.equals(#mvCentral.TrackView,true)</visible>
    </control>

    coverflow/filmstrip Simply delete [ and ], works by #selecteditem

    <description>Cover Flow view</description>
    <type>coverflow</type>
    <colordiffuse>90ffffff</colordiffuse>
    <dimColor>90ffffff</dimColor>
    <id>50</id>
    <onup>2</onup>
    <ondown>2</ondown>
    <onright>50</onright>
    ..............................
    ....................................
    ..............................
    <frame>-</frame>
    <frameFocus>-</frameFocus>
    <frameWidth>560</frameWidth>
    <frameHeight>560</frameHeight>
    <spinSpeed>8</spinSpeed>
    <unfocusedAlpha>FF</unfocusedAlpha>
    <folderPrefix></folderPrefix>
    <folderSuffix></folderSuffix>

    <font1>font12</font1>
    <font2>font11</font2>
    <label1>#selecteditem</label1>
    <label2>#selecteditem2</label2>
    <textColor>FFFFFFFF</textColor>
    <remoteColor>FFFF0000</remoteColor>

    I create new "block" with #selecteditem (as above in listview) in coverflow view, klammer is also there again
     

    Attachments

    • 22.jpg
      22.jpg
      384.9 KB
    Last edited:

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    already OK @ajs , This is solvable ;)

    But in listview I have to create a block, which when scrolling in list (selected) a cover image as well as artist name is displayed - with #selecteditem And exactly there the two ] [ come back
    Because I can not define how in the facade coverflow (y)
     

    mrbonsen

    Super User
  • Team MediaPortal
  • Super User
  • December 6, 2008
    6,563
    890
    Brensbach (HE) ehemals Görlitz
    Home Country
    Germany Germany
    ich idiot :whistle: I'm an idiot

    <type>facadeview</type>
    <type>listcontrol</type>

    da einfach eintragen - Since in addition enter

    <folderPrefix></folderPrefix>
    <folderSuffix></folderSuffix>

    und weg sind die - And away are the [ and ] :ROFLMAO:
     

    Users who are viewing this thread

    Top Bottom