Add support for live chat downloading and VOD timeout configuration

This commit is contained in:
MaddoScientisto 2026-02-09 21:39:12 +01:00
commit 07856196dd
2 changed files with 284 additions and 8 deletions

View file

@ -29,7 +29,13 @@
"_downloadVOD_comment": "0 = disable, 1 = enable VOD downloading after stream finished",
"downloadCHAT": 1,
"_downloadCHAT_comment": "0 = disable, 1 = enable chat downloading and rendering",
"_downloadCHAT_comment": "0 = disable, 1 = enable chat downloading and rendering from VOD (after stream ends)",
"downloadLiveCHAT": 1,
"_downloadLiveCHAT_comment": "0 = disable, 1 = enable downloading chat during live stream (useful if VODs are disabled)",
"vodTimeout": 300,
"_vodTimeout_comment": "Seconds to wait for VOD to appear after stream ends (set to 0 to skip VOD check entirely, useful if streamer has VODs disabled)",
"uploadCloud": 1,
"_uploadCloud_comment": "0 = disable, 1 = enable upload to remote cloud",