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

Show settings

* required

{% if copyright_year_mode == 'range' %}{% set copyright_year_display = earliest_year|string + '-' + current_year|string %}{% elif copyright_year_mode == 'current' %}{% set copyright_year_display = current_year|string %}{% else %}{% set copyright_year_display = 'none' %}{% endif %}

Hosts and other main participants for the show.

{% if show_image_check.image == "fail" %}

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

{% elif show_image_check.image_warnings %}
{% for w in show_image_check.image_warnings %}

image {{ 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 %}
NameWebsite or Email
{{ p.name }}{% if p.href and p.href.startswith('mailto:') %}{{ p.href[7:] }} (Email){% else %}{{ p.href or '' }}{% endif %}

Add person


Advanced

Disable remote checks completely. When set, offshore will not try to validate remote images and audio files from the url you provided. Explicit “Probe Audio” functionality will still fetch remote audio files.


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 proceeding, consider downloading a backup:Download {{ slug }}.json

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

{% endblock %} {% block person_add_modal %}{% include "_add_person_overlay.html" %}{% endblock %} {% block person_edit_modal %} {% endblock %}