- Moderator
- #451
Just use this in Moving Pictures:Hm so there is no way to have this studio logos ?
<texture>Logos\studios\#MovingPictures.SelectedMovie.extra.studios.1.png</texture>
Just use this in Moving Pictures:Hm so there is no way to have this studio logos ?
Added to movingpictures.xmlTested - does not work in Moving Pictures
<define>#useSelectedFanart:Yes</define>
<control>
<description>Movie Backdrop (Fan Art) - Dummy</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>0</width>
<height>0</height>
<texture>fanarthandler.movie.backdrop1.selected</texture>
<visible>false</visible>
</control>
Misunderstanding: I referred to studio logos in Moving Pictures - the other things are well known to meAdded to movingpictures.xmlTested - does not work in Moving Pictures
XML:<define>#useSelectedFanart:Yes</define>
And it works.XML:<control> <description>Movie Backdrop (Fan Art) - Dummy</description> <type>image</type> <id>0</id> <posX>0</posX> <posY>0</posY> <width>0</width> <height>0</height> <texture>fanarthandler.movie.backdrop1.selected</texture> <visible>false</visible> </control>
If you add these two parts, begins, there is a call FH. And then begins to work the tag studios.Misunderstanding: I referred to studio logos in Moving Pictures - the other things are well known to me
Yup, <define>#useSelectedFanart:Yes</define> and <texture>#fanarthandler.movie.studios.selected</texture> is set, but the logo is not shownLook at the bottom line, there's the full name of the image to the studio ...
You forgot to add this piece:Yup, <define>#useSelectedFanart:Yes</define> and <texture>#fanarthandler.movie.studios.selected</texture> is set, but the logo is not shown
<control>
<description>Movie Backdrop (Fan Art) - Dummy</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>0</width>
<height>0</height>
<texture>fanarthandler.movie.backdrop1.selected</texture>
<visible>false</visible>
</control>
But shows only one picture, the other is not.With <texture>Logos\studios\#MovingPictures.SelectedMovie.extra.studios.1.png</texture> it´s working
Could we please have a mpe1 installer for it ?FanartHandler.4.0.0.188
* fix for multiartists playing Properties ...