06-24-2019, 07:38 PM
(This post was last modified: 06-24-2019, 07:38 PM by Tim Curtis.)
Hi Thomas,
As an example, on my 7" Touch if I'm on the Library Tag view and then either Menu, Refresh or Many, Restart, Reboot it comes back up displaying the Library Tag view.
The current_view setting is not configurable from the UI, it's set automatically depending on what view is currently being displayed.
You can view the setting with the command below.
As an example, on my 7" Touch if I'm on the Library Tag view and then either Menu, Refresh or Many, Restart, Reboot it comes back up displaying the Library Tag view.
The current_view setting is not configurable from the UI, it's set automatically depending on what view is currently being displayed.
You can view the setting with the command below.
Code:
sqlite3 /var/local/www/db/moode-sqlite3.db "select * from cfg_system where param='current_view'"