This plugin produces an entry for each item on a user's AniList list. It can be used as a source for the configure_series plugin.
Notes:
Option | Description | Default | Possible Values |
---|---|---|---|
username | (Required) AniList username. | ||
status | Your defined status on AniList. | current , planning |
current , planning , completed , dropped , paused , repeating |
release_status | Airing status of the show. | all |
releasing , finished , not_yet_released , cancelled |
format | Type of items to be listed. | all |
tv , tv_short , ova , movie , special , ona |
list | Filter by user's custom anime lists. Supports multiple entries |
Custom list title (case-sensitive) |
Will try to populate the following fields for its entries:
Field | Description |
---|---|
al_banner |
Banner image |
al_cover |
Cover image |
al_date_start |
Date object for premiere date |
al_date_end |
Date object for ending date |
al_episodes |
Episode count |
al_format |
Media format (same as the format setting above) |
al_genres |
Action, Adventure, Comedy, etc... |
al_id |
Anilist ID number |
al_links |
Official links from AniList. eg: The show's official site and streaming services |
al_list |
List title |
al_list_status |
Populated by default lists, custom lists will return empty. |
al_release_status |
Airing status (same as the release_status setting above) |
al_tags |
Cast Composition \ Traits, Demographic, Setting, Themes, etc... |
al_title |
Dictionary with show titles in Romaji and English (if available) |
al_trailer |
URL to trailer embed (YouTube or Dailymotion) |
alternate_name |
Show's alternate titles. Automatically includes English |
anilist_id |
ID on AniDB.net |
kitsu_id |
ID on Kitsu.io |
mal_id |
ID on MyAnimeList.net |
title |
Romaji title |
This example adds a user's anilist
entries using all the default values to a custom entry-list for further processing by other tasks.
anilist: <<username>>
list_add:
- entry-list: anilist-entries
This example shows use of anilist
together with configure_series to download episodes of anime the user is currently watching and is airing either now or in the future.
configure_series:
settings:
identified_by: sequence
from:
anilist:
username: <<username>>
status: current
release_status:
- releasing
- not_yet_released
format:
- tv
- tv_short
This will only configure shows the user added to their AniList custom anime lists named Winter Seasonals
and Spring Seasonals
configure_series:
settings:
identified_by: sequence
from:
anilist:
username: <<username>>
status: all
list:
- Winter Seasonals
- Spring Seasonals