How can I use banner.jpg outside of a container?
#1
I want to use banner.jpg outisde of a container when posters are being used.

I obviously cant use ListItem.Path,,banner.jpg so is there another way?
Image
To learn more, click here.
Reply
#2
Is this waht you're after?

PHP Code:
special://some_folder/$INFO[ListItem.Title]/.banner.jpg 

and for seasons/episodes -

PHP Code:
special://some_folder/$INFO[ListItem.TVShowTitle]/.banner.jpg 
Reply
#3
Hitcher Wrote:Is this waht you're after?

PHP Code:
special://some_folder/$INFO[ListItem.Title]/.banner.jpg 

and for seasons/episodes -

PHP Code:
special://some_folder/$INFO[ListItem.TVShowTitle]/.banner.jpg 

Yeah. But what do I put for "some_folder"?

Also, I am only wanting this on the episode and season level.

Will this only work if the user has their folders named exactly the same as the show title?

Is there no way to say "go to root folder of current tv show and grab banner.jpg"?
Image
To learn more, click here.
Reply
#4
path works- it's the same code to pull logos, or anything from folders. The only place path doesn't work is Album/Artist level...

I use:

$INFO[Listitem.Path]banner.jpg
$INFO[Listitem.Path]../banner.jpg -*only needed on Episode level for people who use season folders*
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#5
mcborzu Wrote:path works- it's the same code to pull logos, or anything from folders. The only place path doesn't work is Album/Artist level...

I use:

$INFO[Listitem.Path]banner.jpg
$INFO[Listitem.Path]../banner.jpg -*only needed on Episode level for people who use season folders*

Got it! Thanks guys!
Image
To learn more, click here.
Reply

Logout Mark Read Team Forum Stats Members Help
How can I use banner.jpg outside of a container?0