media-rip/backend/app/core
jlightner 3205c101c3 fix: graceful WAL mode fallback for CIFS/network filesystems
When the data directory is on a CIFS/SMB mount (or other filesystem
lacking mmap shared-memory support), SQLite WAL mode fails with
'locking protocol' or 'readonly database' errors. The init_db function
now detects this and falls back to DELETE journal mode automatically.
2026-04-01 05:04:45 +00:00
..
__init__.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
config.py Admin-controlled themes with visitor dark/light toggle 2026-03-22 15:58:49 -05:00
database.py fix: graceful WAL mode fallback for CIFS/network filesystems 2026-04-01 05:04:45 +00:00
sse_broker.py Settings layout rework, purge fix, SSE broadcast 2026-03-19 06:04:59 -05:00