{% extends "base.html" %} {% block title %}Einstellungen — AniWorld Downloader{% endblock %} {% set is_admin = not auth_enabled or (current_user and current_user.role == 'admin') %} {% block content %}
Konfiguration & Verwaltung
{title} {year} {imdbid} {season}
{episode} {language}
| Name | Pfad | Aktionen |
|---|
| ID | Benutzername | Rolle | Authentifizierung | Erstellt | Aktionen |
|---|
X-Api-Key Header oder ?apikey=.
http://localhost:8080
GET |
/api/v1/status |
Status & Queue-Übersicht |
GET |
/api/v1/queue |
Download-Queue ?status=queued|running|completed|failed |
GET |
/api/v1/queue/{id} |
Einzelnes Queue-Item |
GET |
/api/v1/library |
Mediathek — alle Titel |
GET |
/api/v1/library/series |
Nur Serien |
GET |
/api/v1/library/movies |
Nur Filme |
GET |
/api/v1/stats |
Download-Statistiken |
…
{{ app_version or "unbekannt" }}
—