Advertisement
Guest User

Untitled

a guest
Mar 15th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # <- processor ->
  2.  
  3. # Override the minimum age before a scan request is sent to the target (Default 10m):
  4. minimum-age: 5s
  5.  
  6. # Override the delay between processed scans (Default 5s):
  7. scan-delay: 5s
  8.  
  9. # override the interval scan stats are displayed (defaults to 1 hour / 0s to disable):
  10. scan-stats: 1h
  11.  
  12. # 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
  13. #anchors:
  14. # - /mnt/unionfs/mounted.bin
  15.  
  16. # <- triggers ->
  17.  
  18. # Optionally, protect your webhooks with authentication
  19. authentication:
  20. username: username
  21. password: password
  22.  
  23. # Port for Autoscan webhooks to listen on
  24. port: 3030
  25.  
  26. triggers:
  27. inotify:
  28. - priority: 0
  29.  
  30. # Filter with regular expressions
  31. include:
  32. # - ^/mnt/hdd2
  33. # - ^/mnt/hdd5
  34.  
  35. # rewrite inotify path to unified filesystem
  36. #rewrite:
  37. # - from: ^/mnt/local/Media/
  38. # to: /mnt/unionfs/Media/
  39.  
  40. # Local filesystem paths to monitor
  41. paths:
  42. - path: /mnt/hdd1/movies
  43. - path: /mnt/hdd2/music
  44. - path: /mnt/hdd5/4ktv
  45. - path: /mnt/hdd5/tv
  46.  
  47. sonarr:
  48. - name: sonarr # /triggers/sonarr
  49. priority: 2
  50. - name: sonarr4k
  51. priority: 2
  52.  
  53. radarr:
  54. - name: radarr # /triggers/radarr
  55. priority: 2
  56. - name: radarr4k
  57. priority: 2
  58.  
  59. lidarr:
  60. - name: lidarr # /triggers/lidarr
  61. priority: 1
  62.  
  63. # <- targets ->
  64.  
  65. targets:
  66. plex:
  67. - url: http://plex:32400 # plex
  68. token: enter-you-plex-token
  69. # token: GMxuRJ1MPZ4SzTQAGnDs
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement