Add media-servarr/autoscan/config.yml

This commit is contained in:
2024-02-29 00:15:59 +03:00
parent 740d1b8929
commit 8865b3620a
+35
View File
@@ -0,0 +1,35 @@
minimum-age: 30m
authentication:
username: YOUR_USERNAME
password: YOUR_PASSWORD
port: 3030
triggers:
lidarr:
- name: lidarr
priority: 2
radarr:
- name: radarr
priority: 1
sonarr:
- name: sonarr
priority: 1
targets:
plex:
- url: https://plex.example.com # URL of your Plex server
token: # Plex API Token
rewrite:
- from: /data/media/ # /data is basically /lake since thats how the volume is mounted
to: /media/ # path accessible by the Plex docker container (if applicable)
jellyfin:
- url: https://jf.example.com # URL of your Jellyfin server
token: # Jellyfin API Token
rewrite:
- from: /data/media/ # /data is basically /lake since thats how the volume is mounted
to: /media/ # path accessible by the Jellyfin docker container (if applicable)