{# vim: set syntax=htmldjango: #} {% extends "exordium/base.html" %} {% block body %}

Library updates can take a long time, depending on the amount of data added/updated. The most time-consuming part is the computation of checksums for all media in the library. Processing times will be largely dependant on the hardware on which Exordium is running. On an Intel Core 2 Duo @ 3GHz, a library of 42,000 tracks will take about 50 minutes to compute the checksums, and then the rest of the process will take an additional 15 or so.

Remember, too, that the ETA listed on the checksum-computation step only applies to checksums, not the entire process.

{% if update_type == 'add' %}

Processing Library Additions...

{% else %}

Processing Library Adds/Updates/Deletes...

{% endif %} {% if debug %}

(Showing debug output)

{% endif %}
@__LIBRARY_UPDATE_AREA__@

Back to library management

{% endblock %}