mattblovell / kodi_panel

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

Fix selection pass-through case; provide hook for custom heuristic #28

Closed mattblovell closed 3 years ago

mattblovell commented 3 years ago

With v1.22 I introduced a bug in handling the default video layout for the pass-through case of the heuristic.

When fixing that, I might as well also provide the hook for end-user customization that's been under discussion. It may also be interesting to mimic all of that video mode selection for audio.

mattblovell commented 3 years ago

Bug itself fixed with v1.23 (about to be released).

mattblovell commented 3 years ago

Added hook for end-user extensibility in v1.24. Mirrored all of the video-mode selection to audio as well.

Closing issue.