xbmc / Official-Kodi-Remote-iOS

Full-featured remote control for XBMC Media Center. It features library browsing, now playing informations and a direct remote control.
Other
215 stars 104 forks source link

Optimization: differentiate item types global search #733

Open wutschel opened 1 year ago

wutschel commented 1 year ago

In Global Search and with an active filter you might not be able to easily differentiate the different item types. The example below shows hits when search for "Gen" which lists music videos, artist, albums and song from "Genesis". The current solution just re-uses the same cell layout as within the respective menus. For Global Search it would be good to add a differentiator, e.g. an icon on the upper right side of the cell.

Screenshot: https://abload.de/img/bildschirmfoto2022-10ttiqt.png

wutschel commented 2 months ago

Found an even better solution: https://ibb.co/Vm5nBx0 This is still in an early state, but keeping the sections headers seems to be an elegant way.