Identify movie sets...

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
liquidskin76 Offline
Skilled Skinner
Posts: 1,288
Joined: Aug 2009
Reputation: 16
Location: UK
Post: #11
(2012-05-10 13:00)butchabay Wrote:  <visible>!ListItem.IsFolder</visible>

That seems to have done the trick.

Cheers

Welo... a skin for XBMC

HTPC: Streacom FC1 Evo Case | Asus P8H77-I ITX | Intel Core i3 3220T | Kingston HyperX SSD | Kingston DDR3 RAM
Home AV: Sony KDL-40HX723 | Sky+HD | Sony BDP-S480 BD Player | Sony STR-DH820 AV Receiver | Sony Speaker System | Sony PS3 Slim | Logitech Harmony Touch
find quote
fmronan Online
Fan
Posts: 586
Joined: Dec 2010
Reputation: 4
Post: #12
for plot with movieSet

Code:
ListItem.IsFolder + !IsEmpty(Container(7000).ListItem.Property(IsSet))
Code:
<label>$INFO[Container(7000).ListItem.Plot]</label>
find quote
butchabay Offline
Skilled Skinner
Posts: 3,425
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #13
(2012-05-10 16:32)fmronan Wrote:  for plot with movieSet

Code:
ListItem.IsFolder + !IsEmpty(Container(7000).ListItem.Property(IsSet))
Code:
<label>$INFO[Container(7000).ListItem.Plot]</label>

But here you're refering only if using moviesets addon.
find quote
pecinko Online
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #14
(2012-05-10 13:02)pecinko Wrote:  
(2012-05-10 12:54)liquidskin76 Wrote:  I can't seem to get either to work. Basically i want to hide certain items when a movie set has focus in a list (not when i'm in the movie set).

Suppose i could just user !IsEmpty(ListItem.Plot) as moviesets doesn't display a plot.

Search this thread and you will find previous discussion (listitem.isset) and working solution I'm not at able to passa link to it ATM.

http://forum.xbmc.org/showthread.php?tid=111057

My skins:

Quartz
Amber
find quote
Post Reply