{% extends "layout.html" %} {% block javascript %} {% endblock %} {% block content %}

Running Downloads

Current: 0.00 Bytes/s
Stop Downloads
{% for download in runningDownloads %} {% endfor %}
ID Name Artist Album Speed Size Time Status Progress
{{ (loop.index0 + 1) }} {{ download.filename }} {{ download.artist }} {{ download.album }} {% if download.speed > 0 %}{{ download.speed|bfos_format_bytes }}/s{% endif %} {{ download.size|bfos_format_bytes }} {% if download.time > 0 %}{{ download.time }}s{% endif %} {{ download.status }}
{{ download.progress|number_format(0, '.', ',') }} %
{% endblock %}