media-rip/backend/app
jlightner 70910d516e fix: detect CIFS/NFS via /proc/mounts before opening DB
Instead of trying WAL mode and recovering after failure, proactively
detect network filesystems by parsing /proc/mounts and skip WAL
entirely. This avoids the stale WAL/SHM files that made recovery
impossible on CIFS mounts.
2026-04-01 05:53:40 +00:00
..
core fix: detect CIFS/NFS via /proc/mounts before opening DB 2026-04-01 05:53:40 +00:00
middleware Fix ruff lint errors: unused imports, E402 import ordering 2026-03-19 07:27:38 -05:00
models Fix playlist support, session persistence, audio detection, progress errors 2026-03-19 02:53:45 -05:00
routers Admin-controlled themes with visitor dark/light toggle 2026-03-22 15:58:49 -05:00
services fix: detect video from URL extension when yt-dlp extract_flat strips codec info 2026-04-01 04:21:19 +00:00
__init__.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
__version__.py Dynamic app version from git tag + file size display in queue 2026-03-21 23:45:48 -05:00
dependencies.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
main.py Accept plaintext admin password — hash on startup, clear from memory 2026-03-21 22:40:34 -05:00