Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # <- processor ->
- # Override the minimum age before a scan request is sent to the target (Default 10m):
- minimum-age: 5s
- # Override the delay between processed scans (Default 5s):
- scan-delay: 5s
- # override the interval scan stats are displayed (defaults to 1 hour / 0s to disable):
- scan-stats: 1h
- # Set anchor files for remote storage. If these are missing no scans will be sent to the target to avoid files being trashed when a mount fails
- #anchors:
- # - /mnt/unionfs/mounted.bin
- # <- triggers ->
- # Optionally, protect your webhooks with authentication
- authentication:
- username: username
- password: password
- # Port for Autoscan webhooks to listen on
- port: 3030
- triggers:
- inotify:
- - priority: 0
- # Filter with regular expressions
- include:
- # - ^/mnt/hdd2
- # - ^/mnt/hdd5
- # rewrite inotify path to unified filesystem
- #rewrite:
- # - from: ^/mnt/local/Media/
- # to: /mnt/unionfs/Media/
- # Local filesystem paths to monitor
- paths:
- - path: /mnt/hdd1/movies
- - path: /mnt/hdd2/music
- - path: /mnt/hdd5/4ktv
- - path: /mnt/hdd5/tv
- sonarr:
- - name: sonarr # /triggers/sonarr
- priority: 2
- - name: sonarr4k
- priority: 2
- radarr:
- - name: radarr # /triggers/radarr
- priority: 2
- - name: radarr4k
- priority: 2
- lidarr:
- - name: lidarr # /triggers/lidarr
- priority: 1
- # <- targets ->
- targets:
- plex:
- - url: http://plex:32400 # plex
- token: enter-you-plex-token
- # token: GMxuRJ1MPZ4SzTQAGnDs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement