FanArt now avalible for My Videos and My Music ! (1 Viewer)

mirk

Retired Team Member
  • Premium Supporter
  • June 2, 2006
    863
    64
    Växjö, Sweden
    Home Country
    Sweden Sweden
    Hi, just a dumb question :confused:
    As the .png image must have the exact same naming of the movie title, how can I manage titles as:
    Sweeney Todd: The demon barber of fleet street
    The Lord of the Rings: the fellowship of the ring
    THe chronicles of narnia: .....
    all those movies which have a : or other special character that is not allowed in the windows file naming scheme?
    Thanks:D
    Yes, that is a problem. Here i have changed the char ':' by ','. This can be done in the configuration section.
    Like "Star Wars, Episode II - Attack of the Clones"
    "The Lord of the Rings, the fellowship of the ring"

    Thanks for the quick reply.
    Do you mean in the movies editor section of the Media Portal configuration tool?
    I have tried to edit some movie titles (as you did) but it doesn't work..I mean it seems I can't edit the title (changes are not saved...). Is there any particular step to follow?
    Cheers

    Yes, its correct. You must remember to press the save button when you have added a change.
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    Is this possible in "MyFilms" plugin, too?

    regards,
    Nico
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    It works!:)

    I have added the following code to the MesFilms.xml:

    Code:
    <control>
    				<description>fanart</description>
    				<type>image</type>
    				<id>1000</id>
    				<posX>0</posX>
    				<posY>0</posY>
    				<width>1360</width>
    				<height>768</height>
    				<colordiffuse>66ffffff</colordiffuse>
    				<texture>\FanArt\Video\#selecteditem.png</texture>
    				<animation effect="fade" time="400">WindowClose</animation>
    				<animation effect="fade" time="400">WindowOpen</animation>
    			</control>
    			<control>
    			  <description>vinjet</description>
    			  <id>1010</id>
    			  <type>image</type>
    			  <posx>0</posx>
    			  <posy>0</posy>
    			  <width>2534</width>
    			  <height>1426</height>
    			  <texture>vinjet.png</texture>
    			  <visible>facadeview.list</visible>
    		   </control>

    The only change is this line:
    Code:
    [B]<texture>\FanArt\Video\#selecteditem.png</texture>[/B]

    For fanart at the detail view change MesFilmsDetail.xml to this:

    Code:
    [B]<texture>\FanArt\Video\#Title.png</texture>[/B]

    regards,
    nico
     

    -ltb-

    Portal Pro
    April 10, 2006
    4,204
    21
    Home Country
    France France
    Thx,
    now i know where was my mistake, I have used this code <texture>\FanArt\Video\#title.png</texture> instead of this one <texture>\FanArt\Video\#selecteditem.png</texture>

    edit: (due to your edit)
    sure? i use this code in mesfilmsdetails but it doesn't work, I thought that my mistake was due to this code
     

    Djang

    Portal Pro
    November 3, 2007
    79
    6
    Home Country
    Netherlands Netherlands
    Wil it ever be?
    Ok thanks for you're reply
     

    Users who are viewing this thread

    Top Bottom