-
Notifications
You must be signed in to change notification settings - Fork 13
/
sample.properties
99 lines (86 loc) · 3.33 KB
/
sample.properties
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Your bot token goes here (don't share)
#discord-token=
# The actual discord channel(s) name the bot lives in
# This is the specific channel(s) name, not the channel id
# If you specify multiple channels, they should be separated by a column
#discord-channels=
# Your slack bot oauth authentication token
#slack-bot-token=
# Your slack user oauth authentication token
#slack-user-token=
# The actual slack channel(s) you want to post slack messages to
#slack-channels=
# Your telegram bot token
#telegram-token=
# Your actual telegram channels your bot can respond in
# this should be a list containing the name and id of the channel, i.e., CHANNEL_NAME:CHANNEL_ID
# to get the channel id, right click any post in private channel and copy post link
# you should see something like this, https://t.me/c/1408146664/63
# the id is between c/<id>/<postId>
# example: plex-channel1:id1,plex-channel2:id2
#telegram-private-channels=
# Same as above except for groups
#telegram-private-groups=
# Your matrix bot user
#matrix-username=
# Your matrix bot password
#matrix-password=
# The room your matrix bot will send messages in
#matrix-room=
# The url of your homeserver
#matrix-home-server-url=
# Your various media tool urls/keys go here
radarr-url=
radarr-token=
radarr-default-profile=
# Where your radarr movies should go (if you add/update them)
# i.e., /movies
radarr-path=
# Only populate this if you use a custom radarr url base (which is configurable in Radarr->Settings->General->URL Base)
# don't include prefix/suffix slashes
radarr-url-base=
sonarr-url=
sonarr-token=
sonarr-default-profile=
# Where your sonarr shows should go (if you add/update them)
# i.e., /data/tvshows
sonarr-path=
# Only populate this if you use a custom sonarr url base (which is configurable in Sonarr->Settings->General->URL Base)
# don't include prefix/suffix slashes
sonarr-url-base=
# Whether your sonarr instance is v4 or not
sonarr-v4
lidarr-url=
lidarr-token=
lidarr-path=
lidarr-default-quality-profile=
lidarr-default-metadata-profile=
lidarr-url-base=
# The max number of movie requests per user per month, day, or week
max-movie-requests-per-user=
# The max number of show requests per user per month, day, or week
max-show-requests-per-user=
# The max number of artist requests per user per month, day, or week
max-artist-requests-per-user=
# The threshold type for max requests
# WEEK, MONTH, DAY
# WEEK is from monday to sunday
max-requests-threshold=
# The max number of downloads to show (default is 20)
# If you set this to any value less than or equal to 0, no downloads will show
max-downloads-to-show=20
# The max number of results to show per search command (default is 20)
# If you set this to any value less than 0, the bot won't startup
max-results-to-show=20
# The command prefix (default is !)
# Any prefix is allowed (but I haven't tested every single prefix in every client)
command-prefix=!
# If you want content to NOT appear in searches against your library, you can list blacklisted paths here
# in comma delimited form, and they will be ignored when building up responses
existing-item-paths-blacklist=
# Comma delimited Status endpoints (i.e., endpoints you want checked when the !status command is called)
# i.e., some-name:hostname:port,some-other-name:hostname2:port
#status-endpoints=
# The log4j log level (i.e., info, debug, trace, warn)
# This is info by default
#log-level=