Pull Image from Folder in "Season" level
#1
Hi,
i am in need of help again.

Is it possible to pull an image from an folder when entering Seasonlevel in Libraray View?

Lets say the file i want is
c:\tvshow\season1\testfile.jpg

Now when entering Seasonlevel in Libraray view is there a way to find this image?
I tried all things like
<texture background="true" diffuse="maskfanart.png">$INFO[ListItem.Path,season]testfile.jpg</texture>

and even with something like this i cant get the image
<texture background="true" diffuse="maskfanart.png">$INFO[ListItem.Path]Season1/testfile.jpg</texture>

is there no way to get this?

thx in advance ...
Reply
#2
Nope no chance because they aren't links to real folders but links to data base nodes instead
Reply
#3
Code:
$INFO[ListItem.Path]$INFO[ListItem.Label,,/testfile.jpg]

this will only work if the name of your season folders exactly match the way they are displayed in xbmc.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
I stand corrected but I would also call $INFO[ListItem.Path] giving the shows path in seasons a bug Smile
Reply
#5
thx for your help again.
i decided to pull the images from the tvshowroot folder instead of the seasonfolder so i can realise what i wanted to do.

Havin Season Posters in Seasonlevel and Seasonwidethumbs too.
Image

thx again for help.
Reply

Logout Mark Read Team Forum Stats Members Help
Pull Image from Folder in "Season" level0