{% extends "base.html" %} {% block title %}Dashboard - DigiServer v2{% endblock %} {% block content %}

Dashboard

Players

{{ total_players or 0 }}

View Players

Playlists

{{ total_playlists or 0 }}

Manage Playlists

Media Library

{{ total_content or 0 }}

Unique media files

Storage

{{ storage_mb or 0 }} MB

Total uploads

Quick Actions

Add Player Create Playlist Upload Media {% if current_user.is_admin %} Admin Panel {% endif %}

Workflow Guide

  1. Create a Playlist - Group your content into themed collections
  2. Upload Media - Add images, videos, or PDFs to your media library
  3. Add Content to Playlist - Build your playlist with drag-and-drop ordering
  4. Add Player - Register physical display devices
  5. Assign Playlist - Connect players to their playlists
  6. Players Auto-Download - Devices fetch and display content automatically
{% if recent_logs %}

Recent Activity

{% for log in recent_logs %}
[{{ log.level.upper() }}] {{ log.message }} {{ log.timestamp | localtime('%Y-%m-%d %H:%M:%S') }}
{% endfor %}
{% endif %}

System Status

✅ All systems operational

� Playlist-centric architecture active

🔄 Groups removed - Streamlined workflow

⚡ DigiServer v2.0

{% endblock %}