{% extends "layout.html" %} {% block body %}

Stats

Musics: {{ stats.musics }}
Artists: {{ stats.artists }}
Albums: {{ stats.albums }}
Genres: {{ stats.genres }}
Keywords: {{ stats.keywords }}
Size: {{ bytes_to_human(stats.size) }}
Duration: {{ seconds_to_human(stats.duration) }}
{% endblock %}