removed debugs, added medainfo library to README for installation, added first-pass of thumbnauil, but no code for the actual thumbnail data yet
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
<i class="fas fa-question-circle"></i>
|
||||
{% endif %}
|
||||
{{obj.name}}
|
||||
{% if obj.type=="Image" %}
|
||||
<img width="64" height="64" src="data:image/gif;base64,{{obj.thumb}}"></img>
|
||||
{% endif %}
|
||||
</td></td><td>{{obj.size_MB}}</td><td>{{obj.hash}}</tr>
|
||||
{% endfor %}
|
||||
</tbody></table>
|
||||
|
||||
Reference in New Issue
Block a user