{% extends 'base.html' %} {% block header %} {% endblock %} {% block content %} {# Description #}
Configure MAL-Stremio Addon

Below, you can set your addon preferences.

Addon Options Explained

Select which watchlists appear inside Stremio.

Example: If "Plan to Watch" is selected, only that list will be shown inside Stremio.

If none are selected, only 'search results' will be available. Tracking and syncing anime will still work.

You’ll need to uninstall and reinstall the addon after changing this setting.

Choose how your watchlists are displayed:
  • Last Updated: Most recently updated entries first
  • Title: Alphabetically (A → Z)
  • Release Date: Newest to oldest
  • Score: Highest rated first

Choose how the seasonal anime catalogue is ordered:
  • Popularity: Ranked by number of people who added it to their watchlists.
  • Score: Highest rated first

Automatically add new anime you watch in Stremio to your MAL "Watching" list.

Example: Watching "Naruto" for the first time adds it to MAL.

Includes NSFW anime in your watchlists and searches.
{# Configuration form #}
Watchlists to Show
Customize your addon feed
{% set user_catalogs = user.get('catalogs', None) %} {% set no_catalogs = user_catalogs is none %}



No Content Showing?
If no content is being displayed, it could be the result of your session expiring. Log in again with MyAnimeList or 'Refresh MAL' on the addon webpage.
{# Addon URL and install button #}
{% endblock %}