{% extends "base.html" %} {% block title %}{{ _('Settings') }} — AniWorld Downloader {% endblock %} {% set is_admin = not auth_enabled or (current_user and current_user.role == 'admin') %} {% block content %}
{{ _('Configuration & Management') }}
{title} {year} {imdbid} {season}
{episode} {language}
| {{ _('Name') }} | {{ _('Path') }} | {{ _('Actions') }} |
|---|
| ID | {{ _('Username') }} | {{ _('Role') }} | {{ _('Authentication') }} | {{ _('Created') }} | {{ _('Actions') }} |
|---|
http://localhost:8080
GET |
/api/v1/status |
{{ _('Status & queue overview') }} |
GET |
/api/v1/queue |
{{ _('Download queue') }} ?status=queued|running|completed|failed |
GET |
/api/v1/queue/{id} |
{{ _('Single queue item') }} |
GET |
/api/v1/library |
{{ _('Library — all titles') }} |
GET |
/api/v1/library/series |
{{ _('Series only') }} |
GET |
/api/v1/library/movies |
{{ _('Movies only') }} |
GET |
/api/v1/stats |
{{ _('Download statistics') }} |
…
{{ app_version or _('unknown') }}
—