AniDB Tags

master
Critical-Impact 3 years ago
parent e5c4ec7945
commit bb4e6db666

@ -7,6 +7,7 @@ No configuration is required for these builders.
| [AniDB ID](#anidb-id) | `anidb_id` | Gets the anime specified by the AniDB ID | :heavy_check_mark: | :heavy_check_mark: |
| [AniDB Relation](#anidb-relation) | `anidb_relation` | Gets all anime in the relation graph of the specified AniDB ID | :heavy_check_mark: | :heavy_check_mark: |
| [AniDB Popular](#anidb-popular) | `anidb_popular` | Gets every anime in AniDB's [Popular Anime](https://anidb.net/latest/anime/popular/?h=1) list | :heavy_check_mark: | :heavy_check_mark: |
| [AniDB Tags](#anidb-tags) | `anidb_tags` | Gets every anime in a AniDB Tag | :heavy_check_mark: | :heavy_check_mark: |
## AniDB ID
Gets the anime specified by the AniDB ID.
@ -59,4 +60,24 @@ collections:
AniDB Popular:
anidb_popular: 30
sync_mode: sync
```
```
## AniDB Tag
Gets anime with the specified AniDB Tag the options are detailed below.
| Attribute | Description | Required | Default |
| :--- | :--- | :---: | :---: |
| `tag` | AniDB Tag ID to search by | :heavy_check_mark: | N/A |
| `limit` | Number of Anime to query from AniDB (use 0 for all; max: 500) | :x: | 0 |
```yaml
collections:
Pirates Anime:
anidb_tag:
tag: 1700
limit: 500
sync_mode: sync
```
* To find possible tags go to the [AniDB Anime](https://anidb.net/tag) page to find the tags available. Copy the link and find the tag ID at the end of the url.

Loading…
Cancel
Save