-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtagarr_recover.conf.sample
More file actions
48 lines (38 loc) · 1.24 KB
/
tagarr_recover.conf.sample
File metadata and controls
48 lines (38 loc) · 1.24 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
41
42
43
44
45
46
47
48
# ========== CONFIGURATION ==========
# Config version: 1.0
# Config for tagarr_recover.sh — Release Group Recovery from Grab History
#
# Flags: --app TYPE | --dry-run | --live | --instance TYPE | --movie ID |
# --series ID | --no-rename | --debug | --help
# Copy this file to tagarr_recover.conf and fill in your values.
# === DEFAULT APP ===
# Options: radarr, sonarr, both
DEFAULT_APP="both"
# === PRIMARY RADARR ===
PRIMARY_RADARR_URL="http://localhost:7878"
PRIMARY_RADARR_API_KEY="your-api-key-here"
PRIMARY_RADARR_NAME="Radarr"
# === SECONDARY RADARR ===
ENABLE_SECONDARY_RADARR=true
SECONDARY_RADARR_URL="http://localhost:7979"
SECONDARY_RADARR_API_KEY="your-api-key-here"
SECONDARY_RADARR_NAME="Radarr 4K"
# === PRIMARY SONARR ===
PRIMARY_SONARR_URL="http://192.168.86.22:8989"
PRIMARY_SONARR_API_KEY="your-api-key-here"
PRIMARY_SONARR_NAME="Sonarr"
# === SECONDARY SONARR ===
ENABLE_SECONDARY_SONARR=false
SECONDARY_SONARR_URL=""
SECONDARY_SONARR_API_KEY="your-api-key-here"
SECONDARY_SONARR_NAME=""
# === RENAME ===
ENABLE_RENAME=true
# === DRY-RUN ===
ENABLE_DRY_RUN=true
# === DISCORD NOTIFICATIONS ===
DISCORD_ENABLED=false
DISCORD_WEBHOOK_URL=""
# === LOGGING ===
ENABLE_LOGGING=true
LOG_FILE="${SCRIPT_DIR}/logs/tagarr_recover.log"