{% extends 'base.html' %}{% load static %}{% load humanize %}{% load filters %} {% block headtitle %}Media - {{ media.key }}{% endblock %} {% block content %}
Downloading to: {{ media.source.directory_path }}
{% if not media.skip and download_state == 'downloaded' %} {% if media.source.is_audio %} {% else %} {% endif %} {% endif %}{% if media.description %}{{ media.description|truncatewords:200 }}{% else %}(Media has no description).{% endif %}
{{ media.source }} |
{{ media.duration_formatted }} |
{{ media.published |date:'Y-m-d H:i' }} |
{{ media.source.format_summary }} |
{{ media.source.get_fallback_display }} |
{{ media.title }} |
{% if media.source.download_media %}{% else %}{% endif %} |
{% if media.skip %}{% else %}{% endif %} |
{% if media.downloaded %} {{ media.download_date |date:'Y-m-d H:i:s' }}{% else %}{% endif %} |
{{ filename_path.name }} |
{{ media.directory_path }} |
(matched) {% endif %} | {{ media_file_path }} {% if media_file_path == media.filepath %}
{{ media.downloaded_filesize|bytesformat }} |
audio:{{ media.downloaded_audio_codec }}{% if media.downloaded_video_codec %}, video:{{ media.downloaded_video_codec }}{% endif %} |
{{ media.downloaded_container|upper }} |
{{ media.downloaded_fps }} FPS |
{% if media.downloaded_hdr %}{% else %}{% endif %} |
{% if media.can_download %}{% else %}{% endif %} |
ID: {{ format.id }}
{% if format.vcodec|lower != 'none' %}, {{ format.format_note }} ({{ format.width }}x{{ format.height }}), fps:{{ format.fps|lower }}, video:{{ format.vcodec }} @{{ format.vbr }}k{% endif %}
{% if format.acodec|lower != 'none' %}, audio:{{ format.acodec }} {% if format.abr %}@{{ format.abr }}k / {% endif %}{{ format.asr|intcomma }}Hz{% if format.language_code %} [{{ format.language_code }}]{% endif %}{% if format.abr %} {{ format.format_note }}{% endif %}{% endif %}
{% if format.id == combined_format or format.id == audio_format or format.id == video_format %}(matched){% endif %}
{% empty %}
Media has no indexed available formats
{% endfor %}
|
{% for format in media.iter_formats %}
Audio: {% if audio_format %}{{ audio_format }} {% if audio_exact %}(exact match){% else %}(fallback){% endif %}{% else %}no match{% endif %} Video: {% if video_format %}{{ video_format }} {% if video_exact %}(exact match){% else %}(fallback){% endif %}{% else %}no match{% endif %} |
Combined: {% if combined_format %}{{ combined_format }} {% if combined_exact %}(exact match){% else %}(fallback){% endif %}{% else %}no match{% endif %}