Aeon Madnox for Krypton / Jarvis - (no longer in development)
(2015-08-05, 17:50)schimi2k Wrote:
(2015-08-05, 17:03)mikesilvo164 Wrote:
(2015-08-05, 16:34)Mike_Doc Wrote: Thanks, in all views? because the var we use for posters is pretty much used in all views that display a poster and our existing definition has a couple of extras conditions in it than what is above, don't wont to fix one thing and break another Confused

Looks like one of your current VARs is:
Code:
<value condition="Stringcompare(ListItem.label,..)">DefaultFolderBack.png</value>
<value condition="Container.Content(genres)">$INFO[ListItem.Label,special://skin/extras/genre/video/icons/,.jpg]</value>
<value condition="!IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
<value condition="Container.Content(episodes) + !IsEmpty(ListItem.Art(season.poster))">$INFO[ListItem.Art(season.poster)]</value>
<value condition="!IntegerGreaterThan(ListItem.Season,9) + [Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)]">$INFO[ListItem.Path]$INFO[ListItem.Season,../season0,-poster.jpg]</value>
<value condition="Container.Content(episodes)">$INFO[ListItem.Path]$INFO[ListItem.Season,../season,-poster.jpg]</value>
<value condition="Container.Content(episodes)">$INFO[ListItem.Art(tvshow.poster)]</value>
<value>$INFO[ListItem.Icon]</value>
so changing it to this:
Code:
<value condition="Stringcompare(ListItem.label,..)">DefaultFolderBack.png</value>
<value condition="Container.Content(genres)">$INFO[ListItem.Label,special://skin/extras/genre/video/icons/,.jpg]</value>
<value condition="!IsEmpty(Container.Art(season.poster))">$INFO[Container.Art(season.poster)]</value>
<value condition="!IsEmpty(ListItem.Art(tvshow.poster)) + !Container.Content(seasons)">$INFO[ListItem.Art(tvshow.poster)]</value>
<value condition="!IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
<value>$INFO[ListItem.Icon]</value>
should work.

i will check if this will brake my settings Wink ... KAMIKAAAAAZEEEEEEEE !!!!!!
THX Mike 2 Rofl

EDIT: ive changed "<variable name="ListPosterVar">" ( starts line 2416 ) and i still have season posters in level 2 and 3...
maybe one of the "problem" kids could check too ?
when its working for you too, i can push it to mike... for a hot fix maybe
will check a bit deeper now
GOOD LUCK

@Oddsodz
BRILLIANT Bug report Smile

Tried this last night but it didn't help me Huh still no season poster at t3
9.1 Cinema Room htpc with Kodi Matrix & emby server~Epson EH-TW9300~Homemade 8ft pj screen~AVR~Yamaha RX-A3070~Speakers~Monitor Audio RX6 Fronts & RX Centre~RXFX Surrounds~250's Rears~180's Front Presence~BK XXLS400 Sub~8033C AntiMode~HarmonyOne
 


Messages In This Thread
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:08
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:09
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
RE: Aeon Madnox - Beta Release - by Mike_Doc - 2015-06-29, 17:10
MADNOX FAQ - by schimi2k - 2015-06-29, 17:11
MADNOX HELP - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release - by schimi2k - 2015-06-29, 17:12
RE: Aeon Madnox - Beta Release (for Isengard) - by wints - 2015-08-06, 08:22
refresh item - by bill1972 - 2016-03-08, 03:31
Keyboard Autocompletion - by JinNJuice - 2016-03-19, 00:26
System Infoline - by reksp13 - 2016-04-09, 05:20
https://imageshack.com/my/images - by spook61 - 2016-04-14, 17:55
https://imageshack.com/my/images - by spook61 - 2016-04-14, 18:01
Leia - Madnox Problems - by Picard - 2017-06-22, 04:15
VideoLyrics - by Pr.Sinister - 2018-04-05, 23:40
Logout Mark Read Team Forum Stats Members Help
Aeon Madnox for Krypton / Jarvis - (no longer in development)39