Add checkrr for media library integrity checking

- Added checkrr service to scan for corrupt media files
- Configured with radarrUHD/FHD and sonarrUHD/FHD integration
- Checks /media/movies and /media/tvshows paths
- Web UI available on port 8585
- Auto-replace failed files via arr services
This commit is contained in:
feldjaeger 2026-04-11 16:41:27 +02:00
parent a052df17c8
commit 9d1f579313
3 changed files with 76 additions and 0 deletions

View file

@ -143,6 +143,24 @@ services:
networks:
- media_network
checkrr:
container_name: checkrr
image: aetaric/checkrr:latest
volumes:
- /app-config/arr/checkrr.yaml:/etc/checkrr.yaml
- /app-config/arr/checkrr.db:/checkrr.db
- data:/media
ports:
- 8585:8585
restart: on-failure
networks:
- media_network
depends_on:
- radarrUHD
- radarrFHD
- sonarrUHD
- sonarrFHD
volumes:
data: