Skip to content

MyAnimeList Seasonal

Gets anime in MyAnimeList's Seasonal Anime list the options are detailed below.

The sync_mode: sync and collection_order: custom Setting are recommended since the lists are continuously updated and in a specific order.

MyAnimeList Configuration

Configuring MyAnimeList in the config is required for any of these builders to function.

Attribute Description & Values
season Description: Season to search
Default: current
Values:
winterFor winter season January, February, March
springFor spring season April, May, June
summerFor summer season July, August, September
fallFor fall season October, November, December
currentFor the current Season
year Description: Year to search
Default: Current Year
Values: Number between 1917 and the current year.
sort_by Description: Sort Order
Default: members
Values:
membersSort by Most Members
scoreSort by Score (not working properly)
limit Description: Don't return more than this number
Default: 100
Values: Number of Anime to query from MyAnimeList (max: 500)
starting_only Description: Return only anime that began airing in the selected season
Default: False
Values: True or False

Example MyAnimeList Seasonal Builder(s)

collections:
  Current Anime Season:
    mal_season:
      sort_by: members
      limit: 50
    collection_order: custom
    sync_mode: sync
collections:
  Fall 2020 Anime:
    mal_season:
      season: fall
      year: 2020
      limit: 50
    collection_order: custom
    sync_mode: sync