-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
50 lines (38 loc) · 2.21 KB
/
config.yml
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
plex:
url: "http://plex:32400"
token: "{plex-token}"
libraries:
movies: Movies
shows: TV
plex_discord_media_updates:
# OPTIONALLY add push-monitoring URLs for services like Uptime Kuma or Healthchecks.io
uptime_status: ""
# The discord webhook URL that will be used if not in testing mode (i.e. if testing_mode is set to False)
webhook: "https://discord.com/api/webhooks/{webhooktoken}"
# Media added since this long ago will be listed.
# FORMAT: "1m", "1h", "1d", "1w" respectively correspond to 1 minute, 1 hour, 1 day, 1 week.
lookback_period: "4h"
# Skipped libraries will not be scanned or included in the webhook message
skip_libraries:
movies: False
shows: False
# Choose whether to show the total number of new episodes in the TV Show embed title
show_total_episode_count: True
# Choose whether to show the number rf new episodes for each individual show in the TV Show embed title.
show_episode_count_per_show: True
message_options:
# Will be bolded and put on its own line, the loockback period will be appended to the end
title: "Recently Added to {server name} from the last"
embed_options:
# Optional thumbnail that will go in all embeds. Set to an empty string ("") to disable it or set to a direct image url string to enable it.
thumbnail: ""
# The symbol to denote each new entry in the lists in the embeds. Can be replaced with emotes (e.g. :point_right:).
bullet: "•"
# Keep the "0x" and change the last 6 characters to the hex codes of your preferred colours.
movies_colour: 0xFB8800
shows_colour: 0xDE4501
# Optional emotes to be used in the title for each embed. Set these to empty strings ("") to disable. Must be in quotes.
movies_emote: ":clapper:"
shows_emote: ":tv:"
# The message that will display if a list is too long and needs to be cut short. Should be less than 90 characters. Will be bolded and appended with two newlines to the end of the list.
overflow_footer: "We couldn't fit all the new media in one message, so check out the library for the rest!"