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
219 stars 104 forks source link

Improvement and fixes for channel and recording lists #1089

Closed wutschel closed 1 month ago

wutschel commented 3 months ago

Description

This PR resolves two long-standing issues I was just recognizing.

  1. Since the main menu supports separated Live TV and Radio menus the same instance of DetailVC is used for channel lists and recordings. For recording views a different height and font size for the genre label is used as well as hiding runtime. Due to cell reuse the genre label height, font size and runtime label's visibility must be explicitly set for channel list.
  2. Since recordings must be synced it is required to set recordingListView separately. This enables some layout code formerly skipped. Also improve readability of recording plot by non-bold font.

Summary for release notes

Bugfix: Restore channel list layout after viewing recording list Improvement: Better readability of recording plot