{% include "player/_page_title.html" %}

Recent Jobs

Background scans, rescans, deletes, tag edits, and playlist file updates are tracked here.
{% for group in job_groups %}

{{ group.day_label }}

{% for job in group.jobs %}
{{ job.status_label }} {{ job.kind_label }}
{{ job.message }}
{% if job.reason %}
{{ job.reason }}
{% endif %} {% if job.context_items %}
{% for item in job.context_items %} {{ item.label }}: {{ item.value }} {% endfor %}
{% endif %} {% if job.status in ("queued", "running") %}
{% endif %}
{% endfor %}
{% endfor %}
No jobs yet.