AniList Builders¶
You can find anime using the features of AniList.co (AniList).
No configuration is required for these builders.
Attribute |
Description |
Works with Movies |
Works with Shows |
Works with Playlists and Custom Sort |
---|---|---|---|---|
Finds every anime in AniList’s Top Rated Anime list |
✅ |
✅ |
✅ |
|
Finds every anime in AniList’s Popular Anime list |
✅ |
✅ |
✅ |
|
Finds every anime in AniList’s Trending Anime list |
✅ |
✅ |
✅ |
|
Finds the anime specified by the AniList ID and every relation in its relation tree except Character and Other relations |
✅ |
✅ |
❌ |
|
Finds all anime specified by the AniList Studio ID |
✅ |
✅ |
❌ |
|
Finds the anime specified by the AniList ID |
✅ |
✅ |
❌ |
|
Finds the anime in AniList User’s Anime list the options are detailed below |
✅ |
✅ |
✅ |
|
Finds the anime specified by the AniList search parameters provided |
✅ |
✅ |
✅ |
AniList Top Rated¶
Finds every anime in AniList’s Top Rated Anime list.
The expected input is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Top Rated Anime:
anilist_top_rated: 30
collection_order: custom
sync_mode: sync
AniList Popular¶
Finds every anime in AniList’s Popular Anime list.
The expected input is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Popular Anime:
anilist_popular: 10
collection_order: custom
sync_mode: sync
AniList Trending¶
Finds every anime in AniList’s Trending Anime list.
The expected input is a single integer value of how many movies/shows to query.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Trending Anime:
anilist_trending: 10
collection_order: custom
sync_mode: sync
AniList Relations¶
Finds the anime specified by the AniList ID and every relation in its relation tree except Character and Other relations.
The expected input is an AniList ID. Multiple values are supported as either a list or a comma-separated string.
collections:
One Piece:
anilist_relations: 21
AniList Studio¶
Finds all anime specified by the AniList Studio ID.
The expected input is an AniList ID. Multiple values are supported as either a list or a comma-separated string.
collections:
Studio Ghibli:
anilist_studio: 21
AniList ID¶
Finds the anime specified by the AniList ID.
The expected input is an AniList ID. Multiple values are supported as either a list or a comma-separated string.
collections:
Cowboy Bebop:
anilist_id: 23, 219
AniList UserList¶
Gets anime in AniList User’s Anime list. The different sub-attributes are detailed below.
Both username
and list_name
are required.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
Attribute |
Description |
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description: A user’s AniList Username |
||||||||||||||||
|
Description: A user’s AniList List Name |
||||||||||||||||
|
Description: Sort Order to return
|
collections:
Currently Watching Anime:
anilist_userlist:
username: Username
list_name: Watching
sort_by: score
collection_order: custom
sync_mode: sync
AniList Search¶
Finds the anime specified by the AniList Search the options are detailed below.
There are three fields per search option when using AniList’s Search just like Plex’s Advanced Filters in the Web UI. The first is the Attribute (what attribute you wish to search), the second is the Modifier (which modifier to use), and the third is the Term (actual term to search).
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
Special Attributes¶
Special attributes do not support any modifiers.
Special Attribute |
Description & Values |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Description: How to sort the Anime
|
||||||||||
|
Description: Number of Anime to query |
||||||||||
|
Description: Text to search |
||||||||||
|
Description: Season to search for
|
||||||||||
|
Description: Season year to search for |
||||||||||
|
Description: Minimum tag percentage for the Anime |
||||||||||
|
Description: Search for or not for Adult Anime |
||||||||||
|
Description: Search for anime from a specific country |
||||||||||
|
Description: Uses the anime’s source to match |
Tag Attributes¶
Tag attributes can be used with either no modifier or with .not
.
String attributes can take multiple values as a list or a comma-separated string.
Tag Modifiers¶
Tag Modifier |
Description |
---|---|
No Modifier |
Matches every item where the attribute matches the given string |
|
Matches every item where the attribute does not match the given string |
Tag Attributes¶
Tag Attribute |
Description & Values |
---|---|
|
Description: Uses the anime’s format to match |
|
Description: Uses the anime’s status to match |
|
Description: Uses the anime’s genre to match |
|
Description: Uses the anime’s tag to match |
|
Description: Uses the anime’s tag category to match |
Date Attributes¶
Date attributes can be used with either .before
, or .after
.
No date attribute can take multiple values.
Date Modifiers¶
Date Modifier |
Description |
---|---|
|
Matches every item where the date attribute is before the given date |
|
Matches every item where the date attribute is after the given date |
Date Attributes¶
Date Attributes |
Description |
---|---|
|
Uses the anime start date attribute to match |
|
Uses the anime end date attribute to match |
Number Searches¶
Number attributes must use .gt
, .gte
, .lt
, or .lte
as a modifier.
No number attribute can take multiple values.
Number Modifiers¶
Number Modifier |
Description |
---|---|
|
Matches every item where the number attribute is greater than the given number |
|
Matches every item where the number attribute is greater than or equal to the given number |
|
Matches every item where the number attribute is less than the given number |
|
Matches every item where the number attribute is less than or equal to the given number |
Number Attributes¶
Number Attribute |
Description |
---|---|
|
Description: Uses the duration attribute to match using minutes |
|
Description: Uses the number of episodes attribute to match |
|
Description: Uses the score attribute to match |
|
Description: Uses the popularity attribute to match |
AniList Search Examples¶
collections:
Current Anime Season:
anilist_search:
season:
year:
sort_by: popular
collection_order: custom
sync_mode: sync
collections:
Fall 2020 Anime:
anilist_search:
season: fall
year: 2020
collection_order: custom
sync_mode: sync
collections:
Pirates Anime:
anilist_search:
tag: Pirates
sort_by: popular
collection_order: custom
sync_mode: sync
collections:
Top Sports Anime:
anilist_genre:
genre: Sports
limit: 20
sort_by: popular
collection_order: custom
sync_mode: sync