| ← Back to plugins index | |
🌸 Anilist watch list and reading list | |
|---|---|
This plugin displays favorites animes, mangas and characters from a AniList account. | |
| ⚠️ Disclaimer | This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with AniList. All product and company names are trademarks™ or registered® trademarks of their respective holders. |
| Supported features → Full specification |
📗 Classic template |
👤 Users 👥 Organizations |
|
| No tokens are required for this plugin | |
|
|
|
➡️ Available options
| Option | Description |
|
Enable aniList plugin |
✨ On master/main🌐 Web instances must configure settings.json:
boolean
default: no |
|
|
AniList login |
| ⏯️ Cannot be preset ✨ On master/maintype: string
default: → User login |
|
|
Medias types |
✨ On master/maintype: array
(comma-separated)
default: anime, manga allowed values:
|
|
|
Displayed sections
|
✨ On master/maintype: array
(comma-separated)
default: favorites allowed values:
|
|
|
Display limit (medias) |
✨ On master/maintype: number
(0 ≤
𝑥)
zero behaviour: disable default: 2 |
|
|
Display limit (characters) |
✨ On master/maintype: number
(0 ≤
𝑥)
zero behaviour: disable default: 22 |
|
|
Shuffle data Can be used to create varied outputs |
✨ On master/maintype: boolean
default: yes |
ℹ️ Examples workflows
name: Favorites anime and currently watching
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.anilist.svg
token: NOT_NEEDED
base: ""
plugin_anilist: yes
plugin_anilist_medias: anime
plugin_anilist_sections: favorites, watching
plugin_anilist_limit: 1
name: Favorites manga and currently reading
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.anilist.manga.svg
token: NOT_NEEDED
base: ""
plugin_anilist: yes
plugin_anilist_medias: manga
plugin_anilist_sections: favorites, reading
plugin_anilist_limit: 1
name: Favorites characters
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.anilist.characters.svg
token: NOT_NEEDED
base: ""
plugin_anilist: yes
plugin_anilist_sections: characters
plugin_anilist_limit_characters: 22