{% extends "base.html" %} {% block title %}Settings — AniWorld Downloader{% endblock %} {% block content %}

Settings

{% if auth_enabled %}

User Management

{% if not force_sso %}

Add User

{% endif %}
ID Username Role Auth Created Actions
{% endif %}

Custom Paths

Add Path

NamePathActions
Changes made below are temporary and will be reset when AniWorld Downloader is restarted. To make settings persist, set them in your .env file at {{ env_path }}.

Settings

Download Path

Changes take effect immediately for new downloads
When enabled, downloads are organized into subfolders by language (e.g. german-dub/, english-sub/)
When enabled, English Sub is hidden from the language selector and cannot be downloaded
{% endblock %} {% block scripts %} {% endblock %}