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:
parent
a052df17c8
commit
9d1f579313
3 changed files with 76 additions and 0 deletions
21
checkrr.yaml
Normal file
21
checkrr.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue