tagcache: Add menu entry for customizing the DB path

Allow the database path to be set from the file browser's
"Set As" context menu, so it can be changed without editing
the .cfg file by hand.

Change-Id: Ie1a84bcb2084ee3b1a0a18cc51f564238515f164
This commit is contained in:
Aidan MacDonald 2022-06-01 02:00:30 +01:00
parent ac1f92d9e8
commit f026cc4e17
5 changed files with 47 additions and 0 deletions

View file

@ -1871,6 +1871,7 @@ static int database_callback(int btn, struct gui_synclist *lists)
stat->initialized ? "Yes" : "No");
simplelist_addline("DB Ready: %s",
stat->ready ? "Yes" : "No");
simplelist_addline("DB Path: %s", stat->db_path);
simplelist_addline("RAM Cache: %s",
stat->ramcache ? "Yes" : "No");
simplelist_addline("RAM: %d/%d B",