mattblovell / kodi_panel

Front panel LCD display for Kodi (via JSON-RPC)
MIT License
12 stars 5 forks source link

Dev/dict layout #1

Closed mattblovell closed 3 years ago

mattblovell commented 3 years ago

Switch status and audio screen layout to be driven from *_LAYOUT dictionaries. This permits somewhat easier layout changes without having to make code changes in audio_screens() or status_screen(). Adding a new field or adding special treatment for a field still requires coding.