{% extends "base.html" %} {% block title %}Review — Libris{% endblock %} {% block content %}
libris review-discard --stale to clean them up.
| # | File | Match | Type | Score | Age | Actions |
|---|---|---|---|---|---|---|
| {{ loop.index }} |
{{ r.current_path.split('/')[-1] }}
{% if r._is_dup %}
⚠ {{ r.error_msg }}
{% endif %}
|
{% if r.matched_title %}
{{ r.matched_title }}
{% if r.matched_author %}
{{ r.matched_author }}{% if r.matched_year %} · {{ r.matched_year }}{% endif %}
{% endif %}
{% else %}
No match found
{% endif %}
|
{% if r.media_type == 'audiobook' %} audio {% elif r._is_dup %} dup {% else %} ebook {% endif %} |
{% if r.confidence is not none %}
{{ "%.2f"|format(r.confidence) }}
{% else %}
—
{% endif %}
|
{{ r._age }} |
{% if r._has_match %}
{% else %}
{% endif %}
|
libris rematch --id N.
Discard permanently deletes the file.