{% extends 'base.html' %}{% load static %} {% block headtitle %}Media - {{ media.key }}{% endblock %} {% block content %}
Downloading to: {{ media.source.directory_path }}
{% if media.description %}{{ media.description|truncatewords:200 }}{% else %}(Media has no description).{% endif %}
{{ media.source }} |
{{ media.duration_formatted }} |
{{ media.source.format_summary }} |
{{ media.source.get_fallback_display }} |
{% if media.source.download_media %}{% else %}{% endif %} |
{% if media.skip %}{% else %}{% endif %} |
{% if media.downloaded %}{% else %}{% endif %} |
{{ media.filename }} |
{{ media.directory_path }} |
{{ media.downloaded_filesize|filesizeformat }} |
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.format_id }}
{% if format.vcodec|lower != 'none' %}, {{ format.format_note }} ({{ format.width }}x{{ format.height }}), fps:{{ format.fps|lower }}, video:{{ format.vcodec }} @{{ format.tbr }}k{% endif %}
{% if format.acodec|lower != 'none' %}, audio:{{ format.acodec }} @{{ format.abr }}k / {{ format.asr }}Hz{% endif %}
{% if format.format_id == combined_format or format.format_id == audio_format or format.format_id == video_format %}(matched){% endif %}
{% empty %}
Media has no indexed available formats
{% endfor %}
|
{% for format in media.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 %}