lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.71k stars 260 forks source link

Ability to Add Custom CSS to Chat Renderer #1230

Open CravenInsomniac opened 1 week ago

CravenInsomniac commented 1 week ago

Checklist

Write your feature request here

Please add support for rendering chat with custom css. Plenty of streamers use custom css chat overlays that are custom made or from services such as NerdOrDie, StreamElements, or StreamLabs. Having a way to render chat from clips and VODs in a style similar to the overlays already being used would be great for adding chat to edits for shortform vertical content like Reels, Shorts, or TikToks.

ScrubN commented 1 week ago

The chat renderer is not based on HTML or any graphics frameworks that support CSS - all of the styling is programmed in by hand. Supporting CSS would be insanely difficult unless the renderer is rewritten in HTML, which I don't really want to do.

CravenInsomniac commented 6 days ago

Completely fair and understandable.