{% extends "admin/base_site.html" %} {% load static %} {% block title %}Files Without Metadata{% endblock %} {% block content %}
Total without metadata: {{ total_without_metadata }}
Images: {{ images_without_metadata }}
Videos: {{ videos_without_metadata }}
Audio: {{ audio_without_metadata }}
Currently filtering: {{ current_filter }}
{% endif %}| SHA512 (first 10) | MIME Type | Size | First Seen | Paths | Posts | Actions |
|---|---|---|---|---|---|---|
{{ file.sha512|slice:":10" }}...
|
{{ file.mime_type|default:"Unknown" }} | {{ file.size|filesizeformat }} | {{ file.first_seen|date:"Y-m-d H:i" }} |
{% for filepath in file.filepath_set.all|slice:":3" %}
{{ filepath.path|truncatechars:50 }} {% empty %} No paths recorded {% endfor %} {% if file.filepath_set.count > 3 %} ... and {{ file.filepath_set.count|add:"-3" }} more {% endif %} |
{% if file.postfile_set.exists %}
PostFile: {{ file.postfile_set.count }} {% endif %} {% if file.postimage_set.exists %} PostImage: {{ file.postimage_set.count }} {% endif %} {% if file.postvideo_set.exists %} PostVideo: {{ file.postvideo_set.count }} {% endif %} {% if file.postaudio_set.exists %} PostAudio: {{ file.postaudio_set.count }} {% endif %} {% if file.postfile_set.first %} Source: {{ file.postfile_set.first.post.source.name }} URL: Original {% elif file.postimage_set.first %} Source: {{ file.postimage_set.first.post.source.name }} URL: Original {% elif file.postvideo_set.first %} Source: {{ file.postvideo_set.first.post.source.name }} URL: Original {% endif %} |
Admin | Media |
| No files without metadata found. | ||||||