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: #1
I've looked in the Wiki and forum, however unless my eyes fail me, i can't any info on this one!

Is there any condition i can use to identify movie sets... maybe something like 'Container.Content(set)'?

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
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #2
To identify a set or to identify that you're inside a set?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
liquidskin76 Offline
Skilled Skinner
Posts: 1,288
Joined: Aug 2009
Reputation: 16
Location: UK
Post: #3
To identify a set

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
butchabay Offline
Skilled Skinner
Posts: 3,425
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #4
(2012-05-10 12:08)liquidskin76 Wrote:  To identify a set

Cheers!

Maybe this answers your question.

http://forum.xbmc.org/showthread.php?tid...pid1092263

Cheers
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #5
Sets are folders, so that's one criteria you can use.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #6
SubString(ListItem.Path,videodb://1/7) maybe?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
liquidskin76 Offline
Skilled Skinner
Posts: 1,288
Joined: Aug 2009
Reputation: 16
Location: UK
Post: #7
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 use !IsEmpty(ListItem.Plot) as moviesets doesn't display a plot.

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
(This post was last modified: 2012-05-10 13:00 by liquidskin76.)
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #8
(2012-05-10 12:27)jmarshall Wrote:  Sets are folders, so that's one criteria you can use.

So are my "favorite" ".." items so you would need to go

Conainer(movies) + isfolder + isNot".." to make it work with folder check.

My skins:

Quartz
Amber
(This post was last modified: 2012-05-10 12:58 by pecinko.)
find quote
butchabay Offline
Skilled Skinner
Posts: 3,425
Joined: Mar 2010
Reputation: 62
Location: Switzerland
Post: #9
<visible>!ListItem.IsFolder</visible>
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #10
(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.

My skins:

Quartz
Amber
find quote
Post Reply