{% extends "_base.html" %} {% from "_category_select.html" import category_select %} {% block title %}Show settings — offshore{% endblock %} {% block content %}
* required
| Name | Website or Email | |
|---|---|---|
| {{ p.name }} | {% if p.href and p.href.startswith('mailto:') %} {{ p.href[7:] }} (Email) {% else %} {{ p.href or '' }} {% endif %} |
Disable remote checks completely. When set, offshore will not try to velidate remote images and audio files from the url you provided. Explicit "Probe Audio" functionality will still fetch remote audio files.
Permanently delete this show and all its episodes. This cannot be undone.
{% endblock %}