{% extends "base.html" %} {% block title %}Upstream Sync - red-plex{% endblock %} {% block content %}

Upstream Sync

Back to Collages
{% if processing %} {% elif show_confirmation and preview_data %}
Confirm Albums to Sync

Select which albums you want to add to the upstream collages. By default, all albums are selected.

{% for item in preview_data %}
{{ item.collage.name }} {{ item.collage.site.upper() }} (ID: {{ item.collage.external_id }})

{{ item.album_details|length }} new album(s) will be added:

{% for album in item.album_details %}
{% endfor %}
{% endfor %}
Cancel
{% else %}
Select Collages to Sync

Choose which collages you want to sync to their upstream sources. This will add any albums from your Plex collections that are missing from the upstream collages.

{% if collages %}
{% for collage in collages %}
{% endfor %}
{% else %}
No Owned Collages Found

You don't own any collages that can be synced upstream. Only collages you created can be synchronized to their source sites.

Convert New Collages Back to Collages
{% endif %}
{% endif %} {% if not processing %}
{% endif %}
{% endblock %}