{% extends "base.html" %} {% block title %}Groupes de torrents — StreamFusion Admin{% endblock %} {% block page_title %}Groupes de torrents{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
La recherche détecte automatiquement le type : TMDB ID (chiffres), info_hash (40 caractères hex), ou titre (recherche partielle).
{% if error %}{{ query }}
{{ query[:20] }}…
{% else %}
pour le titre « {{ query }} »
{% endif %}
| Titre brut | Indexeur | Hash | Taille | Seeders | Langues | Mis à jour | Liens |
|---|---|---|---|---|---|---|---|
|
{{ indexer_name }}
({{ igroup | list | length }})
|
|||||||
| {% if r.type == 'series' %} S {% elif r.type == 'movie' %} M {% endif %} {{ r.raw_title }} {% if r.tmdb_id and (not g or r.tmdb_id != g.tmdb_id) %} TMDB {{ r.tmdb_id }} {% endif %} | {{ r.indexer }} |
{{ (r.info_hash or '')[:10] }}{% if r.info_hash %}…{% endif %}
{% if r.info_hash %}
{% endif %}
|
{{ r.size | fmt_size }} | {{ r.seeders if r.seeders is not none else '—' }} |
{% for lang in (r.languages or []) %}
{{ lang }}
{% endfor %}
|
{{ r.updated_at | fmt_relative }}
{{ r.updated_at | fmt_date }}
|
|