Window.IsMedia ?
#1
This is still working ?
I wanted to hide the "top bar" in my skin in movies\tvshows\music\programs\images etc,
and show it on home,settings,profiles,etc...

here it says:
http://kodi.wiki/view/List_of_boolean_conditions
Quote:Window.IsMedia - Returns true if this window is a media window (programs, music, video, scripts, pictures)
which is what I need.

Tested it and its not working at all...
I needed to use very long condition to achive it...:
Code:
            <visible>[!Skin.HasSetting(hide_fanart_topbar) | Container.Content(Addons)] | [!Container.HasFolders + !Container.Content(files) + !Container.Content(songs) + !Container.Content(artists) + !Container.Content(albums) + !Container.Content(movies) + !Container.Content(tvshows) + !Container.Content(seasons) + !Container.Content(episodes) + !Container.Content(musicvideos) + !Container.Content(genres) + !Container.Content(years) + !Container.Content(actors) + !Container.Content(playlists) + !Container.Content(plugins) + !Container.Content(studios) + !Container.Content(directors) + !Container.Content(sets) + !Container.Content(tags) ]</visible>

Just wondering if it still working..
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#2
Me and Phil tested it last week and it doesn't seem to work. Confused
Reply
#3
my attempt to fix it: 7761 (PR)
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#4
Confirmed working now.

Windows test build here tomer953 .
Reply
#5
Many thanks.. I can only use this when It will get into official version.
Phenomenal™ Skin • ForumWebsiteGitHub
Reply
#6
(2015-08-09, 16:07)tomer953 Wrote: Many thanks.. I can only use this when It will get into official version.

it will be part of jarvis.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply

Logout Mark Read Team Forum Stats Members Help
Window.IsMedia ?0