{% include "player/_page_title.html" %}

Version

Installed package metadata for this player.
kukicha
{{ app_version }}

Config

Current values for this player session.
Status
{{ config_summary.status }}
Path
{{ config_summary.path }}
{% if config_summary.error %}
{{ config_summary.error }}
{% else %}
{% for item in config_summary.values %} {% endfor %}
Key Current Value Source
{{ item.key }} {% if item.items %}
{% for value in item.items %} {{ value }} {% endfor %}
{% else %} {{ item.value }} {% endif %}
{{ item.source }}
{% endif %}