03-25-2021, 11:45 AM
Conceptually what you want to do is replace the "Renderer Active" overlay screen with a screen that shows the metadata and controls for the renderer. I suppose it could be similar in appearance to the CoverView screen. This kind of approach would prolly be minimally invasive. Maybe something like a cfg_system setting thats checked in playerlib.js to control whether to display the "Render Active" screen or some other screen.
Front-end
- HTML/CSS
- JS to manage the metadata display and controls
Back-end
- server that provides metadata and cmd/ctrl
I'm just thinking out loud so this may or may not be a good approach.
Front-end
- HTML/CSS
- JS to manage the metadata display and controls
Back-end
- server that provides metadata and cmd/ctrl
I'm just thinking out loud so this may or may not be a good approach.