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:
2021-01-10 17:49:12 +11:00
parent 6807e44228
commit 2e4aec7772
3 changed files with 9 additions and 5 deletions

View File

@@ -16,6 +16,9 @@
<i class="fas fa-question-circle"></i>
{% endif %}
&nbsp;{{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>