-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.yml
More file actions
40 lines (34 loc) · 1.17 KB
/
config.example.yml
File metadata and controls
40 lines (34 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
xtream:
url: "http://provider.example.com"
username: "user"
password: "pass"
tmdb:
api_key: "your-tmdb-api-key"
# tvdb_api_key: "your-tvdb-api-key" # optional; enables TVDB fallback for unmatched series
output:
path: "/data/strm" # Where .strm files are written
movies_dir: "movies" # Subfolder for movies
series_dir: "tv" # Subfolder for TV series
sync:
interval: "6h" # How often to refresh Xtream catalog
on_startup: true # Sync immediately on start
parallelism: 10 # Concurrent workers for series fetch and TMDB enrichment (1-20)
# title_cleanup_patterns: # Regex patterns removed from stream names before TMDB search
# - '\s*\(DUBBED\)'
# - '\s*\[EXTENDED\]'
server:
newznab_port: 9091 # Newznab indexer API port
qbit_port: 9092 # Fake qBittorrent API port
web_port: 9090 # Web UI port
logging:
level: "info"
# arr:
# instances:
# - name: "Sonarr"
# type: sonarr # "sonarr" or "radarr"
# url: "http://<host>:8989"
# api_key: "<api-key>"
# - name: "Radarr"
# type: radarr
# url: "http://<host>:7878"
# api_key: "<api-key>"