Fix recordings root attribution to use DB paths

This commit is contained in:
ibs0d
2026-03-07 12:17:17 +11:00
parent ba045ab3cf
commit 9f5d93e723
8 changed files with 570 additions and 12 deletions
+9 -5
View File
@@ -128,11 +128,15 @@
"storage": {
"title": "Storage",
"overview": "Overview",
"recordings": {
"title": "Recordings",
"tips": "This value represents the total storage used by the recordings in Frigate's database. Frigate does not track storage usage for all files on your disk.",
"earliestRecording": "Earliest recording available:"
},
"recordings": {
"title": "Recordings",
"tips": "This value represents the total storage used by the recordings in Frigate's database. Frigate does not track storage usage for all files on your disk.",
"earliestRecording": "Earliest recording available:",
"roots": "Recording Roots",
"nonDefault": "Non-default root",
"rootSummary": "Disk used: {{used}} MiB • Free: {{free}} MiB • Usage: {{usage_percent}}%",
"rootCameras": "Cameras: {{cameras}}"
},
"shm": {
"title": "SHM (shared memory) allocation",
"warning": "The current SHM size of {{total}}MB is too small. Increase it to at least {{min_shm}}MB."