{% extends "base_detail.html" %} {% block title %}Scrobble Visibility Settings{% endblock %} {% block head_extra %} {% endblock %} {% block details %}

« Back to settings

Current scrobble visibility ({{ scrobble_count }} total)
{% csrf_token %}

Bulk Update

Choose a visibility to apply to all scrobbles that are not currently "Shared".

{% for radio in form.bulk_action %} {% endfor %}

Per-Media-Type Defaults

Override default visibility for new scrobbles of specific types.

{% for field in form %} {% if field.name != "bulk_action" %}
{{ field }}
{% endif %} {% endfor %}
{% endblock %}