{% extends 'admin/custom_base.html' %} {% block body %}
Manage the KittyRec in-game music. Uploaded files are served at /api/music/v1/file/<name>. Non-WAV files are auto-converted by ffmpeg on first play.
| # | Filename | Format | Size | Preview | {% if SCOPE_ADMIN in scopes %}Actions | {% endif %}
|---|---|---|---|---|---|
| No tracks in the music folder yet. | |||||
| {{ loop.index }} | {{ t.name }} | {{ t.ext.lstrip('.').upper() }} | {{ t.size_kb }} KB | {% if t.ext == '.wav' %} {% else %} Converted on first play {% endif %} | {% if SCOPE_ADMIN in scopes %}{% endif %} |