Generic tool for building interactive mindmap visualizations from podcast transcripts. Includes: audio download, SRT conversion, quote-timestamp matching, D3.js mindmap webapp. Configurable via project.yaml — no podcast-specific content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
430 B
YAML
23 lines
430 B
YAML
name: "Mein Podcast"
|
|
host: "Name der Moderator*in"
|
|
description: "Kurzbeschreibung des Podcasts"
|
|
|
|
staffeln:
|
|
- id: 1
|
|
name: "Staffel 1"
|
|
color: "#457b9d"
|
|
- id: 2
|
|
name: "Staffel 2"
|
|
color: "#e63946"
|
|
|
|
episodes:
|
|
- id: S1E1
|
|
title: "Thema der Folge"
|
|
guest: "Name des Gastes"
|
|
staffel: 1
|
|
youtube: "YouTube-Video-ID"
|
|
|
|
# Dateien relativ zum Projektverzeichnis
|
|
quotes_file: quotes.md
|
|
themes_file: themes.md
|