forked from r-anime/holo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
83 lines (60 loc) · 1.71 KB
/
config.ini
File metadata and controls
83 lines (60 loc) · 1.71 KB
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
[data]
database = database.sqlite
[connection]
useragent =
[reddit]
subreddit =
username =
password =
oauth_key =
oauth_secret =
[service.mal]
username =
password =
[service.anidb]
client =
[service.nyaa]
domain = nyaa.si
excluded_users =
filter = 0
[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_postfix_final = - FINAL
body =
*{show_name}*, episode {episode}{episode_alt_number}{episode_name}
{aliases}
{poll}
{spoiler}
---
**Streams**
{streams}
**Show information**
{links}
---
**Previous 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. Encourage others to read the source material rather than confirming or denying theories. 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})