Plz don't ask why, it's for testing for a new Artwork Project (see my other 4 Projects in Signature) but I have problems with the code so the whole thing now threatens to fall back into the water.
To parse a a label direct with an actor is working fine with this code - we are only in dialogvideoinfo now:
Great thanks @manfeed for this:
But now i want to make it also depentent on "in wich movie we are now" - the IMDB ID
Same actor but on Movie A is another Picture shown than on Movie B
Tried the following:
<texture>special://skin/chrissixgif/$INFO[Container(50).ListItem.IMDBNumber]/,.gif</texture>
<texture>special://skin/chrissixgif/$INFO[Container(50).ListItem.IMDBNumber/ListItem.Label]/,.gif</texture>
This is the folder structure i want to use:
Scarlett Johannson is for the first code i posted - working
Arnold Schwarzenegger is for the second code i need your help.
-> https://i.ibb.co/cNZGkYG/Screenshot-34.png
![Full sized picture Image]()
As very often i have to say i have never learnd any coding ans stuff i understand very less and is very difficult with a pseudo dementia. Please don't blame me for that. And yes i know the link to the skinning manual.
But still some cool things have come here. I also had help I have to admit.
The goal is to parse artwork on a specefic actor on a specific movie.
It's for 3 purposes, i can use the collected Character Poster Sets and Character Art Project and a new GIF Project in a new way.
I'm pretty sure some people will like it.
Great thanks for your help!
Maybe one of the Kodi professionals or skinning pro's can solve my problem (@manfeed @Hitcher @ronie @sualfred @latts9923 @Angelinas )
To parse a a label direct with an actor is working fine with this code - we are only in dialogvideoinfo now:
Great thanks @manfeed for this:
Code:
<control type="image" id="98764">
<left>523</left>
<top>207</top>
<width>557</width>
<height>258</height>
<aspectratio align="center" aligny="center">keep</aspectratio>
<texture>$INFO[Container(50).ListItem.Label,chrissixgif/,.gif]</texture>
<fadetime>FanartCrossFadeTime</fadetime>
<animation effect="fade" start="0" end="100" time="500" delay="0">Visible</animation>
<animation effect="fade" start="100" end="0" time="500" delay="0">Hidden</animation>
<visible>!Control.Hasfocus(149) + !Control.Hasfocus(160) + Container.Content(movies)</visible>
</control>
But now i want to make it also depentent on "in wich movie we are now" - the IMDB ID
Same actor but on Movie A is another Picture shown than on Movie B
Tried the following:
<texture>special://skin/chrissixgif/$INFO[Container(50).ListItem.IMDBNumber]/,.gif</texture>
<texture>special://skin/chrissixgif/$INFO[Container(50).ListItem.IMDBNumber/ListItem.Label]/,.gif</texture>
This is the folder structure i want to use:
Scarlett Johannson is for the first code i posted - working
Arnold Schwarzenegger is for the second code i need your help.
-> https://i.ibb.co/cNZGkYG/Screenshot-34.png

As very often i have to say i have never learnd any coding ans stuff i understand very less and is very difficult with a pseudo dementia. Please don't blame me for that. And yes i know the link to the skinning manual.
But still some cool things have come here. I also had help I have to admit.
The goal is to parse artwork on a specefic actor on a specific movie.
It's for 3 purposes, i can use the collected Character Poster Sets and Character Art Project and a new GIF Project in a new way.
I'm pretty sure some people will like it.
Great thanks for your help!
Maybe one of the Kodi professionals or skinning pro's can solve my problem (@manfeed @Hitcher @ronie @sualfred @latts9923 @Angelinas )