Checking if MyVideoNav is in Files mode?
#3
(2020-03-24, 09:06)mardukL Wrote: I would second this.

Another Method can be set custom property on 'top' level ,or if using script.skinshortcuts, by abuse container.folderpath
which comes with the assumption that you navigate on top level before entering a specific source

-
xml:
<onfocus condition="string.contains(container.folderpath,sources)">SetProperty(CurrentSource,$INFO[container.folderpath],home)</onfocus>

A second method i would think about is
xml:
String.EndsWith(Listitem.folderpath,/) | [!String.IsEmpty(Listitem.FileExtension) + String.EndsWith(Listitem.folderpath, .Listitem.FileExtension)]
"metoo"

scott s.
.
Reply


Messages In This Thread
RE: Checking if MyVideoNav is in Files mode? - by scott967 - 2020-03-24, 19:53
Logout Mark Read Team Forum Stats Members Help
Checking if MyVideoNav is in Files mode?0