{{ app_title }}

{{ app_tagline }}

{% if query and results|length == 0 %}
Keine Treffer gefunden.
Intern gesucht in: title, channel, summary, youtube_id, obsidian_artifact_path, skill_file und graphiti_import_key.
Verwendete Begriffe: {{ search_info.expanded_terms|join(', ') if search_info.expanded_terms else 'keine' }}
Mögliche Ursachen: passende Begriffe kommen in ce_sources nicht vor, Summaries sind leer, Artefakte sind unvollständig oder der Import ist unvollständig.
{% endif %} {% if results %}
{% for r in results %}
{% if r.youtube_id %} Thumbnail zu {{ r.title }} {% else %}
Kein Thumbnail verfügbar
{% endif %}

{{ r.title }}

Score {{ r.search_score }}
Kanal: {{ r.channel or '–' }} Sprache: {{ r.language or '–' }} YouTube-ID: {% if r.youtube_url %}{{ r.youtube_id or 'öffnen' }}{% else %}{{ r.youtube_id or '–' }}{% endif %}
{% if r.visible_tags %}
{% for tag in r.visible_tags[:8] %} {{ tag }} {% endfor %}
{% endif %}
Gefunden in: {% if r.match_reason %}{{ r.match_reason }}{% else %}Begriffs-Match{% endif %}
{{ r.summary_excerpt or '–' }}
{% if r.obsidian_artifact_path or r.skill_file %}
Pfad-Details
{% if r.obsidian_artifact_path %}
Artefakt: {{ r.obsidian_artifact_path }}
{% endif %} {% if r.skill_file %}
Skill: {{ r.skill_file }}
{% endif %}
{% endif %}
{% endfor %}
{% elif not query %}
Gib ein Thema ein, um passende Videos zu finden.
{% endif %}
Erweitert
QuellenContent-KandidatenContent-Matrix
Die alten Verwaltungsansichten bleiben erreichbar, stehen aber nicht mehr im Vordergrund.
Quellenimport
Read-only aus YouTube Research (knowledge.db). Keine automatische Ausführung.
{% if last_import and last_import.ran_at %}Letzter Import: {{ last_import.ran_at }} -- gelesen {{ last_import.read_count }}, neu {{ last_import.inserted }}, aktualisiert {{ last_import.updated }}, unveraendert {{ last_import.unchanged }}{% else %}Noch kein Import ausgeführt.{% endif %}