{% 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 episode

{% set episode_hash = 'e' ~ today_series.episode.id %}

{{ today_series.name }} • {{today_series.episode.season_episode_id}}

{{ today_series.episode.name }}

{{ today_series.episode.overview }}

Aired on {{today_series.episode.aired_on|human_date}} • {{ "{:,}".format(today_series.total_completed)}} downloads

{% endif %}

Featured series


Popular tags

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

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 %}