Please Help
#1
Hi guys,

one question:

is there a way to hide labels and images when " show parent folder " is enabled and focused ?

i want to hide star ratings, mpaa rating and mins when parent folder is focused in library, how can i do that ?

I've tried with:

<visible>!system.getbool(filelists.showparentdiritems)</visible>

the problem is they are hidden on all items and not only on the focused parent folder ...

any hints ?

Thanx
Reply
#2
I use !IsEmpty(ListItem.Title) or !StringCompare(ListItem.Label,..) or !ListItem.IsFolder.
Reply
#3
Or !IsEmpty(ListItem.Thumb) also works.
Reply
#4
Big_Noid Wrote:I use !IsEmpty(ListItem.Title) or !StringCompare(ListItem.Label,..) or !ListItem.IsFolder.

Thanx man !ListItem.IsFolder did it ... Smile
Reply
#5
Hitcher Wrote:Or !IsEmpty(ListItem.Thumb) also works.

Thanx guys for such fast answers ...
Reply
#6
Sorry dudes,

in Movies everything is working, now i have problems with TV Shows, how can i handle that ?
Reply
#7
butchabay Wrote:Sorry dudes,

in Movies everything is working, now i have problems with TV Shows, how can i handle that ?

I use this for everything:

Code:
<visible>!stringcompare(ListItem.Icon,DefaultFolderBack.png)</visible>
Image
To learn more, click here.
Reply
#8
butchabay Wrote:Sorry dudes,

in Movies everything is working, now i have problems with TV Shows, how can i handle that ?

Title or Thumb should work.
Reply
#9
ListItem.folder is good for movies only indeed, because then you also hide things when there is a movie set in the database, but it doesn't work for tvshows cause that are all folders.
Reply
#10
Thanx again for your help, title or thumb works fine.
Doh ! Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Please Help0