-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.template
51 lines (51 loc) · 1.57 KB
/
config.json.template
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
{
"Plex" : {
"Url" : "https://plex.domain.com",
"token" : "<redacted>"
},
"Tautulli" : {
"Url" : "https://tautulli.domain.com",
"APIKey" : "<redacted>"
},
"SABnzbd" : {
"Url" : "https://sabnzbd.domain.com",
"APIKey" : "<redacted>"
},
"TMDB" : {
"APIKey" : "<redacted>"
},
"ScriptSettings" : {
"CurrentStreams" : {
"Webhook" : "https://discord.com/api/webhooks/<redacted>/<redacted>"
},
"PlexLibraryStats" : {
"Webhook" : "https://discord.com/api/webhooks/<redacted>/<redacted>"
"ExcludedLibraries" : ["Photos", "Live TV", "Fitness", "YouTube"]
},
"PlexPlayStats" : {
"Webhook" : "https://discord.com/api/webhooks/<redacted>/<redacted>"
"PSCoreFilePath" : "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"MediaTypes" : ["TV", "Movies", "Music", "Live TV"],
"RemoveMonthsWithZeroPlays" : true
},
"PopularOnPlex" : {
"Webhook" : "https://discord.com/api/webhooks/<redacted>/<redacted>"
"Count" : 5,
"Days" : 30
},
"SABnzbdStatus" : {
"Webhook" : "https://discord.com/api/webhooks/<redacted>/<redacted>"
},
"TopPlexStats" : {
"Webhook" : "https://discord.com/api/webhooks/<redacted>/<redacted>"
"Count" : 5,
"Days" : 30
},
"TopUsersByMediaType" : {
"Webhook" : "https://discord.com/api/webhooks/<redacted>/<redacted>",
"MediaTypes" : ["TV", "Movies", "Music"],
"Count" : 5,
"Days" : 30
}
}
}