feat: add Radarr language dashboard with Docker support

Add a Flask-based dashboard for monitoring audio/subtitle languages in Radarr media files. Includes ffprobe integration for media analysis, SQLite caching, path mapping between Radarr and host filesystems, and a responsive web UI with filtering and statistics.
This commit is contained in:
2026-08-13 10:46:45 +02:00
commit 6ee9610b11
6 changed files with 696 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
Flask==3.1.1
gunicorn==23.0.0
requests==2.32.4