Skip to content

danzhu/mpv-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Mpv Chat Viewer

Disclaimer: not affiliated with Twitch or its services in any way.

Build

Haskell Stack is required.

stack build

Dependencies

Download TwitchDownloaderCLI and put the executable in chat directory under project root.

Usage

In project root directory, run:

# download chat and import into db
./import.py <twitch_vod_url>
# start mpv with ipc server
mpv --input-ipc-server=mpv <twitch_vod_url> --idle=yes --force-window=yes
# start chat viewer server
stack exec -- mpv-chat mpv
# open chat in browser
firefox http://localhost:8192/

See stack exec -- mpv-chat --help for more options.

About

chat viewer for watching Twitch VODs in mpv

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published