-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
example.json
45 lines (45 loc) · 1.21 KB
/
example.json
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
{
"jellyfin": {
"url": "https://example.com",
"api_key": "sadasodsapasdskd",
"username": "your_username_here",
"music": {
"display": ["genres"],
"separator": "-"
},
"movies": {
"display": ["genres"],
"separator": "-"
},
"self_signed_cert": false,
"show_simple": false,
"append_prefix": false,
"add_divider": false,
"_comment": "the 4 lines below and this line arent needed and should be removed, by default nothing will display if these are present",
"blacklist": {
"media_types": ["music", "movie", "episode", "livetv"],
"libraries": ["Anime", "Anime Movies"]
}
},
"discord": {
"application_id": "1053747938519679018",
"buttons": [
{
"name": "dynamic",
"url": "dynamic"
},
{
"name": "dynamic",
"url": "dynamic"
}
],
"show_paused": true
},
"imgur": {
"client_id": "asdjdjdg394209fdjs093"
},
"images": {
"enable_images": true,
"imgur_images": true
}
}