Audiobooks
Title
Author
{% if show_path %}
Path
{% endif %}
Tracks
Duration
Size
{% for b, v in books.items() %}
{{ v['title']|escape }}
{{ v['author'] }}
{% if show_path %}
{{ v['path']|escape }}
{% endif %}
{{ v['files']|length }}
{{ v['duration_str'] }}
{{ v['size_str'] }}
{% endfor %}