{% extends "base.html" %} {% block title %}Manage Playlist - {{ player.name }} - DigiServer v2{% endblock %} {% block content %}
📍 {{ player.location or 'No location' }}
🖥️ Hostname: {{ player.hostname }}
📊 Status: {{ '🟢 Online' if player.is_online else '🔴 Offline' }}
| # | Filename | Type | Duration (s) | Size | Actions | |
|---|---|---|---|---|---|---|
| ⋮⋮ | {{ loop.index }} | {{ content.filename }} | {% if content.content_type == 'image' %} 📷 Image {% elif content.content_type == 'video' %} 🎥 Video {% elif content.content_type == 'pdf' %} 📄 PDF {% else %} 📁 {{ content.content_type }} {% endif %} |
|
{{ "%.2f"|format(content.file_size_mb) }} MB |
Upload content or add existing files to get started