{% extends 'vesper/base.html' %} {% block head %} Tag clips {% load static %} {% load vesper_extras %} {% endblock head %} {% block main %}

Tag clips

Adds the specified tag to the specified clips.

The clips are specified as a set of station/mic pairs, a range of dates, a set of detectors, an optional classification, and a tag. Only clips that do not already have the specified tag are considered for tagging.

You can optionally specify the number of clips to tag in the Clip count field. The clips to tag are selected at random from those specified, with all clips equally likely to be selected.

{% include "vesper/command-executes-as-job-message.html" %}
{% csrf_token %} {% include "vesper/clip-set-form-elements.html" %} {{ form.clip_count|form_element }}
{% endblock main %}