Hi, I recently started using Kodi and after trying a few different skins I landed on this one (Amber for Matrix). The customization possibilities are great, I absolutely love it.
First I apologize for my bad English, it's not my mother tongue, so I use google translate.
I use these skin settings:
- Home Vertical
- View type Fanart Netflix Style (View_56_Fanart.xml)
- Use autotrailer from well configured local file.nfo (movietitle-trailer.mp4)
- I do not use autotrailers or trailers for TV series or episodes
I would like to show "auto" trailer resized in the upper left corner with the same image "fanart_diffuse.png", I don't know if I have explained myself well, so below I inserted some sample images.
Now, I found this code in .....Roaming\Kodi\addons\skin.amber\1080i\include_Backround.xml file:
Quote:I edited from:
<control type="videowindow">
<visible>Player.HasVideo + [Skin.HasSetting(Show_VideoBackground) | Skin.HasSetting(AutoPlayTrailer)]</visible>
<include>Dimensions_Fullscreen</include>
</control>
to:
<control type="videowindow">
<visible>Player.HasVideo + [Skin.HasSetting(Show_VideoBackground) | Skin.HasSetting(AutoPlayTrailer)]</visible>
<visible>Control.IsVisible(56) + $EXP[56_FanartViewNetflix]</visible>
<left>250</left>
<width>1896</width>
<height>864</height>
<timeperimage>8000</timeperimage>
<fadetime>400</fadetime>
<imagepath background="true" diffuse="img/fanart_diffuse.png">$VAR[SubBackground]</imagepath>
<randomize>true</randomize>
<aspectratio>keep</aspectratio>
<!--<include>Dimensions_Fullscreen</include>-->
</control>
The video I can resize it to the right position, but I can't overlay the image "fanart_diffuse.png"
I'm not very code-savvy but something I can see and understand.
I wonder if they are in the right file but more important if it is feasible.
I hope I was understandable in my explanation, in addition if it helps I can show pictures.
Thank you for your kind attention.