{% extends "base.html" %} {% block title %}Dashboard - Telegram to YouTube Uploader{% endblock %} {% block content %}

Dashboard

Configuration
The username of the Telegram channel to monitor (e.g., @mychannel).
Text to prepend to the Telegram video caption for the YouTube title.
Base description for uploaded videos. Original Telegram post link and caption will be appended.
Comma-separated list of tags for YouTube videos.
Numeric ID for the YouTube video category (22 = People & Blogs).
Initial privacy setting for uploaded videos.
Authentication Status

YouTube: {% if status.youtube_authenticated %} Authenticated Re-authenticate {% else %} Not Authenticated Authenticate {% endif %}

Telegram: {% if status.telegram_authenticated %} Connected Re-authenticate {% else %} Not Connected Connect {% endif %}

Processing Control
Current Status

Running: {% if status.is_running %} Yes {% else %} No {% endif %}

Current Batch: {{ status.current_batch }}

Processed in Session: {{ status.processed_count }}

Failed in Session: {{ status.failed_count }}

Total Processed (Ever): {{ status.total_processed }}

Processing Logs
{% endblock %} {% block scripts %} {% endblock %}