forked from ASK-ME-ABOUT-LOOM/purgeomatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
34 lines (24 loc) · 1.1 KB
/
.env.example
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
# Config for all scripts. Defaults are commented out.
#RADARR=http://localhost:7878
RADARR_API=abcdefghijklmnopqrstuvwxyz987654
#TAUTULLI=http://localhost:8181
TAUTULLI_API=abcdefghijklmnopqrstuvwxyz987654
#SONARR=http://localhost:8989
SONARR_API=abcdefghijklmnopqrstuvwxyz987654
#OVERSEERR=http://localhost:5055
OVERSEERR_API=abcdefghijklmnopqrstuvwxyz987654=
#TAUTULLI_MOVIE_SECTIONID=1
#TAUTULLI_TV_SECTIONID=2
# Number of rows to pull from Tautulli's media table.
#TAUTULLI_NUM_ROWS=3000
# Delete movies/series that haven't been watched in this many days.
#DAYS_SINCE_LAST_WATCH=500
# For deleting movies/series that have been added, but nobody ever watched.
# Set to 0 to disable.
#DAYS_WITHOUT_WATCH=60
# This offers ability to specify a playlist name for movies from which to create a protected movies list.
#PROTECTED_PLAYLIST_NAME=Protected
# This is off by default! If you set this to any value, it will be on.
# Even the mere existence of this environment variable, set to nothing/blank, and it will be on.
# Turn it on to disable the delete action. The script will only report what it would do.
#DRY_RUN=