{% extends "base.html" %} {% import "macro.html" as macros %} {% block content %}
General Settings
{PATH_DATA} will be replaced by the actual data path.
Temporary storage path for files during download.

External Tool Paths
Executable path for aria2c (used for high-speed downloads).
Concurrent connections per download (default: 16).
Executable path for ffmpeg (used for HLS streams).
If empty, the Python module will be used.

Error Handling
Automatically retry failed downloads.
{% endblock %} {% block tail_js %} {% endblock %}