Kodi Community Forum
TotalSeasons in files node - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: TotalSeasons in files node (/showthread.php?tid=103412)



TotalSeasons in files node - Jeroen - 2011-06-13

It seems ListItem.Property(TotalSeasons) is not working when going into tvshow level through the files node.

Am I correct in assuming that every infolabel that works in the library nodes should work in the files node too?

20110612-C28D6EF


edit:correction


- igotdvds - 2011-06-13

It doesnt work in any node for me. Sad


- Hitcher - 2011-06-13

It should only work at TV Shows level but you're right it doesn't work at all.


- Jeroen - 2011-06-13

Argh, I meant to say tvshow, not episode Blush


- pieh - 2011-06-13

@Jeroen
I'll take a look on that.

@Hitcher: it's working on tvshow level in library:
Code:
<label>TotalSeasons: $INFO[ListItem.Property(TotalSeasons)]</label>
http://dl.dropbox.com/u/28792047/xbmc/screenshot016.png

Provide more info (some sample You're using would definitely help), because if I can't reproduce it - I can't fix it.

BTW. I feel deja-vu (http://forum.xbmc.org/showthread.php?tid=102606)


- Jeroen - 2011-06-13

cheers pieh Smile

it's working fine for me in library too.


- Hitcher - 2011-06-13

pieh Wrote:@Hitcher: it's working on tvshow level in library:
Code:
<label>TotalSeasons: $INFO[ListItem.Property(TotalSeasons)]</label>
http://dl.dropbox.com/u/28792047/xbmc/screenshot016.png

Sorry, I was only using Dharma.

pieh Wrote:BTW. I feel deja-vu (http://forum.xbmc.org/showthread.php?tid=102606)

I thought it was familiar but searching for TotalSeasons only returns this thread.

http://forum.xbmc.org/search.php?searchid=8590465


- pieh - 2011-06-13

Fixed in @4177578. Thanks for the report!