{% extends "base.html" %} {% block content %}

Library Status


General Information
Library Name {{ status.name }}
Status {% if status.needs_reload %} Reload Needed {% else %} Synchronized {% endif %} {% if status.watcher_active %} Watcher Active {% else %} Watcher Inactive {% endif %}
Path {{ status.config_path }}
Document Store {{ status.doc_store }}
Library Contents
{{ status.ref_count }}
References
{{ status.doc_count }}
Documents
{{ status.ref_doc_count }}
Links
Underlying Feather Files
{% for f in status.files %} {% endfor %}
File Disk MTime Last Sync Status
{{ f.File }} {{ f['Disk MTime'] }} {{ f['Last Sync'] }} {% if f.Status == 'MATCH' %} MATCH {% elif f.Status == 'MISSING' %} MISSING {% else %} OUT OF SYNC {% endif %}
Configuration JSON
{{ lib.config.model_dump_json(indent=4) }}
{% endblock %}