{% extends "_base.html" %} {% from "_category_select.html" import category_select %} {% block title %}Show settings — offshore{% endblock %} {% block content %}

Show settings

* required

{% if show.meta.asset_check.image == "fail" %}

image check failed {{ show.meta.asset_check.image_warnings[0] if show.meta.asset_check.image_warnings else "could not verify this image" }}

{% elif show.meta.asset_check.image_warnings %}
{% for w in show.meta.asset_check.image_warnings %}

image warning {{ w }}

{% endfor %}
{% endif %} {{ category_select(show.categories[0].cat, show.categories[0].sub or "", apple_categories) }} {% if output_path_error is defined and output_path_error %}

{{ output_path_error }}

{% endif %}

People roster

{% for p in show.people %} {% endfor %}
idNamehref
{{ p.id }}{{ p.name }}{{ p.href or '' }}

Add person


Danger zone

Permanently delete this show and all its episodes. This cannot be undone.

Delete “{{ show.title }}”?

This will permanently remove the show and all its episode data from disk. There is no undo.

Before proceed, consider download a backup of the show data: Download {{ slug }}.json

To confirm, type the show slug {{ slug }} below:

{% endblock %}