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

Current Roots

Configured roots are synced at startup. Rescan runs in the background.
{% for root in roots %} {% set stats = root_stats_by_position.get(root.position) %}
{{ root.path }}
{% if root.label and root.label != root.path %}
{{ root.label }}
{% endif %}
Tracks scanned
{{ (stats.tracks_scanned if stats else 0)|compact_count }}
Albums in root
{{ (stats.albums_scanned if stats else 0)|compact_count }}
Playlists scanned
{{ (stats.playlists_scanned if stats else 0)|compact_count }}
{% endfor %}
No roots configured.