{% 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 %} {% endfor %} {% for sn, episodes in seasons.items() %} {% for ep in episodes %} {% if ep.ep_image_url %} {% else %} {% endif %} {% if ep.progress_pct > 0 and ep.progress_pct < 95 %} {% endif %} {% if ep.progress_pct >= 95 %} ✓ {% 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 ep.file_name }} {% if ep.ep_overview %} {{ ep.ep_overview }} {% endif %} {% if ep.is_duplicate %}{{ t('series.duplicate') }} {% endif %} {% if ep.width %}{{ ep.width }}x{{ ep.height }}{% endif %} · {{ ep.container|upper }} {% if ep.video_codec %} · {{ ep.video_codec }}{% endif %} {% if ep.file_size %} · {{ (ep.file_size / 1048576)|round|int }} MB{% endif %} {% endfor %} {% endfor %} {% else %} {{ t('series.no_episodes') }} {% endif %} {% endblock %} {% block scripts %} {% endblock %}
{{ series.genres }}
{{ series.overview }}
{{ ep.ep_overview }}