Hi, Hiding menu items is kind of impossible. To hide the items the app would first need to query XBMC, which then returns all items in the category, only to see if the 'category' is empty. Another thing is that an item could be hidden automatically, but you run a library scan afterwards and items get added but because the category is hidden you can't open it again. I'm also wondering why you would need the empty categories to be hidden. As it are maximal 3 items, which always fit on the screen, so there is already no need to scroll.