-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
31 lines (25 loc) · 1.07 KB
/
config.yaml
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
plex:
url: "http://localhost:32400"
token: "PLEX_TOKEN" # Replace with your Plex Token key
movie_library_name: "Movies"
delete_preference: "largest_file" # Options: smallest_file, oldest, newest
preserve_quality: [] # Files with these keywords won't be deleted
openai:
api_key: "sk-proj-XXXXXXXXXXXXXXXXXXX" # Replace with your OPENAI API key
recommendation_count: 50 # Replace with Number of Movies you want to be recommended and added in single run.
radarr:
url: "http://localhost:7878"
api_key: "RADARR_API_KEY" # Replace with your Radarr API key
root_folder: "/folder/to/you/Movies"
tag_name: "RADARR_TAG_NAME"
tmdb:
api_key: "TMDB_API_KEY" # Replace with your TMDB API key
files:
points_file: "recommendation_points.json"
tmdb_cache_file: "tmdb_cache.json"
overseerr:
url: "http://localhost:5055"
api_key: "" # Add your Overseerr API key here
scripts_run:
run_plex_duplicate_cleaner: false # Change to true if you want to Run Plex Duplicate Cleaner
run_radarr_plex_monitor: false # Change to true if you want to Run Radarr Plex Monitor