{% import "macros.html" as macros %} {% extends "base.html" %} {% block content %}

Videobox

Tracking {{ "{:,}".format(total_series) }} series and {{ "{:,}".format(total_releases) }} torrents • {% if last_sync %}Updated {{last_sync.timestamp|datetime_since(utc_now) }} See history{% endif %}

{% if server_alert %}

⚠️ {{server_alert}}

{% endif %} {% if today_series %}

Today’s top episodes

{% endif %}

Featured series


Popular tags

{% for tag in top_tags %} {{tag.name}} {% endfor %}

{% if followed_series %}

Followed series

View all
{{ macros.render_series_timeline(followed_series) }}

{% endif %}

This is Videobox {{version}}

Videobox doesn’t host any copyrighted content. TV series information and images are provided by The Movie DB, but we are not endorsed or certified by The Movie DB or its affiliates.

{% endblock %}