visible - tag request
#1
is it possible to limit a viewtype to "recently added videos" ?

i would like to make my skin to show a specific viewtype only while in "recently added videos".
and of course an other specific viewtype when in "movies".

but i can't figure out, what (if any) tag i have to use in
<visible> </visible>
http://www.xbmcnerds.com - german xbmc community
Reply
#2
PHP Code:
<visible>Container.Content(RecentlyAddedMovies) | Container.Content(RecentlyAddedEpisodes)</visible

PHP Code:
<visible>Container.Content(Movies)</visible

http://wiki.xbmc.org/?title=Opening_Windows_and_Dialogs
Reply
#3
I was just going to ask, good to know...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
thank you.
http://www.xbmcnerds.com - german xbmc community
Reply
#5
o.k.
i've tried it, but it doesn't work.
can anyone else test it?

i use xbmc pre-dharma on W7.
http://www.xbmcnerds.com - german xbmc community
Reply
#6
And if you try:
PHP Code:
<visible>stringcompare(container.folderpath,videodb://5/)</visible> 
(recent episodes)

and
PHP Code:
<visible>stringcompare(container.folderpath,videodb://4/)</visible> 
(recent movies)

Maybe the method Hitcher posted is Dharma only, I'm not sure.
Reply
#7
thank you. that works.
http://www.xbmcnerds.com - german xbmc community
Reply
#8
Now that I tested it I realised I should have gone with the stringcompare instead, sorry.
Reply

Logout Mark Read Team Forum Stats Members Help
visible - tag request0