media-rip/backend/app
jlightner 6682438163 fix: probe WAL with test write + close/reopen fallback for CIFS
The PRAGMA journal_mode=WAL returns 'wal' even on CIFS mounts where
WAL shared-memory actually fails. Now we do a concrete test write after
setting WAL mode; if it fails, we close the connection, remove stale
WAL/SHM files, reopen in DELETE mode.
2026-04-01 05:13:06 +00:00
..
core fix: probe WAL with test write + close/reopen fallback for CIFS 2026-04-01 05:13:06 +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