phbusfan / fanart-handler

Automatically exported from code.google.com/p/fanart-handler
0 stars 0 forks source link

Enter one-line summary #132

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Maybe it is already possible, but my skin kung-fu is too weak to figure it out.

Basically what I did was made the following modification to Moving-Pictures:

    <control>
        <type>label</type>
        <id>16</id>
        <posX>20</posX>
        <posY>1040</posY>
        <width>600</width>
        <font>font11</font>
        <label>#MovingPictures.Settings.BackdropMovieTitle</label>
        <textcolor>70FFFFFF</textcolor>
        <visible>Control.IsVisible(51)</visible>
        <shadowAngle>45</shadowAngle>
        <shadowDistance>2</shadowDistance>
        <shadowColor>70000000</shadowColor>
    </control>

And in the bottom left corner I can see the 'title' of the random backdrop that 
is shown when inside Moving-Pictures Category view.

Using fanart-handler on BasicHome, I am trying to achieve the same results, and 
am lost in how to go about it.

Was unable to use #fanarthandler.movingpicture.backdrop1.any as a <label> 
because it generates a different one then the texture image used for the 
backdrop. Also it would be a full path value, so would need to extract title 
from the "path\file.{Title.Example}.more.ext" string and convert the dots to 
spaces.

So an extra attribute from the fanart-handler plugin would be ideal, or I need 
help how to do the above with existing skin magic.

Original issue reported on code.google.com by RoChess....@gmail.com on 17 Oct 2013 at 7:53