{% extends "tv/base.html" %} {% block title %}{{ series.title or series.folder_name }} - VideoKonverter TV{% endblock %} {% block content %} {% if series.poster_url %} {% endif %} {{ series.title or series.folder_name }} {% if series.genres %} {{ series.genres }} {% endif %} {% if series.overview %} {{ series.overview }} {% endif %} {{ t('rating.your_rating') }}: {% for i in range(1, 6) %} ★ {% endfor %} {% if user_rating > 0 %} ✕ {% endif %} {% if avg_rating.count > 0 %} {% for i in range(1, 6) %} ★ {% endfor %} {{ avg_rating.avg }} ({{ avg_rating.count }}) {% endif %} {% if tvdb_score %} TVDB {{ "%.0f"|format(tvdb_score) }}% {% endif %} {% if in_watchlist %}♥{% else %}♡{% endif %} {{ t('series.watchlist') }} {% if seasons %} {% for sn in seasons.keys() %} {% if sn == 0 %}{{ t('series.specials') }}{% else %}{{ t('series.season') }} {{ sn }}{% endif %} {% if season_watched.get(sn, {}).get('all_seen') %}✓{% endif %} {% endfor %} {% for sn, episodes in seasons.items() %} ✓ {{ t('status.mark_season') }} {% for ep in episodes %} {% if ep.progress_pct > 0 and ep.progress_pct < watched_threshold_pct|default(90) %} {% endif %} {% if ep.progress_pct >= watched_threshold_pct|default(90) %} ✓ {% endif %} {% if ep.duration_sec %}{{ (ep.duration_sec / 60)|round|int }} Min{% endif %} {% if ep.episode_number %}E{{ "%02d"|format(ep.episode_number) }}{% endif %} {{ ep.episode_title or '' }} {% if ep.is_duplicate %}{{ t('series.duplicate') }}{% endif %} ✓ {% endfor %} {% endfor %} {% else %} {{ t('series.no_episodes') }} {% endif %} {% endblock %} {% block scripts %} {% endblock %}
{{ series.genres }}
{{ series.overview }}