-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
metadata.yml
66 lines (59 loc) · 1.72 KB
/
metadata.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: "🌸 Anilist watch list and reading list"
cost: N/A
categorie: social
index: 4
supports:
- user
- organization
inputs:
# Enable or disable plugin
plugin_anilist:
description: Display data from your AniList account
type: boolean
default: no
# Types of medias to display
plugin_anilist_medias:
description: Medias types to display
type: array
format: comma-separated
default: anime, manga
values:
- anime
- manga
# Sections to display
# Values from "plugin_anilist_medias" may impact displayed sections
plugin_anilist_sections:
description: Sections to display
type: array
format: comma-separated
default: favorites
example: favorites, watching, characters
values:
- favorites # Favorites animes and mangas (depending on plugin_anilist_medias values)
- watching # Animes in your watching list
- reading # Mangas in your reading list
- characters # Favorites characters
# Number of entries to display per section (this does not impacts characters section)
# Set to 0 to disable limitations
plugin_anilist_limit:
description: Maximum number of entries to display per section
type: number
default: 2
min: 0
# Number of entries to display in characters section
# Set to 0 to disable limitations
plugin_anilist_limit_characters:
description: Maximum number of entries to display in characters section
type: number
default: 22
min: 0
# Shuffle AniList data for varied outputs
plugin_anilist_shuffle:
description: Shuffle AniList data
type: boolean
default: yes
# Username on AniList
plugin_anilist_user:
type: string
description: AniList login
default: .user.login