{% extends 'base.html' %} {% block headtitle %}Media - {{ media.key }}{% endblock %} {% block content %}
{{ media.source }} |
{{ media.title }} |
{{ media.duration_formatted }} |
{{ media.filename }} |
{{ media.source.format_summary }} |
{{ media.source.get_fallback_display }} |
{% if media.downloaded %}{% 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 %} {% 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 %}