animedex.entry.show
animedex show aggregate command.
__all__
- animedex.entry.show.__all__ = ['show_command']
Built-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
show_command
- animedex.entry.show.show_command(*args: t.Any, **kwargs: t.Any) t.Any
Show one entity from the backend encoded in its prefix id.
.. rubric:: Examples
animedex show anime anilist:154587 animedex show anime mal:52991 animedex show manga mangadex:dc8bbc4c-eb7a-4d27-b96a-9aa8c8db4adb animedex show person shikimori:1870
Backend: animedex aggregate router over AniList, Jikan, Kitsu, MangaDex, Shikimori, and ANN where applicable.
Rate limit: inherited from the selected backend.
— LLM Agent Guidance — Use this command after
animedex searchreturns a _prefix_id, or when the user gives an explicit backend-prefixed ID. The type positional is required because most upstream ID spaces reuse the same number for different entity kinds. Unsupported type/backend pairs fail before any network request and list the backends that do support the requested type. Theanidb:prefix is recognised as deferred and raises an informative typed error until the AniDB helpers ship. — End —