This plugin produces an entry for each item on MyAnimeList list. It can be used as a source for the configure_series plugin.
Notes:
Option | Default | Description |
---|---|---|
username | MAL username. (Required) | |
status | all | MAL status used to filter entries, possible values: watching , completed , on_hold , dropped or plan_to_watch . |
airing_status | all | Airing status of the show used to filter entries, possible values: airing , finished , planned (also shown as Not Yet Aired on MAL). |
type | all | Type of items to be listed, can be: unknown , tv , ova , movie , special , ona or music . |
This example shows use of my_anime_list
together with configure_series to download all TV series user is planning to watch or currently watching, airing either now or in the future.
configure_series:
from:
my_anime_list:
username: <<username>>
status:
- watching
- plan_to_watch
airing_status:
- airing
- planned
type: tv