{% 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

Name Path Actions
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 }}.

Auto-Sync Defaults

How often Auto-Sync checks for new episodes. Language and provider are defaults used when creating new sync jobs.

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 %}