Kodi Community Forum

Full Version: Use <visible> to have something not show when -trailer.xxx is playing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is the a way of doing this...

<visible>don't show/play anything with the -trailer extension<visible>

What I am after is I'm using Alaska as my base and I like to keep the way Alaska handle the now playing window but just have it not play trailers.

And then copy that code and have my trailer window located in another spot but that window only plays trailersHuh
Code:
<visible>!substring(VideoPlayer.Title,-trailer)</visible>
Unbelievably perfect, thx Hitcher!!!