{% extends "_layout.html" %} {% load static %} {% block title %}{% if player_name %}{{ player_name }} · {% endif %}Import from {{ provider.label }}{% endblock %} {% block main %}
{# Hidden form just for the CSRF token — the wizard does everything in JS. #}
{% csrf_token %}

Import from {{ provider.label }}

Copy media from a {{ provider.label }} account into this player. Existing assets are left alone.

{# ===== Step 1: Token paste + validate ===== #}

{{ provider.label }} API token

{{ provider.token_help }}

{# ===== Step 2: Media selection ===== #}

Choose media to import

of importable selected

Loading media…

No media to import

This {{ provider.label }} account has no media yet.

Name Type Status
{# ===== Step 3 + 4: Progress and summary share the same surface ===== #}

Importing…

Import complete

Import finished with errors

of done · imported

Status Media Detail
View schedule
{% endblock %}