{% extends "base.html" %} {% block title %}Edit {{ item.title }} · LibreSignage{% endblock %} {% block content %}
← Content library

Edit or replace {{ item.title }}

Asset #{{ item.id }} · {{ item.display_kind }} · used in {{ usage.playlist_count }} {{ "playlist" if usage.playlist_count == 1 else "playlists" }}

{% if item.processing_status in ("pending", "processing") %}
This video is being converted in the background and will become playable automatically when processing finishes.
{% elif item.processing_status == "failed" %} {% endif %}

Asset details

{% for folder in folders %}
Separate up to 10 tags with commas.

Replacement content

{% if item.kind in ("image", "video", "pdf") %}

Current managed file: {{ item.filename }}. Leave blank to keep it.

{% if item.kind == "video" %} {% endif %} {% elif item.template_slug %}

Template design substitutions are preserved. This page updates its library organization and playback duration.

{% else %} {% if item.widget_type == "stream" %} {% endif %} {% if item.kind == "web" %}
{% endif %} {% endif %} {% if usage.playlist_names %}
Replacing this asset preserves its position in: {{ usage.playlist_names|join(", ") }}.
{% endif %}
{% endblock %}