I am trying to hide certain list items that get automatically generated by kodi. Specifically I would like to hide the ".." item in a video source list. I can conditionally set the visibility using something like <visible>!String.IsEqual(ListItem.Label, "..")</visible> however this only appears to hide the item not to actually remove it from the list. How can I accomplish this?
↧