11-07-2022, 12:29 PM
The current UI view is stored in the param 'current_view'. When in Playback view the param also contains the current Library view.
CoverView status (on/off) currently only exists in a Javascript var (coverView) and is not stored persistently in a SQL param or session var but it could be.
You might want to consider having Peppy just be another option for CoverView rather than having it be part of the main views. Basically it would use CoverView default mode (cover centered) with the cover replaced by the meters or spectrum display.
Code:
moodeutl -q "select value from cfg_system where param='current_view'"
sudo moodeutl -d | grep "current_view"
CoverView status (on/off) currently only exists in a Javascript var (coverView) and is not stored persistently in a SQL param or session var but it could be.
You might want to consider having Peppy just be another option for CoverView rather than having it be part of the main views. Basically it would use CoverView default mode (cover centered) with the cover replaced by the meters or spectrum display.