-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathconfig.ini
125 lines (89 loc) · 2.35 KB
/
config.ini
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[data]
database = database.sqlite
[connection]
useragent =
[reddit]
subreddit =
username =
password =
oauth_key =
oauth_secret =
[discord]
token =
guild =
[service.mal]
username =
password =
[service.anidb]
client =
[service.nyaa]
domain = nyaa.si
excluded_users =
filter = 0
[service.youtube]
api_key =
[service.museasia]
api_key =
[service.anione]
api_key =
[service.youtube_unlisted]
api_key =
[options]
# Valid options, separated with a space: tv, movie, ova
new_show_types = tv
record_scores = true
[options.discovery]
# Service used
primary_source = mal
# Services for additional data/links
secondary_sources = anidb
# Stream services
stream_sources = crunchyroll
[post]
title = {show_name} - Episode {episode} discussion
title_with_en = {show_name} • {show_name_en} - Episode {episode} discussion
title_postfix_final = - FINAL
flair_id =
flair_text =
body =
*{show_name}*, episode {episode}{episode_alt_number}{episode_name}
{aliases}
{poll}
{spoiler}
---
**Streams**
{streams}
**Show information**
{links}
---
**All discussions**
{discussions}
---
*This post was created by a bot. Message the mod team for feedback and comments.*
*The original source code can be found on [GitHub](https://github.com/r-anime/holo).*
batch_thread_title = {show_name} - Episodes 1-{episode} Megathread
batch_thread_title_with_en = {show_name} • {show_name_en} - Episodes 1-{episode} Megathread
batch_thread_body =
{aliases}
---
**Streams**
{streams}
**Show information**
{links}
---
**All discussions**
{discussions}
---
*This post was created by a bot. Message the mod team for feedback and comments.*
*The original source code can be found on [GitHub](https://github.com/r-anime/holo).*
format_spoiler = **Reminder:** Please do not discuss plot points not yet seen or skipped in the show. Failing to follow the rules may result in a ban.
format_stream = * [{service_name}]({stream_link})
format_link = * [{site_name}]({link})
format_link_reddit = * **{link}**
format_discussion_header = Episode|Link|Score
format_discussion_align = :-:|:-:|:-:
format_discussion = {episode}|[Link]({link})|[{score}]({poll_link})
format_discussion_none = *No discussions yet!*
format_aliases = Alternative names: *{aliases}*
poll_title = {show} - Episode {episode}
format_poll = # [Rate this episode here.]({poll_url})