{% extends 'base.html' %} {% block headtitle %}Source - {{ source.name }}{% endblock %} {% block content %}

Source {{ source.name }}

{{ source.url }}

Saving to: {{ source.directory_path }}

View media linked to this source
View tasks linked to this source
{% include 'infobox.html' with message=message %} {% if source.has_failed %}{% include 'errorbox.html' with message='This source has encountered permanent failures listed at the bottom of this page, check its settings' %}{% endif %}
{% if source.download_cap > 0 %} {% endif %} {% if source.is_video %} {% endif %} {% if source.delete_old_media and source.days_to_keep > 0 %} {% else %} {% endif %}
Type Type
{{ source.get_source_type_display }}
Name Name
{{ source.name }}
Media items Media items
{{ media|length }}
Key Key
{{ source.key }}
Directory Directory
{{ source.directory }}
Media format Media format
{{ source.media_format }}
Example filename Example filename
{{ source.get_example_media_format }}
Download cap Download cap
{{ source.get_download_cap_display }}
Index schedule Index schedule
{{ source.get_index_schedule_display }}
Download media? Download media?
{% if source.download_media %}{% else %}{% endif %}
Created Created
{{ source.created|date:'Y-m-d H:i:s' }}
Last crawl Last crawl
{% if source.last_crawl %}{{ source.last_crawl|date:'Y-m-d H:i:s' }}{% else %}Never{% endif %}
Source resolution Source resolution
{{ source.get_source_resolution_display }}
Source video codec Source video codec
{{ source.get_source_vcodec_display }}
Source audio codec Source audio codec
{{ source.get_source_acodec_display }}
Prefer 60FPS? Prefer 60FPS?
{% if source.prefer_60fps %}{% else %}{% endif %}
Prefer HDR? Prefer HDR?
{% if source.prefer_hdr %}{% else %}{% endif %}
Output extension Output extension
{{ source.extension }}
Fallback Fallback
{{ source.get_fallback_display }}
Copy thumbnails? Copy thumbnails?
{% if source.copy_thumbnails %}{% else %}{% endif %}
Write NFO? Write NFO?
{% if source.write_nfo %}{% else %}{% endif %}
Delete old media Delete old media
After {{ source.days_to_keep }} days
Delete old media Delete old media
No, keep forever
UUID UUID
{{ source.uuid }}
Edit source
Delete source
{% if errors %}

Source has encountered {{ errors|length }} Error{{ errors|length|pluralize }}

{% for task in errors %} {{ task.verbose_name }}
Error: "{{ task.error_message }}"
Occured at {{ task.run_at|date:'Y-m-d H:i:s' }}
{% endfor %}
{% endif %} {% endblock %}