feat: add session-level publish and comment flow

This commit is contained in:
theshy
2026-04-14 16:00:17 +08:00
parent 862db502b0
commit d5d9693581
42 changed files with 2478 additions and 181 deletions

View File

@ -31,6 +31,8 @@
"provider": "local_file",
"min_duration_seconds": 900,
"ffprobe_bin": "ffprobe",
"yt_dlp_cmd": "yt-dlp",
"yt_dlp_format": "",
"allowed_extensions": [
".mp4",
".flv",
@ -50,8 +52,9 @@
"max_file_size_mb": 23
},
"song_detect": {
"provider": "codex",
"provider": "qwen_cli",
"codex_cmd": "codex",
"qwen_cmd": "qwen",
"poll_interval_seconds": 2
},
"split": {
@ -72,7 +75,13 @@
5,
5
],
"retry_backoff_seconds": 300
"retry_backoff_seconds": 300,
"command_timeout_seconds": 1800,
"rate_limit_retry_schedule_minutes": [
30,
60,
120
]
},
"comment": {
"provider": "bilibili_top_comment",